/* Estilos para o formulário de pesquisa */
.search-form-container {
	padding: 15px 10px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	font-size: 12px !important;
}

.search-form {
	margin: 0;
	padding: 0;
	display: flex !important;
	gap: 12px;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 12px !important;
}

.search-form select.search-select {
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px !important;
	height: 34px;
	box-sizing: border-box;
	width: 120px;
	font-family: inherit;
	background-color: white;
	cursor: pointer;
}

.search-form input[type="text"] {
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px !important;
	height: 34px;
	box-sizing: border-box;
	width: 300px;
	font-family: inherit;
}

.search-form input[type="submit"],
.search-form input[type="button"] {
	padding: 7px 18px;
	font-size: 12px !important;
	height: 34px;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
	background-color: #e8e8e8;
	white-space: nowrap;
	font-family: inherit;
}

/* Estilos para links nas tabelas */
a.LinkTabela {
	font-size: 11px !important;
}

/* Estilos para todas as tabelas e seus elementos */
table {
	font-size: 11px !important;
}

table th,
table td {
	font-size: 11px !important;
}

table thead,
table tbody,
table tfoot {
	font-size: 11px !important;
}

table a {
	font-size: 11px !important;
}

/* Estilos para a paginação */
.pagination-container {
	padding: 15px 10px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	margin-top: 10px;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px !important;
}

.pagination-info {
	white-space: nowrap;
	font-size: 12px !important;
}

.pagination-link {
	text-decoration: none;
	padding: 7px 12px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 12px !important;
	background-color: #e8e8e8;
	white-space: nowrap;
}
