/* .dt-cell .dt-cell__content {
	width: 100% !important;
	height: 100% !important;
	line-height: 1.4 !important;
}
div > .datatable {
	width: 100% !important;
	height: 100% !important;
}

.datatable {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

.dt-scrollable {
	overflow-x: auto !important;
	overflow-y: overlay !important;
	width: 100% !important;
	height: inherit !important;
}

.dt-row {
	width: 100% !important;
}

.dt-cell .dt-cell__edit {
	padding: 0 !important;
}

.dt-row.dt-row-totalRow {
	display: none;
}

.dt-cell.choices__inner {
	min-height: 50% !important;
}

.dt-cell--col-0 {
	display: none;
}

.dt-cell--col-1{
    max-width: 290px !important;
}

.dt-cell--col-2 {
	max-width: 95px !important;
}

 
.dt-cell--col-3, 
.dt-cell--col-4
{
	width: 150px !important;
}


.dt-cell--col-5, 
.dt-cell--col-6, 
.dt-cell--col-7, 
.dt-cell--col-8
{
	max-width: 90px !important;
}

.dt-cell--col-9
{
	text-align: left !important;
	max-width: 100px !important;
}

.dt-cell--col-10
{
    max-width: 120px !important;
}

.dt-cell--col-11
{
	max-width: 150px !important;
}

.dt-cell--col-12
{
	max-width: 40px !important;
}
.dt-cell__content.dt-cell__content--header-1
.dt-cell__content.dt-cell__content--header-5
.dt-cell__content.dt-cell__content--header-6
.dt-cell__content.dt-cell__content--header-7
.dt-cell__content.dt-cell__content--header-8
.dt-cell__content.dt-cell__content--header-9{
    max-width: 100% !important;
    min-width: 100% !important;
}

.dt-cell__content.dt-cell__content--col-1
.dt-cell__content.dt-cell__content--col-2
.dt-cell__content.dt-cell__content--col-3
.dt-cell__content.dt-cell__content--col-4{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
}

.modal-dialog {
    min-height: 100% !important;
    min-width: 100% !important;
}

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

}

.modal-formulario {
    max-height: 30% !important;
} */