/* head table */
.search-documents {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	flex-wrap: wrap;
}

.search-pagination,
.search-datatable {
	padding-left: 2rem;
}

.label-search_arr_doc {
	position: relative;
	display: flex;
	width: 350px;
}

.label-search_arr_doc input[type="text"] {
	border-radius: 8px;
}

.icon-delete-left {
	position: absolute;
	right: 8px;
	top: 10px;
	cursor: pointer;
}

.icon-search_arr_doc {
	position: absolute;
	left: 10px;
}

.table-responsive {
	max-height: 72vh !important;
}
/* head table */

/* columns */
#table thead th:last-child {
	max-width: 175px !important;
	min-width: 175px;
}
#table thead th:nth-child(1) {
	max-width: 155px !important;
	min-width: 155px;
}
#table thead th:nth-child(6) {
	max-width: 160px !important;
	min-width: 160px;
}
#table_support thead th:last-child {
	max-width: 193px !important;
	min-width: 193px;
}
#table_support thead th:nth-child(1) {
	max-width: 160px !important;
	min-width: 160px;
}
#table_support thead th:nth-child(4) {
	max-width:250px !important;
	min-width:250px;
}
#table_support thead th:nth-child(6) {
	max-width: 375px !important;
	min-width: 375px;
}
#table_support thead th:nth-child(7) {
	max-width: 230px !important;
	min-width: 230px;
}

/* 
#table thead th:nth-child(1) {
	min-width: 134px !important;
}

#table thead th:nth-child(3) {
	max-width: 134px !important;
	min-width: 134px !important;
}

#table thead th:nth-child(2) {
	max-width: 78px !important;
	min-width: 78px !important;
}

#table thead th:nth-child(4) {
	max-width: 145px !important;
	min-width: 145px !important;
} */
/* columns */

/* info contract */
.information-contract,
.information-subcontract,
.information {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	padding: 8px;
	gap: 2px;
	box-shadow: var(--boxshadow-1);
	background-color: var(--neutral50);
}

.information-contract .information-contract-title,
.information .information-contract-title,
.information-subcontract .information-contract-title {
	font-size: 20px;
	font-weight: 600;
	font-size: 1.2rem;
	color: var(--color-neutral300);
}

.information-item {
	font-size: 14px;
	color: var(--color-neutral300);
}

.ctn-btn-filter {
	display: flex;
	align-items: center;
	gap: 4px;
}

/* info contract */
textarea#observations {
	min-height: 150px;
}

.ctn-2column {
	display: grid;
	gap: 1rem;
	display: flex;
}

.ctn-table1,
.ctn-table2 {
	width: 49%;
}

@media(max-width:1900px) {

	.ctn-table1,
	.ctn-table2 {
		width: 100%;
	}

	.ctn-2column {
		flex-direction: column;
	}
}

.ctn-table2 {
	padding-top: 9px;
}

/* click */
#table tbody tr,
#table_labs_fil tbody tr {
	cursor: pointer;
}

.row-selected {
	background-color: #eaeaea !important;
	font-weight: 700;
	transition: 0.15s all;
}

#table_support_length{
	display: none ;
}