.wrap-button-add {
  position: relative;
}
.wrap-button-add .form-group {
  margin-left: 50px;
}
.wrap-button-add button {
  position: absolute;
  top: 35px;
  left: 15px;
}

.wrap-note-box {
  position: relative;
}
.wrap-note-box .btn-add-note {
  position: absolute;
  top: 0;
  right: 10px;
}

input.form-control {
  padding: 1.59rem 1.23rem;
}

.btn-transaction-pay {
  position: absolute;
  width: 80px;
  bottom: 13px;
  left: 10px;
}

.btn-transaction-provision {
  position: absolute;
  width: 92px;
  bottom: 13px;
  left: 96px;
}

.wrap-transactions {
  position: relative;
  padding-bottom: 30px;
}

.wrap-transaction-buttons {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
}

label.required:after {
  content: " *";
}

.btn-filter {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}

.col-transaction-actions {
  width: 70px;
}

.footer-transactions--fixed {
  position: fixed;
  width: 375px;
  bottom: 0;
  right: 200px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 10px 20px;
}

.report .report__year {
  background: #fff;
  padding: 10px 20px;
  width: 135px;
  text-align: center;
  display: flex;
}
.report .report__year .report__year-title {
  cursor: hand;
}
.report .report__content {
  background: #fff;
  padding: 20px;
}
.report .report__content-filter-btn {
  padding-top: 36px;
}
.report .report__table td, .report .report__table th {
  text-align: center;
}
.report .report__table .report__table-header th {
  background: #2b2a2a;
  color: #fff;
}
.report .report__table .report__table-header--sub th {
  background: #404040;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.report .report__table .report__table-line-main td {
  background: #B4C6E7;
  color: #000;
  font-weight: bold;
}
.report .report__table tfoot td {
  background: #bdbdbd;
  color: #000;
  font-weight: bold;
}

.card--task {
  -webkit-box-shadow: 0 0 2.25rem #e1e1e1;
  box-shadow: 0 0 2.25rem #e1e1e1;
}

.badge.badge-task {
  font-size: 60%;
}

.task {
  border-left: 4px solid #c0c3c2 !important;
}
.task .subtask {
  padding: 1.15rem 1.92rem;
  position: relative;
}
.task .subtask .subtask__actions {
  position: absolute;
  right: 10px;
  top: 10px;
}
.task .task__title .fa {
  display: none;
}
.task .paymentTx__amount .task__icon {
  display: none;
}
.task--ongoing {
  border-left: 4px solid #ffc107 !important;
}
.task--waiting {
  border-left: 4px solid #17a2b8 !important;
}
.task--hold {
  border-left: 4px solid #dc3545 !important;
}
.task--finalized {
  border-left: 4px solid #46be8a !important;
}
.task--finalized .paymentTx__amount {
  color: #46be8a;
}
.task--finalized .paymentTx__amount .task__icon {
  display: inline-block;
}
.task--finalized .task__title {
  color: #46be8a;
}
.task--finalized .task__title .fa {
  display: inline-block;
}
.task--finalized .task__description {
  color: #46be8a;
}

.js-wrap-outcome, .js-wrap-income {
  position: relative;
}
.js-wrap-outcome .dt-buttons, .js-wrap-income .dt-buttons {
  float: left;
}

.graphic-page .page-label {
  display: none;
  margin-left: 10px;
  font-size: 12px;
  text-transform: inherit;
  margin-top: 2px;
  padding: 6px 10px;
}
.graphic-page .graphic-header {
  display: flex;
}
.graphic-page--valid .page-valid {
  display: initial;
}
.graphic-page--invalid .page-invalid {
  display: initial;
}

.progressCard-totals {
  display: flex;
  justify-content: flex-end;
}
.progressCard-totals .progressCard {
  min-width: 330px;
  margin-right: 10px;
}
.progressCard-totals .progressCard:last-child {
  margin-right: 0;
}
.progressCard-totals .progressCard .progressCard__title {
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
.progressCard-totals .progressCard .progressCard__value {
  font-size: 1.46rem;
}

.bank-conciliation-selected {
  background-color: #e6f8ff !important;
}

.select2-selection__clear {
  margin-right: 10px;
}

.tr-father td {
  background: #F2F4F7;
  font-weight: bold;
}

.btn-remove-document.proportional-button,
.btn-add-document.proportional-button {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-item hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Custom badge colors */
.badge.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}

/*# sourceMappingURL=app.css.map */
