﻿/* TODO: Remove, this is for the bootstrap site */
button.PaymentButton {
	border: 0;
	background: transparent;
	cursor: pointer;
	cursor: hand;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 65px;
	text-align: left;
	font-size: 12pt;
}

/* TODO: Remove, this is for the bootstrap site */
button.PaymentButton > div {
	padding-left: 100px;
}

/* TODO: Remove, this is for the bootstrap site */
button#PayCashButton {
	margin-bottom: 12px;
	background: url('../Images/CashPaymentBackground.png') no-repeat;
}

/* TODO: Remove, this is for the bootstrap site */
button#PayCardButton {
	margin-bottom: 12px;
	background: url('../Images/CardPaymentBackground.png') no-repeat;
}

/* TODO: Remove, this is for the bootstrap site */
button#PayVoucherButton {
	background: url('../Images/VoucherPaymentBackground.png') no-repeat;
}

a.PaymentLink,
a.PaymentLink:hover,
a.PaymentLink:link,
a.PaymentLink:visited {
	display: block;
	min-height: 57px;
	text-align: left;
	text-decoration: none;
	font-size: 12pt;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	border: #29B71F 4px solid;
	border-radius: 20px;
	background: #DBFCD5;
}

a.PaymentLink div#PaymentText {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 74px;
	padding-right: 20px;
}
	
a.PaymentLink img.PaymentIcon {
	margin-top: 4px;
	margin-left: 10px;
	float: left;
}

div.DialogLabelAndControlContainer {
	width: 700px;
}

div.DialogLabel label {
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
}

div.DialogLabel {
	width: 100px;
	float: left;
	font-size: 11pt;
	font-weight: bold;
}

div.DialogControl {
	width: 600px;
	float: right;
}

div.DialogControl input[type='text'] {
	width: 550px;
	font-size: 14pt;
	height: 29px;
}

div.PaddingContainer {
	padding: 20px;
}

div.DialogValidation {
	padding-top: 10px;
	font-size: 14pt;
	color: red;
	text-align: center;
}

div#LoaderContainer {
	text-align: center;
	padding-top: 10px;
}