/*
 * Aircraft page
 */
.ac .card_label {
	width: 50%;
	min-width: 25ch;
	max-width: 60%;
	flex: 1 0 25ch;
}

.ac .noAircraftText {
	text-align: center;
	padding-top: 40px;
	font-size: 120%;
	font-weight: bold;
	color: darkgrey;
}

/* style data sources table */
.ac .dataSources {
	width: 100%;
}
.ac .dataSources td:first-child, .ac .dataSources th:first-child {
	border-right: 1px solid var(--main-input-border-color);
}
.ac .dataSources tr {
	border-bottom: 1px solid var(--main-input-border-color);
}
.ac .dataSources tbody tr:last-child {
	border-bottom: none;
}

.ac .modelOptionRow-disable {
	color: darkgrey;
}

.acDataSourceList {
	margin: 0px;
}
