@charset "UTF-8";
/* CSS Document */

/* BOOKING FORM - GENERAL */

.sp-booking-section-discount_code {
  display: none !important;
}

.wrapper-book_online .feature_box-phone_number {
	margin-top: 0px !important;
}

.booking_form {
    margin: 20px 0 0 0;
}

.booking_form ul {
    margin: 0 0 0 0;
}

.booking_form h3 {
    margin: 0 0 0 0;
}



.booking_form label {
    float: left;
    font-size: 14px;
    margin: 0px 0 5px 0;
}


.input-wrapper {
    padding-right:14px; 
}

.booking_form input, .booking_form select {
    color: #0064A0;
}


.booking_form textarea {
    width: 100%;
    height: 80px;
}

.wrapper-admin .booking_form textarea {
    height: 220px;
}


.booking_form .select-wrapper.first {
    clear:both;
}

.booking_form input[type="text"], .booking_form input[type="date"], .booking_form input[type="password"], .booking_form select {
    width:100%;
    display:block;
}
.booking_form input[type="radio"], .booking_form input[type="checkbox"] {
    margin-right:10px;
}

.booking_form input.click_button {
    color: #FFFFFF;
}

.booking_form label.singleline {
    clear: none;
    float: left;
    font-size: 14px;
    line-height: 1.0;
    margin: 0px 0 0px 0px;
/*    margin: 0px 0 0px 8px;*/
    width: auto;
}

.booking_form input.singleline {
    margin: 0px 0 0px 0;
}

.booking_form li {
    width:100%;
}

.booking_form li span label {
    font-size: 11px;
    text-align: center;
    margin: 4px 0 0px 0;
}

.booking_form li.leftFull {
    clear: left !important;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.booking_form li.leftHalf {
    clear: left !important;
    float: left;
    width: 47%;
    margin: 0 6% 15px 0;
}

.booking_form li.rightHalf {
    clear: none !important;
    float: right;
    width: 47%;
    margin: 0 0 15px 0;
}

.booking_form li.leftHalfDate {
    clear: left !important;
    float: left;
    width: 42%;
    margin: 0 6% 15px 0;
}

.booking_form li.rightHalfDate {
    clear: none !important;
    float: left;
    width: 42%;
    margin: 0 0 15px 0;
}

.booking_form li.deleteDate {
    clear: none !important;
    float: left;
    width: 10%;
    margin: 0 0 15px 0;
}

.add_season_date {
 /*   font-weight:bold;*/
 	line-height: 1.0;
    cursor:pointer;
    margin-bottom:30px;
}

.booking_form li.deleteDate div {
    margin:25px 0 0 10px;
 /*   font-weight:bold;*/
    cursor:pointer;
}
.booking_form li.deleteDate div:hover {
    text-decoration:underline;
}
    
.booking_form li.oneOfFour {
    clear: left !important;
    float: left;
    width: 22%;
    margin: 0 3% 15px 0;
}
.booking_form li.nthOfFour {
    clear: none !important;
    float: left;
    width: 22%;
    margin: 0 3% 15px 0;
}
.booking_form li.nthOfFour:last-child {
    clear: none !important;
    float: left;
    width: 25%;
    margin: 0 0 15px 0;
}

.booking_form li.oneOfFive {
    clear: left !important;
    float: left;
    width: 18%;
    margin: 0 2% 15px 0;
}
.booking_form li.nthOfFive {
    clear: none !important;
    float: left;
    width: 18%;
    margin: 0 2% 15px 0;
}
.booking_form li.nthOfFive:last-child {
    clear: none !important;
    float: left;
    width: 20%;
    margin: 0 0 15px 0;
}

.booking_form li.rightHalf {
    clear: none !important;
    float: right;
    width: 47%;
    margin: 0 0 15px 0;
}

.booking_form li.leftTwoThird {
    clear: left !important;
    float: left;
    width: 64%;
    margin: 0 5% 15px 0;
}

.booking_form li.rightThird {
    clear: none !important;
    float: right;
    width: 30%;
    margin: 0 0 15px 0;
}

.split_box {
    clear: none !important;
    float: left;
    width: 50%;
    margin: 0 0 0 0;
}
.split_box:first-child {
    width: 49%;
    margin-right:1%;
}

.full_box {
    clear: none !important;
    width: 100%;
    margin: 10px 0 0 0;
}

select {
    height:28px;
}
li.time .select-wrapper {
    display:inline;
    float:left;
}
li.time .select-wrapper.first {
    margin-right:5px;
}

#discount_code-wrapper {
    display:none;
}


