/*Santiago - Interfase General*/
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: inherit !important;
}

.dataTables_wrapper .dataTables_info {
    float: none !important;
	padding: 0 !important;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 !important;
    padding: 0.2em 0.6em !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
}

.dataTables_wrapper .dataTables_filter .ui.input {
    width: 100% !important;
}

.dataTables_wrapper .four.wide.column {
    margin: auto;
}