/* -------------------- DELETE LATER -------------------- */

html {
    height: 100%;	
}

body {
    margin: 0;
    height: 100%;
}
.placeholder, .arsPlaceholder { color: #000; }
/* -------------------- CAR STYLE -------------------- */

#aerial {
    display: table;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/newIntake/aerial.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 350px;
    top: 20px;
}

/*#engine,#trans,#roof,#front,#rear,#left,#right,#front_l,#front_r,#rear_l,#rear_r {
    position: absolute;
    opacity: 0;
}

#engine:hover,#trans:hover,#roof:hover,#front:hover,#rear:hover,#left:hover,#right:hover,#front_l:hover,#front_r:hover,#rear_l:hover,#rear_r:hover {
    opacity: 1;
}*/
.car_piece{
    position: absolute;
    opacity: 0;
}
.car_piece:hover{
    opacity: .25;
}
.car_piece_selected{
    opacity: 1 !important;
}
#engine {
    height: 44px;
    width: 34px;
    left: 67px;
    top: 53px;
}

#transmission {
    height: 38px;
    width: 19px;
    left: 81px;
    top: 103px;
}

#roof {
    height: 61px;
    width: 93px;
    left: 151px;
    top: 68px;
}

#front {
    height: 80px;
    width: 28px;
    left: 37px;
    top: 58px;
}

#rear {
    height: 80px;
    width: 52px;
    left: 263px;
    top: 58px;
}

#left_side {
    height: 39px;
    width: 159px;
    left: 104px;
    top: 129px;
}

#right_side {
    height: 40px;
    width: 159px;
    left: 104px;
    top: 28px;
}

#front_left {
    height: 30px;
    width: 28px;
    left: 37px;
    top: 138px;
}

#front_right {
    height: 30px;
    width: 28px;
    left: 37px;
    top: 28px;
}

#rear_left {
    height: 29px;
    width: 52px;
    left: 263px;
    top: 138px;
}

#rear_right {
    height: 29px;
    width: 52px;
    left: 263px;
    top: 29px;
}
/* -------------------- FORM STYLES -------------------- */
.new_pickup_fields, .pickup_different_row{
    display: none;
}
r, .req_super {
    vertical-align: top;
    padding-left: 2px;
    font-size: 14px;
    color:#FFCC1D;
}
.required{

}
.datepicker{

}
a {
    text-decoration: none;
    cursor: pointer;
}

img { border: none; }

.off { visibility: hidden; }

.on { visibility: visible; }

.off2 { display: none; }

.on2 { display: inline; }

input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}

input:required,input:invalid {
    box-shadow:none;
}

input.toolkit {
    background: -moz-linear-gradient(left, #ffcc1d 0%, #ffcc1d 5px, #dedede 5px, #dedede 100%);
    background: -webkit-linear-gradient(left, #ffcc1d 0%,#ffcc1d 5px,#dedede 5px,#dedede 100%);
    background: -ms-linear-gradient(left, #ffcc1d 0%,#ffcc1d 5px,#dedede 5px,#dedede 100%);
    background: linear-gradient(to right, #ffcc1d 0%,#ffcc1d 5px,#dedede 5px,#dedede 100%);
}

input {
    border-radius: 5px;
    padding: 0 7px 0 10px;
    margin: 2px 0 0 0;
    background-color: #dedede;
    font: 14px helvetica, arial, sans-serif;
    font-weight: bold;
    color: #333333;
    height: 28px;
    border: none;
    width: 158px;
}

input[type="checkbox"] {
    height: 14px;
    width: 14px;
}

.double {
    width: 345px;
}

.half {
    padding: 0;
    text-align:center;
    background: #dedede;
    width: 82px;
}

.third {
    padding: 0;
    text-align:center;
    background: #dedede;
    width: 57px;
}

.quarter {
    padding: 0;
    text-align:center;
    background: #dedede;
    width: 43px;
}

select {
    -webkit-appearance: button;
    -webkit-border-radius: 5px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/newIntake/select.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-color: #DEDEDE;

    overflow: hidden;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 14px helvetica, arial, sans-serif;
    font-weight: bold;
    color: #333333;
    height: 28px;
    width: 175px;
    border: none;
}

table {
    padding-bottom: 25px;
    font: 12px helvetica, arial, sans-serif;
    font-weight: bold;
    width:90%;
}

/* -------------------- LAYOUT -------------------- */

#container {
    position: relative;
    width: 76%;
    left: 12%;
}

#taba {
    position: absolute;
    width: 33.33%;
    left: 0;
}

#tabb {
    position: absolute;
    width: 33.33%;
    left: calc(33.33% + 1px);
}

#tabc {
    position: absolute;
    width: 33.33%;
    left: calc(66.66% + 2px);
}

.tab_activ {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-right: 2px solid #D3AA1B;
    font: 16px Arial, Helvetica, sans-serif;
    background-color: #FFCC1D;
    font-weight: bold;
    text-align:center;
    color: #777777;
    height: 50px;
    top: 25px;
}

.tab_inact {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-right: 2px solid #555555;
    font: 16px Arial, Helvetica, sans-serif;
    background-color: #999999;
    font-weight: bold;
    text-align:center;
    color: #FFFFFF;
    height: 50px;
    top: 25px;
}

.tabv {
    line-height: 50px;
}

#first {
    position: absolute;
    padding-bottom: 100px;
    width: 100%;
    top: 75px;
}

#second {
    position: absolute;
    padding-bottom: 100px;
    width: 100%;
    top: 75px;
}

#third {
    position: absolute;
    padding: 20px 0 100px 0;
    width: 100%;
    top: 75px;
}

.tleft {
    float: left;
    padding: 20px 0 0 0;
    width: 48%;
}

.tright {
    float: right;
    padding: 20px 0 0 20px;
    background-color: #F7F7F7;
    width: 45%;
}


@media (max-width: 1200px) {

    .tleft {
        width: 100%;
    }

    .tright {
        float: left;
        clear:both;
        width: 100%;
    }

}

hr {
    margin-bottom: 30px;
    background-color: #c9c9c9;
    border: none;
    height: 1px;
}

/* -------------------- STYLES -------------------- */

.bld {
    font: 20px helvetica, arial, sans-serif;
    font-weight: bold;
    color: #000000;
}

.bigbtn {
    border-radius: 10px;
    margin: 25px 0 50px 12%;
    background-color: #FFCC1D;
    border-right: 2px solid #D3AA1B;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:center;
    line-height: 50px;
    color: #777777;
    height: 50px;
    width: 75%;
}
.readonly{

}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#fileupload{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;

}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
table.table.table-striped {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    font: 12px helvetica, arial, sans-serif;
    font-weight: bold;
    width: 90%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
table.table > td{

}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table a {
    color: #428bca;
    text-decoration: none;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.error{
    background-color: rgba(255,0,0,0.1);
    box-shadow: 0 0 0 1px red inset;
}
.autoOther{
    margin: 4px 0;
}