/* PARKING CALCULATOR */

.wrapper-parking_calculator-entry {

}

.wrapper-parking_calculator-entry li {
    list-style: none;
    margin: 0 0 20px 0;
    clear: both;
}

.wrapper-parking_calculator-entry li.last {
    margin: 0 0 0 0;
}

.wrapper-parking_calculator-entry li span {
    float: left;
    margin: 0 5px 0 0;
}

.wrapper-parking_calculator-entry li.total-heading span {
    float: none;
    margin: 0;
}

.wrapper-parking_calculator-entry label {
    color: #78C3E1;
}

.wrapper-parking_calculator-entry input {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 8px 8px 8px 8px;
/*	padding: 6px 6px 6px 6px;*/
	border: 0px solid #78C3E1;
	/* ROUND CORNERS */
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.wrapper-parking_calculator-entry input.click_button {
    clear: none;
    float: none;
    padding: 9px 10px 10px 10px;
    margin: 0px 0 15px 0;
    border: 0;
}



.wrapper-parking_calculator-entry #arrival_time_minute, 
.wrapper-parking_calculator-entry #arrival_time_hour, 
.wrapper-parking_calculator-entry #departure_time_minute, 
.wrapper-parking_calculator-entry #departure_time_hour {
    width:50px;
    float:left;
}
.wrapper-parking_calculator-entry #arrival_date, .wrapper-parking_calculator-entry #departure_date  {
    width:50%;
}

.wrapper-parking_calculator-entry #arrival_time_hour,  
.wrapper-parking_calculator-entry #departure_time_hour {
    clear:both;
    margin-right:6px;
}

.wrapper-parking_calculator-entry select {
	float: left;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
	border: 0px solid #78C3E1;
}

.wrapper-parking_calculator-entry li.total-heading {
	padding-top: 10px !important;
}



/* PRICING CALCULATOR - STANDARD or BUDGET CHOICE SECTION */

.budget_option-wrapper {
	
}

.wrapper-parking_calculator-entry #booking_transport-wrapper {
	padding-top: 5px !important;
}

.wrapper-parking_calculator-entry #booking_transport-wrapper input {
	margin-top: 2px !important;
}




/* BOOKING FORM - ENTRY */

.wrapper-booking_form-entry {

}

.wrapper-booking_form-entry h3 {

}

.wrapper-booking_form-entry li {
    list-style: none;
    margin: 0 0 15px 0;
    clear: both;
    float: left;
}

