/* customer wheelchair 3.0*/
.custwheelchair-formWrapper {
	counter-reset: formlist;
	margin-bottom: 40px !important;
}

.custwheelchair-formWrapper > div > div:before {
    counter-increment: formlist;
    content: counter(formlist)".";
    position: absolute;
    left: 0px;
}

.custwheelchair-col1, .custwheelchair-fieldrow {
	margin-bottom: 32px;
}

.custwheelchair-fieldrow {
    padding-left: 40px;
    position: relative;
}

.custwheelchair-fieldrow .atm-c-text-input.atm-c-textfield__input {
	width: 600px;
	max-width: 100%;
}

.custwheelchair-fieldrow .atm-c-textarea-field {
    padding-top: 0px;
}

.custwheelchair-photobox {
	display: table;
	width: 90%;
}

.custwheelchair-photobox > p {
	display: table-cell;
	width: 100%;
	margin-top: 8px;
	vertical-align: middle;
	border: solid 1px #333;
	text-align: center;
	padding: 24px;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia,'Times New Roman',serif;
	height: 300px;
	clear: both;
}

.custwheelchair-formWrapper input.atm-c-text-input, .custwheelchair-formWrapper .atm-c-textarea-field__input {
    width: 600px;
    max-width: 100%;
}

.custwheelchair-formWrapper .atm-c-textarea-field {
	padding-top: 0px;
}

.printonly {
	display: none !important;	
}

.custwheelchair-print {
    padding-left: 40px;
    padding-top: 16px;	
}

.custwheelchair-formWrapper legend.atm-c-legend.atm-c-radio-field__label {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 400;
}

.custwheelchair-formWrapper .atm-c-textarea-field label {
	display: block;
}

.custwheelchair-formWrapper ul.atm-c-radio-field__list {
	list-style: none;
	margin-left: 0px;
}

.custwheelchair-formWrapper ul.atm-c-radio-field__list > li {
	margin-left: 0px;
	margin-right: 16px;
}

.custwheelchair-formWrapper .atm-c-radio.atm-c-radio-field__item-control {
	display: inline-block;
	margin-bottom: 0px;
	width: 18px;
	height: 18px;
	box-shadow: inset 0 0 0 .21875rem #FFF !important;
    border: 1px solid #000 !important;
    border-radius: 100px;
	position: relative;
}

.custwheelchair-formWrapper .atm-c-radio.atm-c-radio-field__item-control:has(:checked) {
    background-color: #000 !important;
}

.custwheelchair-formWrapper .atm-c-radio.atm-c-radio-field__item-control:focus-within {
    outline: 4px solid #000;
}

.custwheelchair-formWrapper .atm-c-radio__input {
    margin-bottom: 0px;
    line-height: 18px;
    height: 18px;
    vertical-align: bottom;
	width: 18px;
	position: relative;
	opacity: 0;
}

.custwheelchair-formWrapper .atm-c-radio__input:focus {
    margin-bottom: 0px;
    line-height: 18px;
    height: 18px;
    vertical-align: bottom;
	width: 18px;
	position: relative;
	opacity: 0;
}

.custwheelchair-formWrapper label.atm-c-radio-field__item-label {
    display: inline-block;
    vertical-align: bottom;
	font-size: 16px;
	line-height: 24px;
}

.custwheelchair-formWrapper .atm-c-textfield__body {
	border: none;
}

.custwheelchair-formWrapper .atm-c-textfield__body:focus-within {
    color: #000;
    border: none;
    box-shadow: none;
}

