.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white !important;
    background: #007bff !important;
    font-weight: bold !important;
}

table.dataTable tbody th, table.dataTable tbody td{
    font-size: 14px !important;
}

table.dataTable thead th, table.dataTable tfoot th{
    white-space: nowrap;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.table td, .table th {
    font-size: 15px;
}

.container {
    height: 450px;
}

#map {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(226, 226, 226, 0.438);
    border-radius: 2px;
}

#titulo_producto{
    color: #000;
    font-size: 13px;
}

.titulo:visited{
    color: #000;
}

.titulo:focus{
    border-bottom: 1px solid;
}

.titulo:hover{
    border-bottom: 1px solid;
}
.personal{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

table.dataTable {
    
    border-collapse: collapse !important;
}