tr.is-danger {
  background: #FF495C;
  color: white;
}
tr.is-danger a:not(.action-option) {
    color: white;
    text-decoration: underline;
}
tr.is-danger a.action-option {
    border-radius: 50%;
    padding: .25rem;
}


.history-container-detail[data-v-092bc265]{
  margin-top: 0;
}
.history-container[data-v-092bc265] {
  padding: 1rem 0;
}
.router-link-active span.icon.is-small[data-v-092bc265] {
  color: white !important;
}
.invoices-history[data-v-092bc265] {
  padding: 1rem;
}
.menu-docs[data-v-092bc265] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1.5rem;
}
.field.has-addons[data-v-092bc265] {
  margin-bottom: 1.5rem;
}
.is-flex.space-between[data-v-092bc265] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.invoices-history .field.has-addons a.router-link-active.button .icon {
  color: white!important;
}
.invoices-history .action-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invoices-history .b-table .table th .th-wrap .dropdown-trigger .icon {
  margin-left: 0;
}
.invoices-history .b-table .table th {
  vertical-align: middle;
}
.invoices-history .is-flex.voucher-type-selector {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invoices-history .voucher-type-selector .filter {
  cursor: pointer;
}
.filter-currency {
  display: block;
  width: 250px;
  padding: 20px 5px;
}
#filterCurrency .dropdown-menu {
  display: block;
  max-height: 300px !important;
}


/*# sourceMappingURL=invoices-history-refactor.5b1346ac.css.map*/