﻿/*
body {
    font-family: Arial, Verdana, sans-serif;
    color: #0E3C67;
    background: url(../Content/Images/background.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*Validation*/
.field-validation-error {
    color: #C8040D;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #C8040D;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #C8040D;
}

.validation-summary-valid {
    display: none;
}

.checkbox {
    max-width: 650px;
    margin: 0 auto;
}

input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
}
.bosch-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    margin: 0;
    position: absolute;
}
    .bosch-checkbox:active, .bosch-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .bosch-checkbox:checked {
        background-color: #163A68;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: white;
    }
        .bosch-checkbox:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 5px;
            color: white;
        }

.checkbox strong {
    margin-top: -5px;
}

    .checkbox strong .agreements {
        margin-left: 2.5em
    }

.banner-background {
    background: url(../content/images/banner.png);
}

/*Site*/
/*.header img {
    margin:0 auto;
}*/

/*.hdr-mobile {
    display:none;
}
*/

.entry-form {
    padding: 20px;
    margin-top: 20px;
    background: url(content/images/opaque-bg.png) repeat;
}

    .entry-form h4 {
        text-align: center;
    }


.steps {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 60px;
}
    
.purchase-panel {
    /*background-color: #f8f9fa;*/
    background: url(../content/images/opaque-bg2.png) repeat;
    padding: 5px 0 0;
    margin: 5px 0;
    border-radius: 5px;
}

/*Comment out if selecting prize*/
/*.prize {
    font-size:.9em; 
    height:auto;
}*/

.barcode {
    margin: 5px 5px 0 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
}

    .barcode a {
        color: #fff;
        font-size: 10px;
        position: absolute;
        top: 1px;
        right: 3px;
    }

.product-id {
    display: none;
}

.modal-link {
    cursor: pointer;
}

    .modal-link:hover {
        text-decoration: underline;
    }

.fb-link a {
    background-color: #3b5998;
}

.claim-status {
    padding-top: 20px;
}

.claim-ok {
    font-size: 24px;
    color: #069a06;
}

.claim-error {
    font-size: 24px;
    color: #f00;
}

/*Bootstrap Overides*/
a {
    color: #0E3C67;
}

.panel-heading {
    cursor: pointer;
}

.btn-lg {
    width: 300px;
}

.card-header .btn {
    white-space: normal;
    text-align: left;
}

.bosch-consent-title {
    font-size: 24px;
    font-weight: 200;
    color: #005691;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-top: 8px
}

.bosch-consent-info {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-weight: 200;
}

    .bosch-consent-info > p {
        margin-bottom: 40px;
        line-height: 1.5;
    }

.bosch-cookie-description {
    margin-bottom: 16px;
}

.bosch-cookie-description-small {
    margin-bottom: 16px;
    font-size: 12px;
}

#marketing-cookie-checkbox ~ label {
    font-weight: 200;
    font-size: 20px;
    padding-left: 40px;
    min-height: 24px;
}

.btn-consent-primary {
    width: 100%;
    background: #005691;
    border-color: #005691;
    color: #fff;
    border-radius: 0;
    margin-bottom: 20px;
}

    .btn-consent-primary:hover, .btn-consent-primary:active {
        border: 1px solid;
        color: #fff;
        background: #7fc6e7
    }

.btn-consent-save {
    width: 100%;
    background: #fff;
    border: 0;
    color: #005691;
    border-radius: 0;
    margin-bottom: 20px;
}

    .btn-consent-save:hover, .btn-consent-save:active {
        outline: 0;
        background: #fff;
        color: #7fc6e7;
    }

.bosch-consent-smallprintLinks {
    justify-content: center;
    display: flex;
    color: #005691 !important;
}

    .bosch-consent-smallprintLinks span:after {
        content: "|";
        margin-left: 12px;
        margin-right: 12px;
    }

    .bosch-consent-smallprintLinks span:last-child:after {
        content: "";
    }

.bosch_privacy_link {
    color: #005691;
}

#cookieConsent {
    padding: 32px 56px 32px 56px;
    width: 632px;
    border-radius: 0;
}

.bosch-consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(191,192,194,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.bosch-consent-container.is-open {
    display: block;
}

.bosch-consent-container {
    display: none;
}


body {
    font-family: Arial, Verdana, sans-serif;
    color: #0e3c67;
    /*    background: url(../../Content/Images/Background.jpg) no-repeat center center fixed; */
    /*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*    background-size: cover;*/
    padding: 0;
    margin: 0 auto;
}

.form-container label {
    color: #7A7A7A;
    font-size: 13px;
}
.form-container small {
    color: #7A7A7A;
    font-size: 12px;
}
.form-container p {
    color: #7A7A7A;
}
.form-container h2 {
    font-weight: bold;
}
.form-container h4 {
    color: #7A7A7A;
    font-weight: bold;
}

/*Body container*/

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100vw;
    padding: 0;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-between;
}

