/* Botão discreto de relatório no Almoxarifado */
#almoxRelatorioFiltroBtn,
.almox-relatorio-filtro-btn{
  height:38px !important;
  border-radius:11px !important;
  border:1px solid #e3dacc !important;
  background:#fff !important;
  color:#0f172a !important;
  font-weight:900 !important;
  padding:0 13px !important;
  font-size:12.5px !important;
  box-shadow:none !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}

#almoxRelatorioFiltroBtn:hover,
.almox-relatorio-filtro-btn:hover{
  background:#fff8e6 !important;
  border-color:#c9a84c !important;
  color:#8a6a16 !important;
}
