/* @override 
	https://www.npbscotland.org.uk/assets/css/npbs-booking.css?v=1.4
	https://www.npbscotland.org.uk/assets/css/npbs-booking.css?v=1.5
	https://www.npbscotland.org.uk/assets/css/npbs-booking.css?* */

p {
	font-size: 1.5rem;
	padding: 3px 0px;
	margin: 3px 0px;
	line-height: 2.2rem;
}

.footer-print,
.header-print {
	display: none;
}

.float-clear {
	clear: both;
}

.color-white {
	color: #ffffff !important;
}

.section-block .booking-left {
	padding-right: 8rem;
}

.booking dl dd {
	margin: 0px 0px 0px 0px;
}

.booking h3 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.2rem;
}

.booking dl dt.half-width {
	width: 50%;
}
.booking dl dt {
	font-size: 20px;

}

.booking dl input {
	width: 90%;
	color: #000000 !important;
	font-size: 1.3em;
	padding: 4px 5px;
}

.booking dl select {
	-webkit-appearance: menulist-button;
	height: 30px;
	width: 60px;
	color: #000 !important;
	font-size: 15px;
	line-height: 15px;
}

.booking input[type="submit"] {
	color: #ffffff !important;
	font-size: 1.5rem;
	padding: 6px 16px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background-color: #1A9584;
}

.booking dl {
	background-color: #F55060;
	border-radius: 3px;
	padding: 20px;
}

dl.amount dt {
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
dl.amount dd input {
	max-width: 200px;margin-left: 5px;
	font-size: 18px;
}
dl.amount dd {
	font-size: 24px;
}

dl.address dt {
	display: block;
}
dl.address dd {
	w
}

.booking dl dt.booking-breakfast {
	height: 40px;
}

.booking dl dt input.booking-breakfast-name {
	width: 60%;
	float: left;
}

.booking dl dt select.booking-breakfast-choice {
	width: 170px;
	margin-left: 10px;
}

.booking textarea.booking-dietary {
	height: 50px;
	min-height: 50px;
	color: #000000 !important;
	font-size: 1.3em;
	padding: 4px 5px;
	margin: 0px 0px 3px 0px;
}

.booking .card-logo {
	width: 45px;
}

.booking p.small-text {
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.booking .donation dl dt {
	font-size: 2rem;
	line-height: 2rem;
}

.booking .donation dl dt input {
	margin-left: 10px;
	font-size: 1.5rem;
	width: 150px;
}

.booking .donation a.donation-skip,
.booking .gift-aid a.donation-skip {
	text-decoration: underline;
	padding-left: 20px;
	line-height: 3rem;
}

/* Cart */

#cart {
	width: 75%;
	border-bottom: 2px solid #fff;
}

#cart p.cx {
	text-align: center;
}

#cart h4 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}

#cart table.cart-contents {
	width: 100%;
}

#cart table.cart-contents th {
	text-decoration: underline;
}

#cart table.cart-contents tbody td {
	text-align: left;
	height: 3rem;
}

#cart table.cart-contents td.qty {
	text-align: center;
}

#cart table.cart-contents td.total {
	text-align: right;
}

#cart table.cart-contents tfoot td {
	border-top: 3px double; #fff;
	font-weight: bold;
	height: 3rem;
}

/* Receipt */

.booking table.header {
	border: none;
}

.booking h4.cart_title {
	font-size: 2.4rem;
}

.booking table.header td {
	background-color: #E6283A;
	color: #ffffff !important;
	border: none;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3rem;
}

.booking table.header td.header {
	background-color: #F97985;
	font-weight: bold;
	width: 120px;
	font-size: 1.3rem;
	
}

.booking table.buy_tickets thead th {
	background-color: #F97985;
	color: #ffffff !important;
}

.booking table.buy_tickets td.subtotal {
	text-align: right;
}

.booking table.buy_tickets td.order_total {
	
	font-weight: bold;
}

.booking table.buy_tickets tfoot td {
	border-top: 3px double #ffffff;
	text-align: right;
}

span.small {
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	display: block;
	font-style: italic;
}

