/* Ajustes do modal de busca de itens */
.descricao-produto {
	max-height: 4.5rem; /* ~3 linhas */
	overflow: auto;
	white-space: pre-wrap;
}

#tabelaResultadosBusca td,
#tabelaResultadosBusca th {
	vertical-align: top;
}

#tabelaResultadosBusca .orgao-col {
	max-width: 220px;
	white-space: pre-wrap;
}
/* Site-wide styles for Sigov v2.0 */

/* Base styles */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

/* Utility classes */
.text-muted {
    color: #6c757d !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

/* Form styles */
.form-control:focus {
    border-color: #1976d2;
    box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}

/* Button styles */
.btn-primary {
    background-color: #1976d2;
    border-color: #1976d2;
}

.btn-primary:hover {
    background-color: #1565c0;
    border-color: #1565c0;
}

/* Table styles */
.table-hover tbody tr:hover {
    background-color: #e3f2fd;
}

/* Modal styles */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Card styles */
.card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-radius: 12px;
}

/* Loading spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Custom checkbox/radio styles */
.form-check-input:checked {
    background-color: #1976d2;
    border-color: #1976d2;
}

/* Responsive table */
.table-responsive {
    border-radius: 8px;
}

/* Footer styles */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 10px 0;
}
