/* BOLEPIX_FATURA_AVULSA_IGUAL_PLANOS_V5703Z158K10 */

/*
 * Fatura avulsa e Planos e renovação passam a ter exatamente
 * o mesmo comportamento visual de mouse/foco/clique.
 */
#view > .head-row > .actions > .bp-top-fatura-v5703z87,
#view > .head-row > .actions > .bp-top-planos-v5703z87,
#view > .head-row > .actions > .bp-top-fatura-v5703z87:hover,
#view > .head-row > .actions > .bp-top-planos-v5703z87:hover,
#view > .head-row > .actions > .bp-top-fatura-v5703z87:focus,
#view > .head-row > .actions > .bp-top-planos-v5703z87:focus,
#view > .head-row > .actions > .bp-top-fatura-v5703z87:active,
#view > .head-row > .actions > .bp-top-planos-v5703z87:active {
  background:linear-gradient(135deg,#0b60ee,#07a4e8)!important;
  color:#fff!important;
  border:1px solid #0d77e9!important;
  font-weight:700!important;
  box-shadow:0 10px 24px rgba(8,103,226,.18)!important;
  transform:none!important;
  translate:none!important;
  scale:1!important;
  animation:none!important;
  transition:none!important;
  outline-offset:0!important;
}

/* Mantém a ordem definida pela K9C. */
#view > .head-row > .actions > .bp-top-fatura-v5703z87{
  order:10!important;
}

#view > .head-row > .actions > .bp-top-planos-v5703z87{
  order:20!important;
}
