﻿/*@import url(https://fonts.googleapis.com/css?family=Alegreya+SC:400,700italic);
@import url(https://fonts.googleapis.com/css?family=Ultra);*/

html {
    height: 100%;
}

body {
    background: url('../../Content/Images/PaintScheme-BG-2.jpg')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white !important;
    height: auto;
}

table {
    color: white !important;
}

h1, h2, h3, h3, h4, h5, h6, p {
    color: white !important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
    color: black !important;
}

label {
    color: white;
}

pre {
    color: black !important;
}

    pre > div > p > span {
        color: black !important;
    }

    pre > div > p > strong > span {
        color: black !important;
    }

input[type=checkbox].with-font {
    display: none;
    margin-top: 0;
}

    input[type=checkbox].with-font ~ span::before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f204";
        letter-spacing: 10px;
        font-size: 1.3em;
        color: white;
        width: 35px;
    }


    input[type=checkbox].with-font:checked ~ span::before {
        content: "\f205";
        color: #5cb85c;
        letter-spacing: 5px;
    }

    input[type=checkbox].with-font:disabled ~ span::before {
        content: "\f205";
        color: #BB0000;
        letter-spacing: 5px;
        opacity: 1;
    }

tr:hover > td > div > label > input[type=checkbox].with-font ~ span::before {
    color: black !important;
}

tr:hover > td > div > label > input[type=checkbox].with-font:disabled ~ span::before {
    color: #BB0000 !important;
}

tr:hover > td > div > label > input[type=checkbox].with-font:checked ~ span::before {
    color: #5cb85c !important;
}

.series-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: .3;
}

    .series-img:hover {
        opacity: 1;
    }

    .series-img.active {
        opacity: 1;
    }

#years {
    display: none;
}

.year-btn {
    background-color: transparent;
    border-color: transparent;
    opacity: .6
}

    .year-btn:focus {
        outline: 0;
    }

    .year-btn:hover {
        opacity: 1;
        border-color: transparent;
        color: white;
    }

    .year-btn.active {
        opacity: 1;
        border-color: transparent;
        color: white !important;
    }

        .year-btn.active > em {
            color: #5cb85c !important;
        }

.year-container {
    color: white;
    font-size: 50pt;
    text-align: center;
    margin: 5px 0;
    min-width: 100px;
}



#vehicles {
    display: none;
}

.vehicle-btn {
    background-color:transparent;
    border-color:transparent;
    opacity:.6
}

.vehicle-btn:focus {
    outline:0;
}

.vehicle-btn:hover {
    opacity:1;
    border-color:transparent;
    color:white;
}

.vehicle-btn.active {
    opacity:1;
    border-color:transparent;
    color:white !important;
}

.vehicle-btn.active > em {
    color:#5cb85c !important;
}

.vic-number-container {
    color: white;
    font-size: 50pt;
    text-align: center;
    margin: 5px 0;
    min-width: 100px;
}

.approved {
    display: none;
}

.rejected > div > label {
    background-color: lightpink;
}

.help-msg {
    border-top-left-radius: 0;
    padding-bottom: 20px;
    display: none;
}

.help-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
}



/*==================================================
=                  Media Queries                   =
==================================================*/

/* Use smaller background inamge for mobile */
@media (max-width: 767px) {

    body:before {
          content: "";
          display: block;
          position: fixed;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: -10;
          background: url(../../Content/Images/Nascar-Wallpaper-Mobile.jpg) no-repeat center center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
    }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .horizontal-padding-lg {
        padding: 0 1rem;
    }

    .horizontal-padding-md {
        padding: 0 .5rem;
    }

    .horizontal-padding-sm {
        padding: 0 .25rem;
    }

    .horizontal-padding-xs {
        padding: 0 2rem;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .horizontal-padding-lg {
        padding: 0 10rem;
    }

    .horizontal-padding-md {
        padding: 0 5rem;
    }

    .horizontal-padding-sm {
        padding: 0 2.5rem;
    }

    .horizontal-padding-xs {
        padding: 0 2rem;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .horizontal-padding-lg {
        padding: 0 10rem;
    }

    .horizontal-padding-md {
        padding: 0 10rem;
    }

    .horizontal-padding-sm {
        padding: 0 5rem;
    }

    .horizontal-padding-xs {
        padding: 0 2.5rem;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .horizontal-padding-lg {
        padding: 0 30rem;
    }

    .horizontal-padding-md {
        padding: 0 25rem;
    }

    .horizontal-padding-sm {
        padding: 0 14rem;
    }

    .horizontal-padding-xs {
        padding: 0 7rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .horizontal-padding-lg {
        padding: 0 40rem;
    }

    .horizontal-padding-md {
        padding: 0 50rem;
    }

    .horizontal-padding-sm {
        padding: 0 25rem;
    }

    .horizontal-padding-xs {
        padding: 0 5rem;
    }
}
