﻿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;}

input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
}

.checkbox strong {
    margin-top:-5px;
}

/*Site*/
.header img {
    margin:0 auto;
}

.hdr-mobile {
    display:none;
}

.big-msg {
    color:#fff;
    min-height:500px;
    padding:20px 60px 60px;
    margin-top:20px;
    text-align:center;
    background:url(../Content/Images/opaque-bg.png) repeat;
}

.big-msg h2 {
    font-weight:bold;
}

.entry-form {
    padding: 20px;
    margin-top: 20px;
    background: url(../Content/Images/opaque-bg.png) repeat;
}

.entry-form h4 {
    text-align:center;
}


.steps {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

    .steps .fa {
        margin: 0 10px;
    }

.purchase-panel {
    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;
}

.checkbox {
    max-width:650px;
    margin:0 auto;
}

.footer {
    background-color:#cac5c2;
    padding:10px 50px 15px 15px;
    text-align:center;
}

.footer-links {
    padding-top:10px;
    color:#707172;
    font-size:.9em;
}

.footer-links a {
    color:#707172;
}

.footer-links a:focus, .footer-links a:hover {
    color: #707172;
    text-decoration: underline;
}

.modal-link {
    cursor: pointer;
}
.modal-link:hover {
    text-decoration: underline;
}

.footer #modFAQs {
    text-align: left;
}

.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-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.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;
}

@media (max-width: 767px) {
    /*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;
    }

    .big-msg {
        min-height:400px;
        padding:20px;
    }

    .big-msg h2 {
        font-size:1.2em;
    }

    .big-msg h3 {
        font-size:1.2em;
    }

    .hdr-desktop {
        display:none;
    }

    .hdr-mobile {
        display:block;
    }
}