/*Header including top banner and logo*/

.header {
    display: flex;
    flex-direction: column;
}

.top-banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 1.5em;
}

.header .brand-logo {
    margin: 3em auto;
    max-width: 30%;
    height: auto;
}

.header .application-logo {
    width: 100%;
    height: auto;
}

.promo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .promo-section h1 {
        color: #163A68;
        font-weight: 700;
        font-size: 3em;
        text-align: center;
    }

        .promo-section h1 > span {
            color: #fff;
            background: #ED1B24;
        }


/*"Choose your promotion" dropdown component styles*/

.dropdown {
    margin-top: 4em;
    width: 588px;
}

    .dropdown .promotions-dropdown-button {
        position: relative;
        width: 588px;
        height: 86px;
        background: #163A68;
        color: #fff;
        border-radius: 43px;
        border: 2px solid inherit;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
        line-height: 30px;
        z-index: 1;
    }

        .dropdown .promotions-dropdown-button:hover {
            background: #7A7A7A;
        }

        .dropdown .promotions-dropdown-button > i {
            margin-left: 10px;
        }

.dropdown-content {
    display: none;
    position: relative;
    margin-top: -86px;
    background: #fff;
    z-index: 0;
    border: 2px solid #163A68;
    border-radius: 43px;
    padding-top: 100px;
    overflow: hidden; /*scroll bar*/
}

    .dropdown-content::-webkit-scrollbar {
        display: none;
    }

    .dropdown-content .flex-box {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .dropdown-content .flex-box > button {
            color: #C9C9C9;
            font-size: 1.2em;
            font-weight: 400;
            border: none;
            outline: none;
            background: none;
        }

            .dropdown-content .flex-box > button:hover {
                color: #000000;
            }

            /*            .dropdown-content .flex-box > button:active {
    border-style: outset;
}*/
            .dropdown-content .flex-box > button:last-child {
                margin-bottom: 10px;
            }
/*    .dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    border-radius: 30px;
    border: none;
    top: 20%;
    width: 45%; /* Full width */
    height: 60%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: white; /* Fallback color */
}

    .modal::-webkit-scrollbar {
        display: none;
    }


    .modal .flex-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        text-align: center;
    }

        .modal .flex-box .labels {
            display: flex;
            flex-direction: column;
            text-align: left;
        }

        .modal .flex-box > img {
            width: 88px;
            height: 88px;
        }

        .modal .flex-box > h4 {
            font-weight: 700;
            color: #000000;
            font-size: 1.2em;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        .modal .flex-box > p {
            font-weight: 400;
            color: #707070;
            font-size: 15px;
        }

        .modal .flex-box .labels .label-flex-box {
            display: flex;
            flex-direction: row;
            align-items: start;
        }

            .modal .flex-box .labels .label-flex-box label {
                font-weight: 700;
                color: #707070;
                font-size: 15px;
                margin-left: 20px;
                /*            text-align: start;*/
            }

            .modal .flex-box .labels .label-flex-box input {
                margin-top: 6px;
            }

        /*  .modal .flex-box label > input[type="radio"]:checked {
    color: #4b4949;
}
*/
        .modal .flex-box .confirm-button {
            justify-self: end;
            background: #163A68;
            margin-top: 30px;
            width: 65%;
            height: 60px;
            border: none;
            border-radius: 30px;
            font-weight: 700;
            color: #fff;
            font-size: 1.2em;
            text-align: center;
            line-height: 45px;
        }

            .modal .flex-box .confirm-button:hover {
                background: #ED1B24;
            }


.show {
    display: block;
}

.summary-modal {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
}

.link-modal {
    width: 600px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -100px;
}

/*.banner {
    background-size: 100%;
}*/

/*PC footer*/

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: auto;
}




.footer-links {
    display: flex;
    font-size: 11px;
    justify-content: center;
    height: 100%;
    padding: 4px 0;
}

    .footer-links a {
        align-self: center;
        display: inline-block;
        font-weight: bold;
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0 6px;
    }

        .footer-links a:focus, .footer-links a:hover {
            text-decoration: underline;
        }

    .footer-links .disabled-border {
        border: none;
    }
    .footer-links span {
        align-self: center;
        display: inline-block;
        font-weight: bold;
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0 6px;
    }

       

        .footer-links span:focus, .footer-links span:hover {
            text-decoration: underline;
        }

