.Notification {
	color: red;
	font-weight: 700;
}

ul.events_breadcrumb {
	margin: 0;
	padding: 0;
}

ul.events_breadcrumb li {
	display: inline-block;
}
ul.events_breadcrumb li.current {
	font-weight: 600;
	color: #146131;
}
ul.events_breadcrumb li.previous {
	font-weight: 400;
	color: #146131;
}
ul.events_breadcrumb li:after {
	content: ">";
	margin: 0 10px;
}
ul.events_breadcrumb li:last-child:after {
	display: none;
}

.pure-form-aligned .pure-control-group label {
	display: inline-block;
	min-width: 200px;
	text-align: left;
}

.EventTitle {
	text-align: center;
	color: #146131;
	font-size: 24pt;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0.5em 0;
}

.EventDate {
	text-align: center;
	color: #146131;
	font-size: 16pt;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0.5em 0;
}

.buttons {
	margin-top: 1em;
	text-align: right;
}

.FunctionRow {
	background: #EEE;
	width: 100%;
	padding: 1em 2em;
}

.FunctionRow:nth-child(even) {
	background: #F8F8F8;
}

.FunctionTitle {
	font-weight: 700;
	margin: .25em 0;
}

.FunctionTime {
	font-size: 75%;
	font-weight: 700;
	margin: .25em 0;
}

.FunctionDescription {
	margin: .5em 0;
}

.FunctionRight {
	float: right;
	font-size: .9em;
}

.FunctionRegistrantName {
	display: inline-block;
	min-width: 10em;
	margin: 0;
}

.FunctionPrice {
	display: inline-block;
	min-width: 5em;
	margin: 0;
}

.FunctionRightLine {
	margin: .25em;
}

.FunctionCheckbox {
	float: right;
}

.FunctionAutomatic::before {
	content: "&#10003;";
}

.FunctionDiscount {
	display: table;
	margin: 0.5em auto;
	padding: 0.25em 0.5em;
	border: 2px solid #AAFFAA;
	background: #F0FFF0;
	text-align: center;
	color: #000000;
}

.eventguests th {
	border: 1px solid #888888;
	background: #F0F0F0;
}

.eventguests td {
	border: 1px solid #aaaaaa;
}

.EventQuestionHeader {
	background: #F0F0F0 url(/images/down_arrow.png) no-repeat right center;
	font-size: 1.25em;
	font-weight: 700;
	padding: .5em;
	margin-top: 1em;
}

.EventQuestionRow {
	padding-top: 2em;
	padding-bottom: 2em;
	float: none;
	clear: both;
}

.EventQuestion {
	float: left;
	width: 40%;
}

.EventQuestionAnswer {
	float: left;
	width: 60%;
}

@media only screen and (max-width: 600px) {
	.EventQuestion {
		float: none;
		width: 100%;
	}

	.EventQuestionAnswer {
		float: none;
		width: 100%;
	}
}

.EventQuestionAnswerOption {
}

.EventQuestionHeader.open {
	background: #F0F0F0 url(/images/up_arrow.png) no-repeat right center;
}

.SummaryDetails {
	border: 1px solid #EEE;
	background: #F8F8F8;
	margin: 0 10px 30px;
	padding: 10px;
}

.SummaryRegistrantName {
	border: 1px solid #DDD;
	background: #E8E8E8;
	margin: 10px 10px 0;
	padding: 10px;
}

.SummaryRegistrant,.SummaryFunctions,.SummaryQuestions {
	margin-top: .5em;
	margin-bottom: .25em;
}

.SummaryRegistrantDetails {
	margin-left: 20px;
}

.SummaryFunctionName, .SummaryGuestName, .SummaryTotal {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

.SummaryFunctionPrice, .SummaryGuestPrice, .SummaryTotalPrice {
	display: inline-block;
	margin-left: 50px;
	min-width: 100px;
	text-align: right;
}

.SummaryTotal {
	font-weight: 700;
}

.SummaryTotalPrice {
	display: inline-block;
	font-weight: 700;
}

.SummaryQuestion {
	display: block;
}

.SummaryQuestionText {
	display: block;
	min-width: 25%;
	margin-left: 20px;
	margin-right: 20px;
}

.SummaryQuestionAnswer {
	display: block;
	margin-left: 50px;
}

.SummaryQuestionAnswer ul {
	margin: 0;
	padding: 0;
}

.SummaryQuestionAnswer li {
	list-style-type: none;
}

#cv2_help {
	background: #000000;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	z-index: 1000;
	text-align: center;
}
#cv2_help img {
	width: 100%;
	max-width: 520px;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.PaymentSummary {
	text-align: right;
}

.PaymentTitle {
	display: inline-block;
}

.PaymentNet, .PaymentVAT, .PaymentTotal {
	display: inline-block;
	text-align: right;
	width: 20%;
	min-width: 150px;
}

.PaymentTotal {
	border-top: 1px double #000000;
	border-bottom: 1px double #000000;
	margin-bottom: 1em;
}