﻿body {
    font-family: Arial, Verdana, sans-serif;
    color: #fff;
    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;
    vertical-align:middle;
    margin-right:10px;
}

a, a:hover {
    color: #fff;
}

h2 {
    margin:10px 0;
}


/*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;
}

.big-msg h2 {
    font-weight:bold;
}

.entry-form {
    padding: 20px;
    margin-top: 20px;
}

.entry-form h4 {
    text-align:center;
}


.steps {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

    .steps .fa {
        margin: 0 10px;
    }

.purchase-panel {
    padding: 5px 0 0;
    margin: 5px 0;
    border-radius: 5px;
}

.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;
}

.footer {
    background-color: #e41c39;
    padding: 20px 10px;
    text-align: center;
}

.footer-links {
    padding-top:10px;
    color:#fff;
    font-size:.9em;
}

.footer-links a {
    color:#fff;
}

.footer-links a:focus, .footer-links a:hover {
    color: #fff;
    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;
}

.modal-link {
    cursor: pointer;
}

.modal-link:hover {
    text-decoration: underline;
}

/*.size-guide {
    display:inline-block;
    margin-top:32px;
}*/

/*Bootstrap Overides*/
.panel-heading {
    cursor:pointer;
}

.btn-primary {
    color: #fff;
    background-color: #e41c39;
    border-color: #e41c39;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #b7162d;
        border-color: #b7162d;
    }

.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;
}

.btn-link, .btn-link:hover {
    color: #fff;
}

.modal-content {
    background-color: #000;
    border-color:#fff;
}

.modal .close {
    color:#fff;
}

.card {
    background-color: transparent;
    border: 1px solid #fff;
}

.entry-form .card-header {
    background-color: #e41c39;
    border-bottom: 1px solid #fff;
}

.card-header .btn {
    white-space: normal;
    text-align:left;
}

.form-control-plaintext {
    color:#fff;
}

.progress-bar {
    background-color: #e41c39;
}

@media (max-width: 767px) {
    .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;
    }
}