.wrapper-booking_form-entry input[type="text"],
.wrapper-booking_form-entry input[type="radio"],
.wrapper-booking_form-entry input[type="checkbox"],
.wrapper-booking_form-entry input[type="password"] {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
	border: 1px solid #78C3E1;
	/* ROUND CORNERS */
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.wrapper-booking_form-entry input[type="submit"] {
    padding:8px 11px;
}


.wrapper-booking_form-entry input[type="checkbox"],
.wrapper-booking_form-entry input[type="radio"] {
    margin-right:10px;
	margin-top: 2px;
}

.wrapper-booking_form-entry textarea {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
	border: 1px solid #78C3E1;
	/* ROUND CORNERS */
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}


.wrapper-booking_form-entry select {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
	border: 1px solid #78C3E1;
	/* ROUND CORNERS */
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.wrapper-booking_form-entry li span.text_highlight-orange {
    float: left;
    padding: 0px;
    margin-left:3px;
}




/* BOOKING FORM - PAYMENT METHOD */

.payment_method-selector {
	margin: 0 0 10px 0;
}

.payment_method-selector label,
.payment_method-selector input[type="text"], 
.payment_method-selector input[type="radio"], 
.payment_method-selector input[type="checkbox"] {
	float: inherit;	
}

.payment_method-selector label {
	width: 100%;
	margin: 0;
}

.payment_method-option {
	clear: both;
	float: left;
	width: 96%;
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	/* ROUND CORNERS */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.payment_method-option:active, 
.payment_method-option:hover,
.payment_method-option.option-selected {
	cursor: pointer;
	background-color: #ebebeb;
	-webkit-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.payment_method-option li {
	padding: 0;
	margin: 0;	
}

.payment_method-choice {
	width: 60%;
	float: left;
	display: inline-block;
	padding-top: 5px;
}

.option-label {
    float: left;
    font-size: 14px;
    margin: 0px 0 5px 0;
}

.payment_method-credit_card {
	width: 35%;
	float: right;
	display: inline-block;
}

.payment_method-paypal {
	width: 35%;
	float: right;
	display: inline-block;
}


/* PAYMENT MESSGAGE BOX */

.error-message-credit_card {
/*	background-color: #FF8214;*/
	background-color: #F00028;
	background-image: url(../images/icons/icon-payment_status-error.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: 20px 50%;
	padding: 20px 20px 20px 80px;
	color: #FFFFFF !important;
	margin: 30px 0;
}

.alert {
	
}

.alert-success {
	background-color: #33cc66;
	background-image: url("../images/icons/icon-payment_status-success.png");
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: 20px 50%;
	padding: 20px 20px 20px 80px;
	color: #FFFFFF !important;
	margin: 30px 0;
}	



/* BOOKING FORM - TOTAL */

.wrapper-booking_form-total {
	margin: 0px 0 0 0;
}

.wrapper-booking_form-total h3 {
	margin-top: 0 !important;
}

.wrapper-booking_form-total p {
    margin: 0 0 0 0;		
}


.wrapper-booking_form-total li {
    list-style: none;
    margin: 0 0 5px 0;
}

.wrapper-booking_form-total li.last {
    margin: 0 0 0 0;
}

.wrapper-booking_form-total h3, .wrapper-booking_form-total p, .wrapper-booking_form-total li, .wrapper-booking_form-total th, .wrapper-booking_form-total td {
    color: #FFFFFF;
}

.wrapper-booking_form-total li.total-heading {
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
}


.wrapper-booking_form-total .price-total, .wrapper-booking_form-total .price-item {
    float: right;
}

.wrapper-booking_form-total input {
    /*
            float: none;
            clear: none;	
    */
}


/* fixed summary box */
.summary_fixed {
    position:fixed;
    top:0px;
}



/* EMAIL SIGNUP */

.booking_form label.email_signup-label {
	margin-top: 10px;
	margin-bottom: 0;
}

.email_signup-copy {
	margin-bottom: 0px;
}



/* BOOKING INFORMATION BOX */

.wrapper-book_information {
	
}

.feature_box-book_information {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature_box-book_information h3,
.feature_box-book_information li {
	color: #000000;
}

.feature_box-book_information ul,
.feature_box-book_information li.last {
	margin-bottom: 0px;
}

.feature_box-book_information h3,
.feature_box-book_information li {
	margin-bottom: 18px;
}

.banner-mvsh-park_and_stay {
	margin-bottom: 20px;
}


/* BOOKING FORM - TERMS AND CONDITIONS */

.wrapper-terms_and_conditions-top {
	padding: 15px 15px 15px 15px;
	border-right: 1px solid #0064A0;
	border-bottom: 0px solid #0064A0;
	border-left: 1px solid #0064A0;
	border-top: 1px solid #0064A0;
	margin: 0px !important;
}

.wrapper-terms_and_conditions-bottom {
	padding: 5px 15px 10px 15px;
	border-right: 1px solid #0064A0;
	border-bottom: 1px solid #0064A0;
	border-left: 1px solid #0064A0;
	border-top: 0px solid #0064A0;
}

.booking_form li.wrapper-terms_and_conditions-top,
.booking_form li.wrapper-terms_and_conditions-bottom {
	width: 96% !important;
}

.booking_form li.wrapper-terms_and_conditions-bottom .error {
	clear: none;
	float: right;
	padding-top: 2px;
}



/* BOOKING ADMIN - ORDERS */

.page_navigation {
	margin: 20px 0px 10px 0px;
	text-align: center;
}

.bookings-overview {
	display: inline-block;
	padding: 6px 0 0 0;
	margin: 0 10px;	
	vertical-align: top;
}

.page-first {
	display: inline-block;
	padding: 5px;
	height: 24px;
	width: 24px;
	background-image: url(../images/buttons/button-page_navigation-first.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0 0px;	
}

.page-previous {
	display: inline-block;
	padding: 5px;
	height: 24px;
	width: 24px;
	background-image: url(../images/buttons/button-page_navigation-previous.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0 0px;	
}

.page-next {
	display: inline-block;
	padding: 5px;
	height: 24px;
	width: 24px;
	background-image: url(../images/buttons/button-page_navigation-next.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0 0px;	
}

.page-last {
	display: inline-block;
	padding: 5px;
	height: 24px;
	width: 24px;
	background-image: url(../images/buttons/button-page_navigation-last.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 0 0px;	
}

table tbody tr.cancelled_row td:not(.hidden) {
    text-decoration:line-through;
}

table tbody tr .cancel {
    color:red;
}

table tbody tr .uncancel {
    color:orange;
}



/* TABLET */

@media screen and (max-width: 767px) {


    .booking_form li.leftHalf, .booking_form li.rightHalf {
        width:100%;
        display:block;
    }
    .input-wrapper {
        padding-right:14px; 
    }

    .select-wrapper {
    }

    li.time .select-wrapper {
        display:block;
        width:50%;
    }
    li.time .select-wrapper.first {
        width:49%;
        margin-right:1%;
    }
    .split_box { 
        width:50%;
        margin: 0 0 0 0;
    }
    .split_box:first-child {

        width:49%;
        margin: 0 1% 0 0;
    }
    input[type="submit"] {
        width:100%;
    }
 /*
    table td td {
        display:none;
    }
 */   
    td.mobile-hide {
        display:none;
    }
    
    .summary_fixed {
        position:inherit;
        top:inherit;
    }
    
    #main_submit {
        display:none;
    }
}

/* date picker */
#ui-datepicker-div {
    font-size:12px;
}
.ui-datepicker td a {
    text-align:center;
}

/* admin area */
#wrapper #top_bar-wrapper {
    padding:10px;
}
#logo-wrapper {
    width:300px;
    float:left;
}
#logout-wrapper {
    width:100px;
    float:right;
    text-align:right;
    padding-top:10px;
}

/* table */
table {
    width:100%;
}

table thead td {
    background-color:#78C3E1;
    padding:10px;
    color: #FFFFFF;
}

table thead td.hidden {
    background-color:transparent;
}

table tbody td {
    padding:10px;
    border-bottom:1px dotted #cccccc;
}

table tbody td.hidden {
    padding:10px;
    border-bottom:0 none #fff;
    background-color:#eaeaea;
}

.error {
    color:red;
    font-size:12px;
    clear:both;
    padding-top:4px;
}

.pagination {
    float:right;
    text-align:right;
    display:inline-block;
}

.page_info-wrapper {
    float:left;
    display:inline-block;
    padding-left:10px;
}

.add-wrapper {
    clear:both;
    float:right;
}

.reset-search {
    margin-left:10px;
    margin-top:10px;
    display:inline-block;
}

.add_season_date {
    display:inline-block;
}


/* #calendar */

#calendar {
    margin-top:15px;
    height:100%;
}

#calender table {
    margin-bottom:0;
}

#calendar.fc th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #78C3E1;
}

#calendar th {
    font-size: 16px;
}

#calendar td {
    font-size: 11px;
}

