﻿.td-align-center {
    text-align: center;
}

.dataTable {
    table-layout: fixed;
}

    .dataTable th,
    .dataTable td {
        overflow: hidden;
        text-align: left;
        vertical-align: middle !important;
        word-break: break-word;
    }

    .dataTable .td-encuesta-titulo {
        width: 45% !important;
    }

    .dataTable .td-encuesta-estado {
        width: 15% !important;
    }

    .dataTable .td-encuesta-fecha-inicio,
    .dataTable .td-encuesta-fecha-fin {
        width: 10% !important;
    }

    .dataTable .td-encuesta-asignada {
        text-align: center;
        width: 10% !important;
    }

    .dataTable .td-encuesta-acciones {
        text-align: center;
        width: 10% !important;
    }

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
    margin-bottom: 15px;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

@media (max-width: 800px) {
    .dataTable_wrapper .dataTable tr td,
    .dataTables_wrapper .table tr td {
        width: inherit !important;
    }
}
