/* 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: 85px !important;
} */

#table thead th:nth-child(1) {
	min-width: 150px !important;
}

#table thead th:nth-child(3) {
	min-width: 140px !important;
}
#table thead th:nth-child(6) {
	min-width: 150px !important;
}

/* #table thead th:nth-child(2) {
	max-width: 70px !important;
	min-width: 70px !important;
} */
/* #table thead th:nth-child(9),
#table thead th:nth-child(10) {
	min-width: 80px !important;
}
#table thead th:nth-child(8) {
	min-width:137px !important;
}
#table thead th:nth-child(11) {
	min-width: 223px;
} */
/* #table thead th:nth-child(6) {
	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 */


textarea#observations {
    min-height: 150px;
}


/* modalEdit */
.items-format-return{
	display: grid;
    grid-template-columns: 48% 9% 9% 9% 9% 9% 2%;
    /* border: 1px solid gray; */
    /* border-radius: 8px; */
    /* padding: 8px; */
    justify-content: space-around;
}
.head-items{
	display: grid;
    grid-template-columns: 48% 9% 9% 9% 9% 9% 2%;
    /* border: 1px solid gray; */
    /* border-radius: 8px; */
    /* padding: 8px; */
    justify-content: space-around;
}
.aditional-d {
    display: grid;
    grid-template-columns: 60% 19% 19%;
    grid-template-areas:
        "inp-1 inp-2 inp-3"
        "inp-4 inp-5 inp-5";
    gap: 0px;
    justify-content: space-around;
}
.inp-1{
	grid-area: inp-1;
}
.inp-2{
	grid-area: inp-2;
}
.inp-3{
	grid-area: inp-3;
}
.inp-4{
	grid-area: inp-4;
}
.inp-5{
	grid-area: inp-5;
}

.maxw-140{
	max-width: 140px !important;
	width: 140px;
}
#table_enlistments_selected thead th:last-child{
	width: 80px;
}