.fc-day-number {
	color: #78C3E1;
}

#calendar .fc-widget-header {
    border-right-width:0px !important;
}

#calendar .fc-day-grid-container {
    height:384px !important;
}

#calendar h2 {
    font-family:"Interstate-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:22px;
    margin-top:5px;
}

#calendar .fc-content {
    text-align:center;
}

#calendar .fc-state-default {
    background-color:#FF8214;
/*    padding: 8px 11px;*/
    background-repeat:no-repeat;
    white-space:normal;
    position:relative;
    font-size:18px;
    color:#fff;
    text-shadow:1px 1px 0px #D25028;
    border: solid 1px #D25028;
    background-image: linear-gradient(bottom, rgb(230,90,0) 0%, rgb(255,130,20) 100%);
    background-image: -o-linear-gradient(bottom, rgb(230,90,0) 0%, rgb(255,130,20) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(230,90,0) 0%, rgb(255,130,20) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,90,0) 0%, rgb(255,130,20) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(230,90,0) 0%, rgb(255,130,20) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(230,90,0)),
    color-stop(1, rgb(255,130,20))
    );
    -webkit-box-shadow: inset 0px 1px 0px #FFA050, 0px 0px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #FFA050, 0px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px #FFA050, 0px 0px 0px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#calendar .fc-state-default:active {
	padding-bottom:7px;
	padding-left:11px;
	padding-right:11px;
	padding-top:9px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(255,130,20) 0%, rgb(230,90,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,130,20) 0%, rgb(230,90,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,130,20) 0%, rgb(230,90,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,130,20) 0%, rgb(230,90,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,130,20) 0%, rgb(230,90,0) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255,130,20)),
	color-stop(1, rgb(230,90,0))
	);
}

