#token-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;
}
#motModal .modal-body{
    padding:0 1px 5px;
    max-height: 484px;
}
#motModal .modal-header{
    padding: 0px 15px;
}
#motModal 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;
}
#motModal .section-content{
    width:100%;
    margin: 0 auto;
    background:#eee;
    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:#009e0f;
    color:#fff;
    font-weight:bold;
    padding: 15px 30px;
    border:0;
    width:100%;
    margin: 0 auto;
}
.fix-errors{
    display:none;
    background-color: rgb(220, 71, 67);
    padding: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.fix-errors2{
    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;
}
#motModal select, #motModal textarea, #motModal input[type="text"], #motModal input[type="password"], #motModal input[type="datetime"], #motModal input[type="datetime-local"], #motModal input[type="date"], #motModal input[type="month"], #motModal input[type="time"], #motModal input[type="week"], #motModal input[type="number"], #motModal input[type="email"], #motModal input[type="url"], #motModal input[type="search"], #motModal input[type="tel"], #motModal input[type="color"], #motModal .uneditable-input {
    width:100% !important;
    box-sizing:border-box;
    height:40px !important;
    border: 1px solid #aaa;
    border-radius: 0 0 0;
    padding-left: 17px !important;
}
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;
    width:100%;
    box-sizing:border-box;
    margin:0;
}
#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;
}
#motModal .mileage {
	margin-left:4%;
}
.am-and-pm {
	float:left;
	width:50%;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
.am-and-pm label {
	margin-right:10px;
}
.am-and-pm label, .am-and-pm input {
	float:left;
	width:auto;
}

.errors {
	font-weight: normal;
    color: red;
    margin-top: -11px;
    display: block;
    font-size: 12px;
}
.mot-service-button {
    padding:15px;
    box-sizing:border-box;
    font-size:22px;
    line-height:26px;
    width:100%;
    margin:10px 0;
    transition:.2s;
}

@media (max-width:480px) {
    #motModal {
        overflow:scroll;
        height:440px;
        padding-bottom:10px;
    }
}


