/* ServerPACS v665 - menú principal sin botones flotantes superpuestos */
@import url("servpacs-sandwich-v663.css");

/* Herramientas y STORE ya están dentro del menú sándwich. */
#adminToolsLauncher,
#spStoreV595FloatingButton{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Mantener el botón de barra solo si existe una barra real, nunca fijo. */
#spStoreV595ToolbarButton{
  position:static!important;
  inset:auto!important;
}

.sp-sandwich-item.tools{
  background:#31546c;
  border-color:#65b8e8;
}
.sp-sandwich-item.tools:hover{
  background:#3a6682;
}
