
/* ANB Enterprise ERP v.625 - permanent tower header stability */
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"]{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-height:50px!important;
  contain:layout style!important;
}
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > button,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > a{
  flex:0 0 auto!important;
  min-height:50px!important;
  white-space:nowrap!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  animation:none!important;
  transform:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
  will-change:auto!important;
  box-shadow:none!important;
  margin:0!important;
}
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > button:hover,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > a:hover,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > button:focus,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > a:focus,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > button:active,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > a:active{
  animation:none!important;
  transform:none!important;
}
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .tower-fixed-back-v625,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .tower-fixed-print-v625{
  background:#fff!important;
  color:#173b67!important;
  border-color:#d8e0ea!important;
  font-weight:700!important;
}
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .tower-fixed-action-v625{
  font-weight:700!important;
}
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .universal-back-v522,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .tower-status-v434,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .tower-status-v521,
#content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] .deactive-history-v521{
  display:none!important;
}
@media (max-width:1080px){
  #content .page-title-row .actions[data-tower-buttons-fixed-v625="1"]{justify-content:flex-start!important}
}
@media (max-width:760px){
  #content .page-title-row .actions[data-tower-buttons-fixed-v625="1"]{width:100%!important}
  #content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > button,
  #content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > a{flex:1 1 calc(50% - 12px)!important}
}
@media (max-width:520px){
  #content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > button,
  #content .page-title-row .actions[data-tower-buttons-fixed-v625="1"] > a{flex:1 1 100%!important}
}
