/* 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;
}

/* head table */

/* columns */

/* #table thead th:last-child {
	min-width: 84px !important;
} */
#table thead th:nth-child(2),
#table thead th:nth-child(3) {
	max-width: 65px !important;
	min-width: 65px !important;
}
#table thead th:nth-child(11),
#table thead th:nth-child(10) {
	min-width: 50px !important;
}
/* #table thead th:nth-child(10),
#table thead th:nth-child(11) {
	min-width: 80px !important;
} */
/* #table thead th:nth-child(8) {
	min-width:137px !important;
} */
/* #table thead th:nth-child(12) {
	min-width: 223px;
}
#table thead th:nth-child(7) {
	max-width:100px !important;
} */

/* columns */


/* info contract */
.information-contract, 
.information-subcontract,
.information {
	display: flex;
    flex-direction: column;
    /* border: 1px solid; */
    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 */




.ctn-section-filter{
	border: 1px solid #afafb1;
    padding: 0.8rem;
    border-radius: 0.5rem;
}

/* item-product */
/* .item-product{
	display: grid;
	grid-template-areas: 
		"product line"
		"price cant"
		"obs obs"
	;
	padding: 0.5rem;
    border-radius: 0.5rem;
	gap: 0.2rem;
}
.item-product-product{
	grid-area: product;
}
.item-product-line{
	grid-area: line;
}
.item-product-price{
	grid-area: price;
}
.item-product-cant{
	grid-area: cant;
}
.item-product-obs{
	grid-area: obs;
} */
/* item-product */
.container-fluid {
    zoom: 90%;
}
.table-responsive {
    zoom: 90%;
	max-height: 81vh;
}
/* textarea#observations {
    min-height: 50px;
} */
.ctn-double-input{
	display: flex;
	gap: 0.5rem;
}
.item-product-price{
	width: -webkit-fill-available;
}
.item-product-cant{
	width: 30%;
}

.modal-content-info-mass{
	margin: 0 auto;
	max-width: 540px;
}
.content-modal-info-mass{
	margin-top: 24px!important;
}
.btn-dowload-format
{
	color: rgb(63, 145, 11)!important;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}