@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

#bookingForm .form-control {
	/*Använder 16px för att Safari på iPhone zoomar in vid fokus på inputfält om fonten är mindre*/
	font-size: 16px;
}

#bookingForm .form-group .field-row label,
#bookingForm .form-group .attribute-row label,
#bookingForm .form-group .question-row label {
	width: 100%;
	text-align: left;
	font-weight: 400;
	margin-bottom: 5px;
}
#bookingForm .form-group .field-row label + div,
#bookingForm .form-group .attribute-row label + div,
#bookingForm .form-group .question-row .col-sm-8 {
	width: 100%;
}
#bookingForm .form-group .field-row .form-control,
#bookingForm .form-group .attribute-row .form-control,
#bookingForm .form-group .question-row .form-control {
	padding: 12px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	height: auto;
}

.form-payment {
	display: none;
}

.question-row .extraPriceField {
	width: 100%;
	left: 0;
}
.question-row .widget-number,
.single-accessory-wrapper .widget-number{
	padding: 15px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	height: auto;
}
.question-row .widget-timepicker {
	padding: 15px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	height: auto;
}

.single-accessory-wrapper .control-label {
	padding-top: 15px;
	padding-left: 0;
	text-align: left;
}

.accessory-price {
	padding-left: 10px;
}

#bookingForm .form-group.customer_zip, #bookingForm .form-group.customer_city {
	width: 50%;
	display: inline-block;
}
#bookingForm .form-group.customer_city {
	margin-left: 40px;
}
#bookingForm .nameWrapper {
	border-bottom: 0;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}
#bookingForm .nameWrapper .rowName {
	margin-left: 0;
	margin-right: auto;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 19px;
}
#bookingForm .form-participant + .form-group .col-sm-4, #bookingForm .addcontactasparticipantrow > div {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	width: 100%;
	text-align: right;
}
#bookingForm .ParticipantBtn, #bookingForm .addcontactasparticipantbutton {
	border: 2px solid #273777;
	border-radius: 27px;
	padding: 15px 25px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
#bookingForm .form-payment .nameWrapper {
	padding-left: 15px;
	padding-right: 15px;
}
#bookingForm .form-payment .col-sm-4.control-label,
#bookingForm .pricename_partblock .col-sm-4,
#bookingForm .form-group-subevents .col-sm-4,
#bookingForm .id06-consent .col-sm-4.control-label {
	width: 130px;
	text-align: left;
	font-size: 16px;
}
#bookingForm .form-payment .col-sm-4.control-label + div,
#bookingForm .pricename_partblock .col-sm-4.control-label + div,
#bookingForm .form-group-subevents .col-sm-8,
#bookingForm .id06-consent .col-sm-8{
	font-size: 16px;
}
#bookingForm .form-payment .col-sm-8{
	left: 20px;
}

#bookingForm #sendFormBtn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	padding: 18px 35px;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer;
	border-width: 2px;
}
#bookingForm .logo-wrapper {
	padding-bottom: 20px;
}

#bookingForm .original-unnamed-participant-price .error-span {
	margin-left: -15px;
}

#bookingForm .text-danger {
	margin-bottom: 0 !important;
}

#bookingForm .usealtinvoicefields .col-sm-offset-4 {
	margin-left: 15px;
}