/*
* Personalización  dataTable
*/

.div_datatable {
    /*font: normal;*/
    /*background: #fff;
    overflow: auto;
    border: 1px solid #006699;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom:5px;*/
    
}

.div_datatable thead input {
    border: 1px solid #6c757d;
    border-radius: 3px 0px 0px 3px;
}

.div_datatable thead tr:first-child {
    /*background: #336699;
    background: -webkit-linear-gradient(#7690a7, #223544);
    background: -o-linear-gradient(#7690a7, #223544);
    background: -moz-linear-gradient(#7690a7, #223544);
    background: linear-gradient(#7690a7, #223544);
    background-color: #006699;*/
}

.div_datatable thead tr:first-child th {
    color: #495057;
    font-weight: normal;
}

.div_datatable thead tr:nth-of-type(2) {
    background: #f1f1f1;
}

.div_datatable thead input {
    width: 100%;
}

.div_datatable .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate, .dt-buttons {
  //  font-family: Arial, sans-serif;
    font-size: small;
}

.div_datatable .dataTables_info {
    margin-left: 5px;
}

.div_datatable .dataTables_paginate {
    padding-right: 5px;
}

.div_datatable .dt-buttons {
    margin-right: 10px;
    margin: 5px;
}


.div_datatable .dataTables_length select {
    border: 1px solid #e2e2e2;
    /*border-right: 0px;*/
        background: #fff;
        color: #333;
        font-size: 12px;
        font-weight: normal;
        margin: 5px 0px 5px 5px;
        padding: 5px;
        max-width: 300px;
        border-radius: 3px 0px 0px 3px;
        /*float: left;*/
        height: 27px;
        outline: 0;
        width: 50%;
    }

div.div_datatable .dataTables_filter label input {
    border: 1px solid #e2e2e2;
    /*border-right: 0px;*/
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 5px 5px 5px;
    padding: 5px;
    max-width: 300px;
    border-radius: 3px 0px 0px 3px;
    /*float: left;*/
    height: 27px;
    outline: 0;
    width: 250px !important;
}
