﻿/* tablaPatentesVagones */

#tablaPatentesVagones {
    table-layout: fixed;
    margin: 25px 0px !important;
}

    #tablaPatentesVagones th, #tablaPatentesVagones td {
        /*overflow: hidden;*/
        word-break: break-word;
        /*white-space: nowrap*/
        vertical-align: middle;
    }

    #tablaPatentesVagones tr td:nth-child(1), #tablaPatentesVagones tr th:nth-child(1) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tablaPatentesVagones tr td:nth-child(2), #tablaPatentesVagones tr th:nth-child(2) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tablaPatentesVagones tr td:nth-child(3), #tablaPatentesVagones tr th:nth-child(3) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tablaPatentesVagones tr td:nth-child(4), #tablaPatentesVagones tr th:nth-child(4) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tablaPatentesVagones tr td:nth-child(5), #tablaPatentesVagones tr th:nth-child(5) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tablaPatentesVagones tr td:nth-child(6), #tablaPatentesVagones tr th:nth-child(6) {
        width: 14% !important;
        /*text-align: center;*/
    }

    #tablaPatentesVagones tr td:nth-child(7), #tablaPatentesVagones tr th:nth-child(7) {
        width: 16% !important;
        /*text-align: center;*/
    }

@media (max-width: 800px) {
    #tablaPatentesVagones_wrapper #tablaPatentesVagones tr td {
        width: inherit !important;
        text-align: left;
    }
}

@media (max-width: 800px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 70% !important;
    }

    #tablaPatentesVagones_paginate .paginate_button {
        display: none;
    }

        #tablaPatentesVagones_paginate .paginate_button.active, #tablaPatentesVagones_paginate .paginate_button.previous, #tablaPatentesVagones_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;
}
