/* tabla */

#tabla {
    table-layout: fixed;
    margin: 25px 0px !important;
}

    #tabla th, #tabla td {
        /*overflow: hidden;*/
        word-break: break-word;
        /*white-space: nowrap*/
        vertical-align: middle;
    }

    #tabla tr td:nth-child(1), #tabla tr th:nth-child(1) {
        width: 4% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(2), #tabla tr th:nth-child(2) {
        width: 9% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(3), #tabla tr th:nth-child(3) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(4), #tabla tr th:nth-child(4) {
        width: 7% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(5), #tabla tr th:nth-child(5) {
        width: 8% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(6), #tabla tr th:nth-child(6) {
        width: 8% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(7), #tabla tr th:nth-child(7) {
        width: 8% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(8), #tabla tr th:nth-child(8) {
        width: 12% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(9), #tabla tr th:nth-child(9) {
        width: 7% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(10), #tabla tr th:nth-child(10) {
        width: 7% !important;
        /*text-align: center;*/
    }

    #tabla tr td:nth-child(11), #tabla tr th:nth-child(11) {
        width: 16% !important;
        /*text-align: center;*/
    }

@media (max-width: 800px) {
    #tabla_wrapper #tabla tr td {
        width: inherit !important;
        text-align: left;
    }
}

@media (max-width: 800px) {
    div.dataTables_wrapper div.dataTables_filter input {width: 70% !important;}

    #tabla_paginate .paginate_button {display:none;}
    #tabla_paginate .paginate_button.active, #tabla_paginate .paginate_button.previous, #tabla_paginate .paginate_button.next {display:inline;}

    .dataTables_wrapper {margin-top:0;}
    div.dataTables_wrapper div.dataTables_filter {text-align: center !important; margin-bottom:0 !important;}
    div.dataTables_wrapper div.dataTables_filter label {width:75% !important;}

    .dataTables_wrapper td .dropdown-menu {width:250px !important;}
    .dataTables_wrapper td .dropdown-menu.dropdown-menu-right {right:auto; left:0;}
    .dataTables_wrapper td .dropdown-menu li a {white-space: normal;}
}

@media (max-width: 767px) {
    .dataTables_length, .dataTables_paginate {
        width: 100%;
        /*float: left;*/
        margin: 0 0 5px !important;
        padding: 0;
    }
}

.dataTables_filter label {text-align: right !important;}