#calendar .fc-event {
	font-size: 1.4em;
	line-height: 0.9;
	border-radius: 3px;
	border: 0px solid #0064A0;
}

#calendar .fc-day-grid-event {
	padding: 2px 2px;
}

#calendar table {
	margin-bottom: 0;
}

.fc-row .fc-content-skeleton {
	min-height: 65px;
}


/* Trevine */

#calendar .calendar_event_carpark-1 {
	background-color: #0064A0;
	border: 1px solid #0064A0;
}


/* Mount View */

#calendar .calendar_event_carpark-2 {
	background-color: #74C9E3;
	border: 1px solid #74C9E3;
}


/* New Land */

#calendar .calendar_event_carpark-3 {
	background-color: #FF8214;
	border: 1px solid #FF8214;
}





/* ADMIN OVERRIDES */

.admin .booking_form {
	margin-top: 0px;
/*    margin-top: 5px;*
}

.admin .booking_form h3 {
	margin: 0px 0 0px 0;
/*    margin: 20px 0 0px 0;*/
}

.admin .wrapper-booking_form-entry li.hidden {
    margin: 0px;
}

.booking_form li.deleteDate div {
	
}


/* SECOND VEHICLE ADDITIONS */

.vehicle_2-row, .vehicle_3-row {
    display:none;
}

.admin .admin-orders-search {

}

.admin .admin-orders-search ul {

}

.admin .admin-orders-results {
	margin-top: 20px;	
}




/* ADMIN RE-STYLE */

.wrapper-admin {
	
}

.wrapper-admin .booking_form {
	margin: 0px 0 0 0;
}

.wrapper-admin header {
	min-height: 0;
	background-color: #78C3E1;
	margin: 0 0 0px 0;
	padding: 20px 0 20px 0;
	/* drop shadow */
/*	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);	*/
}

.wrapper-admin .header-banner {
	margin: 15px 0px 0px 0px;	
}

.wrapper-admin-content {
	
}

.wrapper-admin footer {
	background-color: #78C3E1;	
	padding: 0px 0 0px 0;
	margin-top: 40px;
	/* drop shadow */
	-webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);	
}

.wrapper-admin .footer-credits {
	padding: 20px 0 0 0;
	margin: 0px 0 0 0;
	border-top: 0;
	float: left;
}

