.tour-registration-success {
	display: none;
	margin: 2em 0 1em;
	padding: 1em;
	text-align: center;
	background-color: #96e796;
	border: 1px solid #488448;
	color: #233223;
}

abbr.required {
	color: red;
	font-weight: 700;
	border: 0;
	text-decoration: none;
}

.tour-form label {
	display: block;
}

.tour-form input.ui-state-error {
	border: 1px solid red;
}

.tour-form input.ui-state-warning {
	border: 1px solid #ffc416;
}

.tour-form .warning-message {
	display: none;
	color: #d2a112;
}

.tour-form input.ui-state-warning ~ .warning-message {
	display: block;
}

.tour-edit-participant,
.tour-delete-participant,
#show-tour-registration-list {
	cursor: pointer;
}

#tour-card-errors,
.inside-article a.tour-delete-participant,
.tour-form label.ui-state-error,
.tour-form .form-errors {
	color: #ac0404;
}

.inside-article a.tour-delete-participant:hover {
	color: #e80505;
}

.tour-form input[type="text"],
.tour-form input[type="email"],
.tour-form input[type="date"],
.tour-form input[type="tel"] {
	width: 100%;
}

.tour-form legend {
	margin-bottom: 0;
}

.tour-form .horizontal {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#tour-member-fieldset,
#tour-insurance-fieldset,
#tour-notes-fieldset,
#tour-promotion-code,
.show-on-age-adult,
.show-on-age-minor,
#tour-signee-birthday,
#tour-signee-newsletter,
#tour-signee-genre,
#tour-signee-contact-fieldset {
	margin-top: 1rem;
}

#tour-name-fieldset,
#tour-signee-contact-fieldset {
	margin-bottom: 1rem;
}

.tour-form .initially-hidden {
	display: none;
}

@media all and ( min-width: 600px ) {

	#tour-name-fieldset,
	#tour-signee-contact-fieldset,
	#tour-insurance-fieldset,
	#tour-member-fieldset {
		display: flex;
	}

	#tour-name-fieldset .form-row,
	#tour-signee-contact-fieldset .form-row,
	#tour-insurance-fieldset .form-row,
	#tour-member-fieldset div,
	#tour-member-fieldset .form-row {
		flex: 1;
	}

	#tour-name-fieldset .form-row:first-child,
	#tour-signee-contact-fieldset .form-row:first-child {
		margin-right: 0.5rem;
	}
}

#tour-new-participant,
#tour-registration-list {
	display: none;
}

.tour-total {
	margin-bottom: 1em;
}

.tour-total :first-child {
	display: block;
}

.StripeElement {
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #bbb;
	box-shadow: none;
}


#tour-credit-card,
.StripeElement {
	margin-bottom: 1em;
}

#tour-credit-card {
	margin-top: 1em;
}

.StripeElement--focus {
	background-color: #fff;
}

button:disabled, button:disabled:hover, button:disabled:focus {
	background-color: #808080;
}

#tour-no-places-left {
	display: none;
}

button:disabled + #tour-no-places-left {
	display: block;
}

.payment-required {
	display: none;
}

label[for="promotion-code"] {
	display: initial;
}

#promotion-code {
	width: initial;
}
