﻿.docu-title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #c9c9c9;
}

.schema-titlepage-logo {
	height: 3em;
	width: auto;
}

#docu-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	padding: 0.75rem 1rem;
	margin-bottom: 1.25rem;
	background: #f6f7f8;
	border: 1px solid #d6d9dd;
	border-radius: 8px;
}

#docu-filters label {
	font-weight: 600;
	color: #333;
}

#docu-filters select {
	min-width: 9rem;
}

.docu-table th:nth-child(4),
.docu-table td:nth-child(4),
.docu-table th:nth-child(5),
.docu-table td:nth-child(5),
.docu-table th:nth-child(7),
.docu-table td:nth-child(7) {
	text-align: center;
}

@media (max-width: 767.98px) {
	.docu-table th:nth-child(2),
	.docu-table td:nth-child(2),
	.docu-table th:nth-child(6),
	.docu-table td:nth-child(6) {
		display: none;
	}
}