#referrers_table .referrer_full_url {
    display:block;
    clear:both;
    color:#666;
    font-size:11px;
}

#referrers_table {
    position:relative;
}



form #card_number {
  display: block;
  font-size: 14px;
  height: 32px;
  padding: 0 5px;
  margin: 5px 0;
}
form .booking_form input#card_number:-moz-placeholder {
  color: #0064A0;
  opacity: 1;
}
form .booking_form input#card_number:-ms-input-placeholder {
  color: #0064A0;
}
/*form #card_number:focus {
  border: 2px solid #0079ff;
}*/
form .booking_form input#card_number::-webkit-input-placeholder {
  color: #0064A0;
}
form .booking_form input#card_number::-moz-placeholder {
  color: #0064A0;
  opacity: 1;
}

/* payment form styles */
form #card_number {
  background-image: url(../images/cc-validator/images.png), url(../images/cc-validator/images.png);
  background-position: 2px -121px, 260px -61px;
  background-size: 120px 361px, 120px 361px;
  background-repeat: no-repeat;
  padding-left: 54px;
  width: 225px;
}
form #card_number.visa {
  background-position: 2px -163px, 260px -61px;
}
form #card_number.visa_electron {
  background-position: 2px -205px, 260px -61px;
}
form #card_number.mastercard {
  background-position: 2px -247px, 260px -61px;
}
form #card_number.maestro {
  background-position: 2px -289px, 260px -61px;
}
form #card_number.discover {
  background-position: 2px -331px, 260px -61px;
}
form #card_number.valid.visa {
  background-position: 2px -163px, 260px -87px;
}
form #card_number.valid.visa_electron {
  background-position: 2px -205px, 260px -87px;
}
form #card_number.valid.mastercard {
  background-position: 2px -247px, 260px -87px;
}
form #card_number.valid.maestro {
  background-position: 2px -289px, 260px -87px;
}
form #card_number.valid.discover {
  background-position: 2px -331px, 260px -87px;
}

.cards {
  border-radius: 2px;
  margin: 10px auto 0;
  padding: 13px 20px;
  width: 290px;
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: sans-serif;
}
.cards p {
  line-height: 1.5;
}
.cards a {
  color: #2e85e2;
  text-decoration: underline;
}

.help {
  font-size: 10px;
  color: #777;
  font-family: sans-serif;
  text-align: center;
}
.help a {
  color: #fff;
}

.card-types {
  border-radius: 2px;
  margin: 0 auto 0;
  padding: 13px 20px;
  width: 500px;
  color: #777;
}

/* parking options */
.transport_options {
    display:none;
}

/* ADMIN - Transport List column styling */

.wrapper-transport-list {
	margin-bottom: 40px;
}

.transport-list-header-row,
.transport-list-body-row {
	
}

.transport-list-header-row {
	border-bottom: 2px #0064A0 solid;
}


.transport-list-body-row {
	border-bottom: 1px #D2D2D2 solid;
	color: #000000;
}

.header-field {
	padding: 10px;
}

.body-field {
	padding: 10px;
}

.color_selection-deselect {
    width:50px;
    border:1px solid #0064A0;
    padding:4px;
    cursor:pointer;
    text-align:center;
    margin-top:4px;
}
.color_box {
    height:30px;
    width:30px;
    display:inline-block;
    padding:3px;
    margin-right:4px;
}
.color_box_selected {
    border:3px solid black;
    padding:0;
}
.color_selection-deselect {
    display:none;
}

.print_button-wrapper {
    float:right;
    border:1px solid #0064A0;
    padding:4px;
    cursor:pointer;
    margin-top:4px;
}

.wrapper-booking_form-entry li.payment_details-iframe {
    display:none;
}
.wrapper-booking_form-entry li.threed_secure_error-wrapper {
    display:none;
}
.wrapper-booking_form-entry li.payment_error-wrapper {
    display:none;
}

/* add extraheight to country code list */
#country_code {
    height:30px;
}

/* fixing braintree payment fields */
.braintree-dropin * {
    float: none !important;
}
