/* line 5, app/assets/stylesheets/payments.scss */
.tr-waiting {
  background-color: #ffffcc;
}

/* line 9, app/assets/stylesheets/payments.scss */
.tr-error {
  background-color: #ffcccc;
}

/* line 13, app/assets/stylesheets/payments.scss */
.tr-paid {
  background-color: #ccffcc;
}

/* line 17, app/assets/stylesheets/payments.scss */
.link-invoice-pdf {
  font-size: 12px;
  font-style: italic;
}

/* line 22, app/assets/stylesheets/payments.scss */
.note-hidden-show {
  background-color: #eeeeee;
}

/* line 26, app/assets/stylesheets/payments.scss */
.font-show-payment-pdf {
  font-size: 10px;
}