@media print {
	
	
	@page {
		margin: 1cm;
		size: A4 landscape;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
	
	@page vertical {
		size: A4 portrait;
	}
	
	@page horizontal {
		size: A4 landscape; 
	}
	
	 html {
		text-rendering:optimizeLegibility;
		-ms-text-size-adjust:100%;
		-webkit-text-size-adjust:100%;
		height:100%;
		position:relative;
	}
	
	*:has(.custwheelchair-formWrapper) {
		height: 100%;
	}
	
	.printonly {
		display: block !important;
	}
	
	header.fh, h1, footer.footer, .hide-onprint, .qualtrics-siteintercept-rzckgx, .qualtrics-siteintercept-13cr7n5, .QSIFeedbackButton, .custwheelchair-print {
		display: none !important;
	}
	
	h1.printonly {
		margin-top: 8px !important;
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
		color: #000;
	}
	
	.custwheelchair-formWrapper {
		display: table;
		width: 100%;
		height: 100%;
		font-size: 20px;
		line-height: 24px;
	}
	
	.custwheelchair-formWrapper p {
		font-size: 20px;
		line-height: 24px;
	}
	
	.custwheelchair-formWrapper > div {
		display: table-cell;
		width: 49%;
		height: 100%;
	}
	
	.custwheelchair-col1 {
		border-right: 1px dashed #000;
		padding-right: 24px;
	}
	
	.custwheelchair-col2 {
		padding-left: 24px;
	}
	
	.custwheelchair-col1, .custwheelchair-col2 {
		display: table-cell;
		vertical-align: top;
	}
	
	.custwheelchair-formWrapper ul.atm-c-radio-field__list > li {
		display: inline-block;
		margin-right: 16px;
	}
	
	.custwheelchair-fieldrow, 
	.custwheelchair-fieldrow {
		margin-bottom: 32px;
	}
	
	.custwheelchair-fieldrow {
		overflow: hidden;
	}
	
	.custwheelchair-fieldrow .custwheelchair-margin-bottom-md {
		margin-bottom: 16px;
		overflow: hidden;
	}
	
	.custwheelchair-formWrapper input.atm-c-text-input {
		border: none;
		border-bottom: 1px solid #666;
		border-radius: 0px;
		font-size: 20px;
		line-height: 24px;
	}
	
	.custwheelchair-fieldrow .atm-c-text-input.atm-c-textfield__input {
		font-size: 20px;
		line-height: 24px;
		height: 24px;
	}
	
	.custwheelchair-formWrapper .custwheelchair-oneline label, 
	.custwheelchair-formWrapper .custwheelchair-oneline .atm-c-textfield__body,
	.custwheelchair-formWrapper .custwheelchair-fieldset-oneline .atm-c-textfield,
	.custwheelchair-formWrapper .custwheelchair-oneline .atm-c-radio-field__body {
		display: inline-block;
		width: auto;
		float: left;
		font-size: 20px;
		line-height: 24px;
	}
	
	.custwheelchair-fieldset-oneline legend.atm-c-legend {
		float: left;
		width: auto;
		margin-right: 8px;
		font-size: 20px;
        line-height: 24px;
		
	}
	
	.custwheelchair-formWrapper ul.atm-c-radio-field__list>li {
		margin-bottom: 0px;
	}
	
	.custwheelchair-formWrapper .atm-c-textarea.atm-c-textarea-field__input {
		border: none;
		display: none !important;
	}
	
	.custwheelchair-inputshort input.atm-c-text-input {
		width: 200px;
	}
	
	.custwheelchair-formWrapper .atm-c-textarea-field:after {
		content: attr(data-replicated-value) " ";
		display:block;
		min-height: 60px;
	}
	
	.custwheelchair-formWrapper input.atm-c-text-input, 
	.custwheelchair-formWrapper .atm-c-textarea-field__input {
		width: 100% !important;
	}
	
	.custwheelchair-formWrapper legend.atm-c-legend.atm-c-radio-field__label,
	.custwheelchair-formWrapper .atm-c-label.atm-c-textarea-field__label	{
		font-size: 20px;
		line-height: 24px;
	}
	
	.custwheelchair-formWrapper .atm-c-field-note.atm-c-textfield__note {
		font-size: 16px;
		line-height: 24px;
	}
	
	.custwheelchair-formWrapper .atm-c-radio__input {
		opacity: 1;
		accent-color: #000;
	}
	
	.custwheelchair-formWrapper .atm-c-radio__input:after {
		background-color: #000;
	}
	
	.custwheelchair-formWrapper .atm-c-radio.atm-c-radio-field__item-control:has(:checked) {
		background-color: none;
	}
	
	.custwheelchair-formWrapper .atm-c-radio.atm-c-radio-field__item-control {
		box-shadow: none !important;
		border: none !important;
	}
	
	
}