table {
	height: 100%;
}

tbody {
	max-height: 80vh;
	overflow-y: auto;
}

tbody tr {
	table-layout: fixed;
}

.model-dialog {
	overflow: hidden;
	height: 100%;
	width: 100%;
	min-width: unset !important;
	margin: 0 !important;
	min-height: unset !important;
	max-width: unset !important;
}

.modal-content {
	height: 100% !important;
}

.modal-body {
	height: calc(100% - 70px);
	min-height: unset !important;
	max-height: unset !important;
}

/* #data-table-rectificaciones .dt-cell__content--header-0,
#data-table-rectificaciones .dt-cell__content--col-0 {
	text-overflow: clip !important;
}

*/