﻿body {
    width: 100%;
    height: 100%;
    color: #3e3e3e;
}

h1, h2, h3, h4, h5 {
    font-family: "BMW-Bold";
    color: #3e3e3e;
}

table {
    font-size: 20px;
}

th {
    background-color: #fff;
    font-weight: bold;
    height: 82px;
}

tbody > tr {
    border-bottom: 1px solid #707070;
    height: 66px;
    margin-left: 5px;
}

    tbody > tr:hover {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid #fff;
    }

.main-container {
    width: 100%;
    padding-left: 140px;
    padding-right: 140px;
}

    .main-container .top-row {
        height: 120px;
        border-bottom: 1px solid #707070;
    }

@media (max-width: 1200px) {
    .main-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

        .main-container .top-row {
            height: 120px;
            border-bottom: 1px solid #707070;
        }
}

/* 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;
}

.btn-nac{
    border-radius: 0;
    background-color: #000;
    color: #FFF;
    height: 40px;
    font-family: "BMW-Bold";
    font-size: 14px;
    display: block;
    min-width:200px;
    background-image: url('/Content/images/Chevron-White.png');
    background-repeat: no-repeat;
    background-position: 100% center;
     padding: 6px 45px 6px 12px;
         -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.btn-nac:hover, .btn-nac:active,.btn-nac:focus, .btn-nac:visited{
    color: #FFF !important;
     background-image: url('/Content/images/Chevron-White.png');
}*/

/*.auto .form-control {
    border-radius: 0;
    background-color: #FFF;
    color: #000;
    height: 40px;
    font-family: "BMW-Light", "BMW-Bold";
    font-size: 14px;
    display: block;
    background-image: url('/Content/images/SelectIcon.png');
    background-repeat: no-repeat;
    background-position: 100% center;*/
/*border: 2px solid #000;*/
/*}*/

/*.auto .negative .form-control {
    background-color: #000;
    color: #FFF;
    border: 2px solid #FFF;
}*/

/*.auto select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url('/Content/images/SelectIcon.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    padding: 6px 45px 6px 12px;
}*/

/*   .auto select.form-control::-ms-expand {
        display: none;
    }

.auto ::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "BMW-Light", "BMW-Bold";
}

.auto ::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-family: "BMW-Light", "BMW-Bold";
}

.auto :-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: "BMW-Light", "BMW-Bold";
}

.auto :placeholder-shown {
    color: #000;
    font-size: 14px;
    font-family: "BMW-Light", "BMW-Bold";
}


.menu-link{
    font-family: "BMW-Bold";
    font-size:18px;
    color:#000;
}*/
