/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-form-section-surgical-order .c-form-section__body {
	display: flex;
	flex-direction: column;
}

.c-form-section-surgical-order__diagnostic-row-value li,
.c-form-section-surgical-order__intervention-row-value li {
	display: flex;
	align-items: center;
}

.c-form-section-surgical-order__diagnostic-row-value li:before,
.c-form-section-surgical-order__intervention-row-value li:before {
	content: "\25BA";
	color: #4f4f69;
	font-size: .6rem;
	margin-right: .3rem;
}

.c-form-section-surgical-order .c-form-section-assistant-verifies__surgical-location-verifies,
.c-form-section-assistant-surgeon-verbally__ete-prevention.c-pair {
	margin-top: 0.7rem;
}

.c-form-section-assistant-anesthesiologist .c-form-section__body {
	column-count: 2;
}

.c-form-section .c-form-section__value.c-textfield {
	width: 24rem;
	margin: 0.2rem;
}

.c-form-section-assistant-verifies__surgical-location-verifies.c-pair {
	margin-top: .5rem;
}


.c-form-section-assistant-surgeon-verbally .c-form-section__body {
	column-count: 2;
}

.c-form-section-assistant-asks-nursing-team .c-form-section__body {
	display: flex;
	flex-direction: column;
}

.c-form-section-assistant-anesthesiologist-verbally__risk-condition__details .c-form-section__value.c-textfield {
	width: 35rem;
}

.c-form-section-assistant-surgeon__antiobioprophylaxis__yes .c-datetimepicker__action {
	display: none;
}

.c-form-section-assistant-surgeon__antiobioprophylaxis__yes.c-pair {
	display: flex;
	align-items: baseline;
}

.c-form-section-assistant-surgeon__antiobioprophylaxis__yes .c-datetimepicker {
	margin-left: .5rem;
}

.c-form-section__value input[type="time"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 7rem;
	height: 1.4rem;
	cursor: pointer;
}

.c-form-section__value input[type="time"] {
	position: relative;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding-left: .75rem;
	background: #fff url('/assets/skins/lahuen/base/images/icon_select.svg') no-repeat right .5rem center/.75rem;
	cursor: pointer;
	font: 400 .9rem/.9rem 'Open Sans', sans-serif;
	width: 7rem;
	height: 1.4rem;
}

.c-form-section-assistant-surgeon-verbally .c-form-section__body .c-pair .c-pair .c-pair__label {
	margin: 0;
}

.c-form-section .c-pair.c-form-section-assistant-surgeon__antiobioprophylaxis__yes .c-label {
	color: #999999;
	font-weight: 400;
	margin-left: 0.75rem;
}

.c-form-section .c-pair.c-pair--inverted.c-form-section-assistant-surgeon__antiobioprophylaxis__yes .c-label {
	color: inherit;
	margin-left: 0;
}

.c-form-section-assistant-surgeon-verbally .c-form-section__body .c-form-section-assistant-surgeon__antiobioprophylaxis__yes.c-pair {
	margin: 0;
}

.c-form-section .c-pair.c-form-section-assistant-surgeon__antiobioprophylaxis__yes .c-label:after {
	content: ":";
}

.c-form-section .c-pair.c-pair--inverted.c-form-section-assistant-surgeon__antiobioprophylaxis__yes .c-label:after {
	content: none;
}

.c-form-section-assistant-confirms-verbally-team .c-form-section__body {
	column-count: 2;
}