/*Mobile footer*/
.mobile-nav-footer {
    display: none;
}


/*@media screen and (max-width: 750px) {*/
/*body {
        background: url(../Content/Images/background.jpg) repeat center center fixed;
        -webkit-background-size: unset;
        -moz-background-size: unset;
        -o-background-size: unset;
        background-size: unset;
    }*/

/*.footer, .footer .col-md-3 {
        text-align: center !important;
    }

    #entry-form-heading {
        font-size: 14px;
    }

    .fb-like {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hdr-desktop {
        display: none;
    }

    .hdr-mobile {
        display: block;
    }
}*/

@media screen and (max-width: 750px) {
    /*    .container {
    }*/

    .header .logo {
        margin: 1.5em auto;
        max-width: 40%;
    }

    .promo-section {
        margin-top: 1em;
    }

        .promo-section h1 {
            font-size: 2em;
        }

        .promo-section span {
            text-decoration: none;
            font-size: 1em;
        }

    .dropdown {
        margin-top: 2em;
        width: 65%;
    }

        .dropdown .promotions-dropdown-button {
            width: 100%;
            height: 50px;
            font-size: 0.8em;
        }

    .dropdown-content {
        margin-top: -50px;
        padding-top: 65px;
        border-radius: 25px;
    }

        .dropdown-content .flex-box > button {
            font-size: 1em;
        }

    .modal {
        width: 70%;
    }

        .modal .flex-box .labels {
            padding: 0 5px;
        }

        .modal .flex-box .confirm-button {
            justify-self: end;
            background: #163A68;
            margin-top: 30px;
            width: 70%;
            height: 30px;
            border: none;
            border-radius: 15px;
            font-weight: 700;
            color: #fff;
            font-size: 10px;
            text-align: center;
            line-height: 12px;
        }



    .footer {
        display: none;
    }

    .mobile-nav-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .mobile-nav-footer .mobile-nav {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            background: #F6F6F6;
            padding: 10px 21px;
        }

            .mobile-nav-footer .mobile-nav .mobile-footer-links {
                display: grid;
                grid-auto-flow: column;
                gap: 8px 120px;
            }
            .mobile-nav-footer .mobile-nav .col-five {
                grid-template-rows: repeat(5, 1fr);
            }

            .mobile-nav-footer .mobile-nav .col-three {
                grid-template-rows: repeat(3, 1fr);
            }

                .mobile-nav-footer .mobile-nav .mobile-footer-links > a, span {
                    font-size: 11px;
                    font-weight: 400;
                    color: #9CA0A8;
                    word-wrap: break-word;
                    display: gird;
                    margin-bottom: 6px;
                    line-height: 11px;
                    text-decoration: underline;
                    text-align: left;
                }


            .mobile-nav-footer .mobile-nav .social-btns > a {
                color: #005691;
                margin: 0 2px;
            }

        .mobile-nav-footer .footer-banner {
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            max-height: 2em;
        }
}

.form-container {
    padding: 4em;
}

.next-button {
    background: #163A68;
    width: 251px;
    height: 55px;
    border: none;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 12px;
    font-weight: bold;
}

.action-button-container {
    max-width: 650px;
    margin: 5em auto;
    align-items: center;
}

.review-panel {
    background-color: #C9C9C94D
}

.img-button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}

    .img-button-container .flex-item {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: center;
        justify-self: center;
    }

    .img-button-container .button-icon {
        height: 116px;
        width: 195px;
        margin-bottom: 10px;
    }

.thank-you-words {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.social-button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    width: 30%;
}

@media screen and (max-width: 750px) {
    h2 {
        font-size: 25px
    }
    .social-button-container {
        width: 70%;
    }
    .next-button {
        width: 110px;
        font-size: 14px
    }
    .form-container {
        padding: 2.5em
    }
    .action-button-container {
        width: 100%;
    }
    .summary-modal {
        width: 350px;
        height: 350px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -175px;
        margin-top: -175px;
    }
    .link-modal {
        width: 350px;
        height: 450px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -175px;
        margin-top: -225px;
        position: fixed
    }
    .action-button-container {
        margin-top: 2em;
    }
    .header .application-logo {
        content: url(../content/images/MobileBanner-Q3_AU24_ZINC.png);
    }
    .img-button-container {
        flex-direction: column;
    }

        .img-button-container .flex-item {
            margin-top: 30px;
        }
}