#usedEnquiryModal .modal-header {
    text-align: center;
    background:#ddd;
    padding-top:10px;
    border-radius:5px 5px 0 0;
    border-top:5px solid #eee;
}
#usedEnquiryModal .modal-header h1 {
    margin-top:0;
}
#usedEnquiryModal input {
    background:#eee;
    border-radius:4px;
    min-height:45px;
}
.usedCheckbox input {
    min-height:20px !important;
}
.usedCheckbox label {
    margin-bottom:0;
}
.enquiryCheckbox textarea {
    background:#eee;
    border-radius:4px;
    min-height:80px;
}
#usedEnquiryModal .recaptcha div > div {
    float:none;
    text-align: center;
    width:100% !important;
}
#usedEnquiryModal .usedCheckbox label {
    width:100%;
    height:15px;
    padding-top:35px;
}
#usedEnquiryModal .used-video label {
    background:url(/static/images/unity/default/forms/video.png)center top no-repeat;
}
#usedEnquiryModal .used-callback label {
    background:url(/static/images/unity/default/forms/callback.png)center top no-repeat;
}
#usedEnquiryModal .used-enquiry label {
    background:url(/static/images/unity/default/forms/enquiry.png)center top no-repeat;
}
#usedEnquiryModal .used-partex label {
    background:url(/static/images/unity/default/forms/part-ex.png)center top no-repeat;
}
#usedEnquiryModal .used-test-drive label {
    background:url(/static/images/unity/default/forms/test-drive.png)center top no-repeat;
}
#usedEnquiryModal .used-brochure label {
    background:url(/static/images/unity/default/forms/brochure.png)center top no-repeat;
}
.procesed-message {
    margin-top:20px;
    font-size:18px;
    line-height:24px;
    font-weight:bold;
}

#token-label, #captcha-label{
    display:none;
}

.modal{
    display:none;
}
.section2{
    display:none;
}
.section3{
    display:none;
}
.confirm-section{
    display:none;
}
.mot-intro{
    text-align: center;
    font-size:14px;
    line-height: 18px;
    margin:10px 0;
}
.next{
    float:right;
    margin-bottom:0;
}
.previous{
	margin-bottom:0;
    float: left;
}
.close{
    margin-right: 0px;
}
.modal-body{
    padding:0 1px 5px;
    max-height: 484px;
}
.modal-header{
    padding: 0px 15px;
}
form{
    margin-bottom:0;
}
.form-inner{
    width:90%;
    margin:0 auto;
}
.form-inner .header{
    cursor: pointer;
    width:100%;
    margin: 0 auto;
    padding:5px;
    box-sizing:border-box;
    border-radius:0 0 0 0;
}
.section-content{
    width:100%;
    margin: 0 auto;
    border:0;
    padding:15px;
    border-top:0;
    box-sizing:border-box;
	width:100%;
}
.icon-chevron-down{
    float:right;
}
.form-inner{
    text-align: center;
}
.make-booking-blue{
    text-align: center;
    background:#4c9ed9;
    color:#fff;
    font-weight:bold;
    padding: 15px 30px;
    border:0;
    width:100%;
    margin: 0 auto;
}
#thanksModal .modal-body{
    margin: 20px 0;
}
.make-booking-green{
    text-align: center;
    background:#009778;
    color:#fff;
    font-weight:bold;
    padding: 15px 30px;
    border:0;
    width:100%;
    border-radius:5px;
    margin:0 auto 20px auto;
    box-sizing:border-box;
}
.fix-errors{
    display:none;
    background-color: rgb(220, 71, 67);
    padding: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.fix-errors p{
    margin:0;
}
.form-element {
	position: relative;
}
.asterisk{
    position:absolute;
    top: 6px;
    left: 6px;
}
@media(max-width:480px){
    .asterisk{
        margin-left: 0;
        margin-right: 0;
    }
}
.asterisk img {
	width:8px;
}
#usedEnquiryModal select, #usedEnquiryModal textarea, #usedEnquiryModal input[type="text"], #usedEnquiryModal input[type="password"], #usedEnquiryModal input[type="datetime"], #usedEnquiryModal input[type="datetime-local"], #usedEnquiryModal input[type="date"], #usedEnquiryModal input[type="month"], #usedEnquiryModal input[type="time"], #usedEnquiryModal input[type="week"], #usedEnquiryModal input[type="number"], #usedEnquiryModal input[type="email"], #usedEnquiryModal input[type="url"], #usedEnquiryModal input[type="search"], #usedEnquiryModal input[type="tel"], #usedEnquiryModal input[type="color"], #usedEnquiryModal .uneditable-input {
    width:100% !important;
    box-sizing:border-box;
    height:40px;
    border:0;
    border-radius: 0 0 0;
    padding-left: 17px;
}
#usedEnquiryModal textarea{
    margin-left: 0;
    height:55px;
    padding-top:10px;
}

#bookingType {
    width:100% !important;
}
#AM, #PM{
    width: 13px !important;
}
.overview .row-fluid:nth-child(odd){
    background:#ccc;
}


#motModal {
	height: 530px;
	border-radius:0 0 0 0;
}
#motModal legend {
	float:left;
	font-size:18px;
	padding-left:20px;
}
#motModal .modal-header {
	clear:both;
	float: left;
    width: 100%;
    box-sizing: border-box;
    padding:0;
}

#motModal .modal-header .close {
    position: absolute;
    top:10px;
    right:10px;
}
@media (max-width: 480px) {
	#motModal .modal-header .close {
	    padding: 10px;
	    margin-top:0;
	    top:0;
	}
}

.icon-chevron-down {
	background:url(/static/images/unity/default/forms/chevron-down.png) no-repeat center center;
	margin-top: 5px;
}
.year-and-mileage {
	width:48%;
	float:left;
}
.am-and-pm {
	float:left;
	width:40%;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
.am-and-pm label {
	margin-right:10px;
}
.am-and-pm label {
	float:left;
	width:80%;
    text-align: right;
}
.am-and-pm input {
    float:left;
    width:20%;
    min-height:15px !important;
}

.errors {
	font-weight: normal;
    color: red;
    margin-top: -11px;
    display: block;
    font-size: 12px;
}

.usedCheckbox{
    float: left;
    width: 25%;
}
.section{
    display:none;
}
.mobile-details-button a {
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009778+0,009778+50,12ad8d+51,009778+100 */
    background: #009778; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #009778 0%, #009778 50%, #12ad8d 51%, #009778 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #009778 0%,#009778 50%,#12ad8d 51%,#009778 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #009778 0%,#009778 50%,#12ad8d 51%,#009778 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009778', endColorstr='#009778',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#fff;
    padding:10px 0 20px 0;
    box-sizing:border-box;
    color:#fff;
    font-size:28px;
    text-transform: uppercase;
    width:100%;
    display:block;
    font-weight:bold;
    margin-bottom:10px;
    border-radius:4px;
}
.mobile-details-button img {
    max-width:60px;
}
.mobile-details-button a:hover, .mobile-details-button a:focus {
    color:#fff;
    text-decoration: none;
    background: #008e71;
}

@media (max-width:480px) {
    .usedCheckbox, .am-and-pm label {
        width:50%;
    }
    .usedCheckbox {
        margin-bottom:5px;
    }
    .section-content {
        padding:0;
    }
}


