.vehicleDropdown{
    width:400px;
}

.fullWidth{
    width:100%;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.vehicleDropdown select{
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    display: block;
    height: 34px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), color-stop(51%, #e1e1e1));
    background: -webkit-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
    background: -o-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
    background: -ms-linear-gradient(top, #eeeeee 50%, #e1e1e1 51%);
    background: linear-gradient(to bottom, #eeeeee 50%, #e1e1e1 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0);
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 9px;
}



.darkBar{
    background-color: #333;
    height: 20px;
    margin-top: 55px;
    display: block;
    position: relative;
    z-index: -1;
}

.dropdownActive{
    background: #ffce30 !important;
    background: -moz-linear-gradient(top, #ffce30 50%, #ffc52c 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffce30), color-stop(51%, #ffc52c)) !important;
    background: -webkit-linear-gradient(top, #ffce30 50%, #ffc52c 51%) !important;
    background: -o-linear-gradient(top, #ffce30 50%, #ffc52c 51%) !important;
    background: -ms-linear-gradient(top, #ffce30 50%, #ffc52c 51%) !important;
    background: linear-gradient(to bottom, #ffce30 50%, #ffc52c 51%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce30', endColorstr='#ffc52c', GradientType=0) !important;
    border: 1px solid #f3bc2a !important;
    color: #444 !important;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.3) !important;
}

.logoContainer img{
   width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.container{
    width: 80%;
    margin-left:10%;
    overflow: auto;
}
.introSection{
    width:100%;
    overflow: auto;
}

.introSection img{
    display: block;
    width:100%;
}
.tableSection{
    width:100%;
    overflow: hidden;
}


.introSection .half{
    width:48%;
    float:left;
}
.chartContainer{
    background:white;
}

.chartContainer img{
    margin: 0 auto;
    display:block;
}

table.performanceTable{
    margin-bottom: 3em;
    border-collapse: collapse;
}

table.performanceTable .stage1 {
    background: #c51f25;
    color: white;
    float: right;
    clear: both;
    border-radius: 0;
    margin-top: 1em;
}

.borderBottom{
    border-bottom:1px solid #ccc;
}

.smallImage{
    width:95% !important;
}

.half{
    width:48%;
    float:left;
}

.third{
    width:33%;
    float:left;
}
.twoThirds{
    width:66%;
    float:left;
    font-size: 14px;
}

.redwhite{
    background: #c51f25;
    color: white;
}
.redColor{
    color:red;
}

.plus{
    color: #c51f25;
    font-weight:800;
}

.specTable{
    width:100%;
}

.darkgrey{
    background-color: #424040;
    margin-top:1.6em;
}

td.darkgrey{
    background-color: #ccc;
}

.lightGrey{
    background:#ececec
}
.red{
     color:#c51f25 !important;
 }

.grey{
    background: #efefef;
}

.reqQuote{
    width: 25% !important;
    padding: 1em !important;
    font-size: 1.2em !important;
    margin-top:-2px;
}

.introTable{
    margin-left:15px;
}


.redbg{
    background:#c51f25 !important;
}

.requestQuote{
    text-decoration: none;
    color: white;
    padding: 1em;
    margin-bottom: 1em;
    width: 10%;
    text-align:center;
    cursor: pointer;
    font-size: .8em;
}

.right{
    float:right;
    margin-left:5px;
}
.left{
    float:left;
    margin-right:5px;
}

.checkboxContainer{

    margin-top:1em;

}
.icon{
    width: 50px !important;
    float:left;
}

.vehicleName{
    width:100%;
    clear:both;
}

table { border-collapse: collapse; } tr, td { padding: 0; }

.chartOverlay, .requestQuoteOverlay{
    display: none;
    background: white;
    height: auto;
    box-shadow: 0 5px 20px rgba(0,0,0,.5);
    width: 100%;
    top: 0;
    right: 0;
}

.chartOverlay span{
    position: absolute;
    right: 0.2em;
    cursor: pointer;
    font-size: 2em;
    top: -0.2em;
}

.chartOverlay img{
    width: 100%;
    margin-top: 1em;
}

.chart{
    margin: 0 auto;
    display: block;
}
.chart, .video{
    display:none;
    border: 1px solid #ccc;
    color: black;
    float:right;
    margin-top:1em;
    margin-right:15px;
}

.optionsTable{
    margin-top:2em;
}

.hide{
    display:none;
}

.block{
    display:block !important;
}

.full{
    width: 100%;
    overflow: hidden;
}

.third{
    width:33%;
    float:left;
}
.customerNotes, stageNotes{
    font-size:12px;
}

iframe{
    display:none !important;
    width:100%;
}

label.control.control--checkbox {
    float: left;
    width: 24%;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 1px solid #ccc;
    position: relative;
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    min-height: 40px;
}

label.control.control--checkbox input {
display:none;
}
.requestQuoteOverlay h2{
    width: 100%;
    display: block;
    clear: both;
}

label.control.control--checkbox input {
    position: absolute;
    top: 75px;
    right: 40px;
}

#getVehicle{
    display:block;
    text-decoration: none;
    color: white;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    cursor: pointer;
    width: 366px;
    font-size: 1em;
    background: #c51f25;
    font-family: 'Roboto', sans-serif;
    border-radius:7px;
}



/*
form style
 */

.form h2 {
    padding: 10px;
    text-align: center;
    font-size: 22px;
    color: #666666;
}
.form p {
    margin: 0 0 1em 0;
    position: relative;
}
.form input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    margin: 0;
}
.form input[type="text"],
.form input[type="password"] {
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 1em;
    border-radius: 2px;
    padding:.5em;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus {
    background: #fff;
}
/*.form span {*/
    /*display: block;*/
    /*background: #F9A5A5;*/
    /*padding: 2px 5px;*/
    /*color: #666;*/
/*}*/
.form input[type="submit"] {
    background: #c51f25;
    box-shadow: 0 3px 0 0 #c51f25;
    border-radius: 2px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 1em;
    margin: 2em 0 0;
    outline: none;
    padding: .8em 0;
    text-shadow: 0 1px #c51f25;
}

.form label {
    position: absolute;
    left: 8px;
    top: 12px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.form label.floatLabel {
    top: -13px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

#tuningStageSelect{
    color: #999;
    border: solid 1px #999;
    padding: 1em;

}

.formTextarea{
    margin-top:1em;
}
.middle{
    text-align:center;
    margin-top:3em;
}

.active{
    background:darkgray;
}

.buttonActive{
    background: #7ea74c !important;
    color:white;
}

.control--checkbox:hover{
    background: #ccc;
}

.checkbox[type=checkbox]:checked + label {
    background:red;
}

#vehicleyearSelect, #ctvc_country{
    width: 80%;
    padding: 0.8em;
    text-align: center;
    color: grey;
    margin-bottom: 1em;
}
#ctvc_country{
    width:100% !important;
}
td{
    text-align: center;
}


.lightbox{
    z-index: 1000;
 	position:absolute;
    top: 0px;
    margin: auto;
    background-color: #fff;
    left: 20%;
    min-width: 300px;
    right: 20%;
    box-shadow: 0 5px 20px rgba(0,0,0,.5);
    display:none;
    width:847px;
    padding:1em;
    top:80px;
}

#notification {
    position:fixed;
    top:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:normal;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:#c51f25;
    padding:5px;
}
#notification span.dismiss {
    border:2px solid #FFF;
    padding:0 5px;
    cursor:pointer;
    float:right;
    margin-right:10px;
}
#notification a {
    color:white;
    text-decoration:none;
    font-weight:bold
}


