.botaoBuscarInformacoes{
	vertical-align:middle; 
	cursor:pointer;
	width:65;
	height:19; 
}

/* ESTILO DO CALENDARIO */
.rf-cal-week {
	color: white;
	background-color: white;
}

/* ESTILO DO CALENDARIO */
.rf-cal-extr tbody tr td {
    width: 10px;
    height: 10px;
    padding: 2px !important;
}

/* ===== POPUP FILIAL ===== */
 
.popup-filial {
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
 
.popup-header {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #2c6fb7;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
}
 
.popup-close {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 8px;
}
 
.popup-content {
    padding: 20px;
    min-width: 420px;
}
 
.popup-subtitle {
    margin-bottom: 16px;
    color: #555;
    font-size: 14px;
}
 
.popup-field {
    margin-bottom: 20px;
}
 
.popup-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #444;
}
 
.popup-select {
    width: 100%;
    height: 38px;
    padding: 6px;
    font-size: 14px;
}
 
.popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
 
.popup-button-primary {
    background-color: #2c6fb7;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
 
.popup-button-primary:hover {
    background-color: #1f5a96;
}
 
.popup-button-secondary {
    background-color: #e0e0e0;
    color: #333;
    padding: 8px 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}