/* @override 
	https://www.npbscotland.org.uk/assets/css/donations.css */

input.half {
	width: 40%;
}

.half {
	width: 40%;
	display: inline-block;
	vertical-align: middle;

}
.half span {
	width: inline;
	font-size: 20px;
}
.half input {
	display: inline;
	width: 50%;
}

#bookingForm p {
	font-size: 14px !important;
	margin: 20px 0px;
}

#bookingForm input {
	font-size: 16px;
}
#bookingForm label {
	font-size: 14px;
}
label.giftaid {
	margin-top: 10px;
}
#bookingForm input.submit {
	padding: 20px;
	font-size: 20px;
	background-color: #d43c3e;
	color: #fff;
	border: none;
	margin-top: 0px;
	border-radius: 5px;
	cursor: pointer;
}
#bookingForm input.submit:hover {
	background-color: #414141;
}

dd.addr span {
	display: block !important;
}

.split25, .split75 {
	display: inline;
	width: 25%;
}

.split25, .split75 {
	display: inline-block !important;
	width: 74%;
	vertical-align: -webkit-baseline-middle;
}
.split25 {
	width: 24%;
}


/**** add ****/

/* @override 
	http://prospects.sanctusmedia.net/assets/css/donate.css */

/*** DONATIONS ***/

dl.booking dd {
	width: 62%;
	display: inline-block;
	vertical-align: middle;
}
dl.booking dt {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #5c5c5c;
	margin-bottom: 24px;
}

#bookingForm {
	margin-top: 60px;
}
#bookingForm p {
	margin-bottom: 20px;
	display: block;
	width: 90% !important;
	font-size: 16px;
	color: #bf3d3e;
}

#bookingForm .theme_btn {
	border: none;
	margin-top: 30px;
}
#bookingForm input {
	font-size: 20px;
	outline: 0;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
#bookingForm input:focus {
	border-color: #64257c;
}

#plan_amount {
	width: 100px;
}
em.pound {
	font-style: normal;
	font-size: 20px;
}

.pay-segment {
	padding: 20px;
	margin-bottom: 50px;
	border: 3px dashed #d1d1d1;
	border-radius: 10px;
}
.pay-giftaid p {
	font-size: 14px !important;
	line-height: 20px;
	margin-bottom: 00px !important;
	
}
.pay-giftaid label {
	text-align: left;
}
.pay-giftaid input[type='checkbox'] {
	display: inline;
	font-size: 80px;
	width: 20px;
	height: 20px;
}
.pay-giftaid input[type='text'] {
	width: 80%;
	display: block;
	margin-bottom: 5px;
}
.pay-giftaid img {
	width: 50%;
	display: inline;
}

label i.ga-status {
	font-size: 30px;
	color: #bf3d3e;
	vertical-align: sub;
}
label i.ga-warning {
	color: #e1a83c;
	display: none;
}
label i.ga-yes {
	color: #56ae4a;
	display: none;
}
#apply_ga {
	display: none;
}
.giftaid_address {
	display: none;
}

/*** duration checks ***/

input.pr-check-lg {
  position: absolute;
  visibility: hidden;
}

input.pr-check-lg ~ .check{
  display: inline-block;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
input.pr-check-lg ~ .check {
  border: 3px solid #cdcdcd;
	background-color: none;
	top: 7px;
	position: relative;
	margin-left: 10px;
}

input.pr-check-lg ~ .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input.pr-check-lg:checked ~ .check {
  border: 3px solid #63247b;
}

input.pr-check-lg:checked ~ .check::before{
  background: none;
  font-family: 'FontAwesome';
  content: '\f00c';
  line-height: 20px;
  font-size: 18px;
  color: #63247b;
}

input.pr-check-lg:checked ~ label{
  color: #907eb1;
}


/*** giftaid checks ***/
input.vt-check-lg {
  position: absolute;
  visibility: hidden;
}

input.vt-check-lg ~ .check{
  display: inline-block;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
input.vt-check-lg ~ .check {
  border: 5px solid #bf3e3e;
	background-color: none;
	top: 10px;
	position: relative;
}

input.vt-check-lg ~ .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input.vt-check-lg:checked ~ .check {
  border: 5px solid #56ae4a;
}

input.vt-check-lg:checked ~ .check::before{
  background: none;
  font-family: 'FontAwesome';
  content: '\f00c';
  line-height: 20px;
  font-size: 18px;
  color: #56ae4a;
}

input.vt-check-lg:checked ~ label{
  color: #907eb1;
}

.head-label {
	text-align: center !important;
}

/***** complete transaction *****/

.trans-detail {
	margin: 20px 0px !important;
	background-color: rgba(146, 146, 146, 0.05);
	border-radius: 3px;
	padding: 20px;
}

.recurring-info {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #499439;
	border-radius: 5px;
}
.recurring-info p {
	color: #fff;
}
.recurring-info p a {
	color: #fff; 
	font-weight: 900;
	text-decoration: underline;
}