.matriz-page-wrapper {
    min-height: auto !important;
}

.btn-visualizar {
    background-color: #389bc4;
    color: white;
    border-radius: 4px;
    padding: 6px 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
    border: none;
    display: inline-block;
    font-size: 0.85rem;
}

.btn-visualizar:hover {
    background-color: #2d7da0;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.badge-indisponivel {
    background-color: #f8f9fa;
    color: #adb5bd;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 20px;
    font-weight: 500;
    display: inline-block;
    font-size: 0.85rem;
    cursor: not-allowed;
}

.metadata-box {
    border-left: none !important;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 12px;
}

.dt-buttons {
    margin-bottom: 15px;
    float: left;
}

.dt-button {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    color: #495057 !important;
    padding: 5px 15px !important;
    font-size: 0.875rem !important;
    border-radius: 4px !important;
    margin-right: 5px !important;
    transition: all 0.2s !important;
    background-image: none !important;
}

.dt-button:hover {
    background-color: #e9ecef !important;
}

table.dataTable thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
}
