.estilo-autocomplete
{
	height: 26px !important;
	max-width: 700px;
	min-width: 400px;
	width: 50% !important;
}

/* colgroup */
.tableColOne
{
	width: 10%;
}

.tableColTwo
{
	width: 75%;
}

.tableColPlaceholder
{
	width: 10%;
}

/* MODAL INCLUIR */
.custom-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.modal-contrato-container {
	background-color: white;
	width: 900px;
	max-width: 90%;
	border-radius: 0px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	font-family: Arial, sans-serif;
}

.modal-contrato-header {
	background-color: #005c7a;
	color: white;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.modal-actions .close-icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.close-icon {
	font-size: 20px; 
	color: white;
	font-weight: 200;
	cursor: pointer;
}

.modal-title {
	font-size: 17px;
	font-weight: normal;
}

.modal-contrato-body {
	padding: 0px 15px;
	font-size: 15px;
	height: 20px;
	color: #333;
}

.modal-contrato-footer {
	background-color: white;
	padding: 10px 20px;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #ccc; 
	padding-top: 10px;
	margin-top: 10px;
}

.modal-btn {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: black;
	padding: 6px 14px;
	font-size: 13px;
	cursor: pointer;
	min-width: 120px;
	text-align: center;
}

.modal-btn:hover {
	background-color: #e0e0e0;
}