﻿

p {
    font-size: 18px;
    font-family: Roboto,sans-serif;
    color: #585858;
}

button {
    background-color: #0052cc;
    display: block;
    border: none;
    width: auto;
    padding: 16px;
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
}

    button:active {
        color: #0066ff;
        background-color: #ffffff;
    }

.verticalLine {
    border-left: 3px solid #a11223;
    height: 100%;
    max-width: 1.333333%;
}

.navbar {
    background-color: #011831;
    z-index: 1337;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Open Sans",sans-serif;
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    
}



.nav-pills{
    justify-content: center;
    font-weight:bold;
    
    
    
}
.nav-link{
    color: #011831;
    
}

.nav-pills .nav-link.active{
    background-color: #a11223;
    color: white;
    font-weight: bold;
}

.navbar li a, .navbar .navbar-brand {
/*    color: #c6c6c6;
*/    font-weight: bold;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #a11223;
    background-color: #ffffff;
}

.navbar-logo {
    color: #c6c6c6;
    font-size: 20px;
    line-height: inherit;
}
.navbar-logo:hover{
    background-color: white;
    color: #a11223;
}
.navbar-toggler {
    /*background-color: #a11223;*/
    border-radius: 0;
}

.calendar{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav-tabs {
    text-align: center;
    margin-right: 0;
}

.navbutton:hover {
    color: #a11223;
    background-color: #ffffff;
}

.custombutton {
    background-color: #a11223;
    color: white;
}


.sidenav {
    position: sticky;
    padding: 0;
    font-weight: bold;    
    height: 100%;
    background-color:transparent ;
}

    .sidenav li a, .sidenav {
        color: #011831;
        font-weight: bold;
    }

        .sidenav li a:hover, .sidenav li.active a {
            color: #df1931;
            background-color: transparent !important;
        }

.carousel-caption {
    bottom: 50px;
    z-index: 10;
    color: #a11223;
    font-family: Roboto,sans-serif;
}

h1 {
        font-weight: bolder;
}

.carousel-item {
    height: 600px;
    background-color: grey;
}

.slide {
    height: 600px;
    min-width: 100%;
}


.featured-cards .card {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    border: 1px thin #73809d;
    margin-bottom: 0;
    font-size: 20px;
    background-color: #f6f7f8;
}

    .featured-cards .card:hover {
        -webkit-box-shadow: 0 0 30px #8792ab;
        -moz-box-shadow: 0 0 30px #8792ab;
        box-shadow: 0 0 30px #7885a1;
        transform: translateY(-1%);
    }


.highlightlogo {
    color: #a11223;
    font-size: 80px;
}

.highlightbutton {
    background-color: #011831;
    font-weight: bold;
}

.custombutton {
    background-color: #011831;
    color: white;
}

.sticky-top {
    top: 35px;
}

.jumbotron {
    color: #ffffff;
    padding: 150px 25px;
    margin-bottom: 0;
    height: 500px;
}

.footerjumbo {
    background-color: #a11223;
    padding: 50px 25px;
    margin-bottom: 0;
    height: 50px;
}



.loginButton {
    width: 100%;
    background-color: #a11223;
    color: white;
}
    .loginButton:hover {
        color: #011831;
    }
.landingPage {
    background-image: url('/images/diversified-slider1.jpg');
    /*height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    background-attachment: fixed;
}



.loginCover {
    background-image: url('/images/Header_mod-1.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 450px;
    padding-top: 50px;
    padding-bottom: 0;
}

    .loginCover p {
        color: #c6c6c6;
        font-size: 20px;
    }

    .loginCover h3 {
        color: #a11223 !important;
        font-weight: bolder;
    }

    .loginCover hr {
        color: #a11223;
        border: 2px solid;
        border-color: #a11223;
    }

.loginContainer {
    background-color: #011831;
    color: #fff;
    margin-top: 50px;
    padding-bottom: 20px;
    width: 100%;
}

.divider {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right,#f7f7f7,#011831,#f7f7f7);
    margin: 0;
}

.sectionHeading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: Roboto,sans-serif;
    color: #a11223;
}

img {
    max-width: 100%;
    height: auto;
}

.mainlogo img {
    max-height: 200px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, .mainjumbo {
    background-image: url(~/images/diversified-red-steel.jpg);
    color: #ffffff;
}

table {
    font-weight: bold;
}

.bc-style {
    background-color: #011831;
    font-family: "Open Sans",sans-serif;
}
.bc-style li{
    color: #c6c6c6;
    font-weight: bold;
}

.quizjumbotron{
    background-color: transparent;
    background-image:url('/images/diversified-red-steel-rounded.png');
    background-position:bottom;
}


input[type=email], input[type=password] {
    width: 100%;
    display: block;
    border: 1px thin;
    margin: 8px 0;
    box-sizing: border-box;
    padding: 12px 20px;
}

input[type=quizFormat] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.foot {
    padding: 20px;
    padding-top: 0;
    background-color: #011831;
    max-height: 105px;
}
.foot a {
    color: #ffffff;
}
.close {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*.departmentimages{
    width: 100%;
    height: 100px;
}*/

.slideanimtop, .slideanimright, .slideanimleft {
    visibility: visible;
}

.fadeinright {
    animation-name: fadeinright;
    -webkit-animation-name: fadeinright;
    -moz-animation-name: fadeinright;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes fadeinright {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fadeinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.fadeinleft {
    animation-name: fadeinleft;
    -webkit-animation-name: fadeinleft;
    -moz-animation-name: fadeinleft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    visibility: visible;
}

@keyframes fadeinleft {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.footerContent p {
    color: white;
    margin-bottom: 0;
}

.logo {
    color: #011831;
}

.modal {
    z-index: 9001;
    top: 10px;
}

@media (min-width: 992px) {
    .sectionHeading {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .foot {
        max-height: 500px;
        text-align: center;
    }

        .foot img {
            margin: 20px 0 10px;
        }

    .carousel-item img {
        max-width: none;
    }
    
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .carousel-caption {
        bottom: 100px;
    }

    .carousel-item {
        height: 400px;
        background-color: grey;
    }

    .slide {
        height: 400px;
        min-width: 100%;
    }

    .featured-cards .card {
        max-width: none;
    }
    .nav-pills{
    justify-content:initial;
    display: inline;
    text-align: center;
    
    }
    .sidenav li a
    {
        width: 100%;
        text-align: center;
    }
    .quizjumbotron{
        height: 50px !important;
    }


    .mobiledocs table,.mobiledocs tbody, .mobiledocs th, .mobiledocs td, .mobiledocs tr{
        display: block;
    }
    
    .mobiledocs thead, .mobiledocs tfootpoewr{
        display:none;
    }


    .mobiledocs td {
        border: none;
        position: relative !important;
        padding-left: 50% !important;
    }

    .mobiledocs td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .mobiledocs td:nth-of-type(1):before {content: "File Name: "}
    .mobiledocs td:nth-of-type(2):before {content: "Car Make: "}
    .mobiledocs td:nth-of-type(3):before {content: "Car Model: "}
    .mobiledocs td:nth-of-type(4):before {content: "Car Model Year: " }
    .mobiledocs td:nth-of-type(5):before{content: "Date: "}
    

}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }


}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }


.spaceBottom {
    margin-bottom: 10px;
}

.fa-times{
    color: white;
}

.centerMargins {
    margin: 0 auto;
}

.centerText {
    text-align: center;
}

@media only screen and (min-width: 992px) {
.modal-lg, .modal-xl {
    max-width: 1440px !important;
}