span.static {
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

/* override */
.section-block,
.fullscreen-section .fullscreen-inner,
.pagination-2 .pagination-next{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

/* Gift Aid */

.booking .gift-aid blockquote {
	background-color: #F54F60;
	padding: 10px 15px;
	margin: 10px 20px;
	font-size: 1.5rem;
}

.booking .gift-aid ul {
	font-size: 1.5rem;
	padding: 0px;
	
}

.booking .gift-aid ul li {
	padding: 0px;
	line-height: 2.0rem;
}

.booking .gift-aid section.ga-tickbox {
	background-color: #F54F60;
	padding: 10px 15px;
	margin: 10px 20px;
}

.booking .gift-aid section.ga-tickbox input[type="checkbox"] {
	display: none;/* <-- hide the default checkbox */
}
.booking .gift-aid section.ga-tickbox label span {
	height: 30px;
	width:  30px;
	background-color: #ffffff;
	border: 1px solid #E6283A;
	display: inline-block;
	position: relative;;
	float: left;
	margin-top: 8px;
}

.booking .gift-aid section.ga-tickbox input[type="checkbox"]:checked + span {
	background: #fff;
}

.booking .gift-aid section.ga-tickbox input[type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
  content: 'X';
  position: absolute;
  top: -12px;
  left: 17;
  color: #000;
  font-size: 3rem;
}

.booking .gift-aid section.ga-tickbox label {
	/*border: 1px solid #333;*/
	margin: 0px;
}

.booking .gift-aid section.ga-tickbox label p {
	float: left;
	font-size: 2rem;
	line-height: 2.5rem;
	width: 80%;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

/* Errors */

.booking input.error {
	margin-bottom: 0px;
	
}

.booking label.error {
	background-color: #fafa84;
	color: #F54060 !important;
	width: 90%;
	margin: 0px;
	padding: 0px 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 7px;
	text-align: right;
	font-weight: bold;
	border: 1px solid #BFBFBF;
	border-top: none;
}

.bkg-red.booking .rounded.button {
	background-color: #f6f6f6;
	color: #e62638 !important;
	font-weight: 600;
	border: none;
}
.bkg-red.booking .rounded.button:hover {
	background-color: #383838;
	color: #fff !important;
}

.sold-out {
	display: none;
}

/* Sales Report */

#sales-report {
	width: 90%;
}
#sales-report tr:nth-of-type(even) {
	background-color: #c01212;
}
#sales-report td {
	padding: 2px;
}

#sales-report thead .td-ref {
	width: 12%;
}
#sales-report thead .td-date {
	width: 12%;
}
#sales-report thead .td-cx {
	width: 28%;
}
#sales-report thead .td-qty {
	width: 12%;
}
#sales-report thead .td-tot {
	width: 12%;
}
#sales-report thead .td-don {
	width: 12%;
}
#sales-report thead .td-ga {
	width: 12%;
}

#sales-report tbody .td-ref {
	text-align: left;
}
#sales-report tbody .td-date {
	text-align: center;
}
#sales-report tbody .td-cx {
	text-align: left;
}
#sales-report tbody .td-qty,
#sales-report tfoot .td-qty {
	text-align: center;
}
#sales-report tbody .td-tot,
#sales-report tfoot .td-tot {
	text-align: right;
}
#sales-report tbody .td-don,
#sales-report tfoot .td-don {
	text-align: right;
}
#sales-report tbody .td-ga {
	text-align: center;
}

#sales-report tfoot td {
	border-top: 3px double #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#sales-report .chq-pay {
	background-color: #ffffff;
	color: #266be1 !important;
	border-radius: 4px;
	font-weight: 600;
	margin-left: 4px;
}

/* Login */

.login dl {
	max-width: 90%;
}

.login dt {
	display: block;
	width: auto;
}

.login .auto-login input {
	float: left;
	line-height: 2rem;
	margin-right: 5px;
}

.login .auto-login label {
	line-height: 2rem;
}
.signmeup input {
	display: inline;
	width: 20px !important;
}
.signmeup {
	display: block;
}


.reg-btn {
	width: 100px !important;
}





