/* #6200ea;*/

#modal-transaction .modal-header {
  border: none;
  text-align: center;
  align-items: center;
}

#modal-transaction .modal-header h5 {
  font-size: 22px;
  color: #806cb5;
  width: 100%;
}

#modal-transaction .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bdbdbd;
}

#modal-transaction .select2-container .select2-selection--single {
  height: 38px;
}

#modal-transaction
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}

#modal-transaction
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}

#modal-transaction select.invalid ~ .select2 .select2-selection {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

.modal-transaction .modal-header {
  padding-bottom: 0;
}

#modal-pending-transaction .md-form .form-control {
  border: none !important;
}

#modal-transaction-readonly .md-form .form-control {
  border: none !important;
}

.ipt-comment-text {
  border-bottom: 1px solid #ced4da !important;
  box-shadow: 0 1px 0 0 #000 !important;
}

ul.stepper.horizontal {
  padding: 0 20px;
  margin: 0;
}

ul.stepper.horizontal:before {
  display: none;
}

ul.stepper.horizontal > .step:not(:last-of-type):after {
  background: none;
  border-top: 1px dotted #bdbdbd;
}

ul.stepper.horizontal#steeper-pending .step.done .step-title .circle {
  border: 1px solid #bdbdbd;
}

ul.stepper.horizontal#steeper-pending .step.done .step-title span {
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
}

ul.stepper.horizontal .step {
  height: 2.25rem !important;
}

ul.stepper.horizontal .step.active .step-title span {
  color: #fff;
  background: #008e76;
  border: 1px solid #008e76;
}

ul.stepper.horizontal .step.active .step-title i {
  color: #008e76;
}

ul.stepper.horizontal .step.active .step-title .circle {
  border: 1px solid #008e76;
  background: #008e76;
}

ul.stepper.horizontal .step.done .step-title .circle {
  border: 1px solid #008e76;
}

ul.stepper.horizontal .step.done .step-title span {
  border: 1px solid #008e76;
  color: #008e76;
}

ul.stepper.horizontal .step.step-1 {
  width: 60%;
}

ul.stepper.horizontal .step.step-back {
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

ul.stepper.horizontal .step.step-back.show {
  opacity: 1;
  visibility: visible;
}

ul.stepper.horizontal .step.step-back .step-title:hover {
  background: none;
  color: #008e76;
}

ul.stepper.horizontal .step.step-back .step-title button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

ul.stepper.horizontal .step.step-back:after {
  display: none;
}

ul.stepper.horizontal .step .step-title {
  line-height: unset;
  height: auto;
  padding: 0;
}

ul.stepper.horizontal .step .step-title i {
  font-size: 20px;
  color: #bdbdbd;
}

ul.stepper.horizontal .step .step-title:before {
  display: none;
}

ul.stepper.horizontal .step .step-title:hover {
  background: none;
}

ul.stepper.horizontal .step .step-title span {
  padding: 3px 15px;
  border-radius: 20px;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
  display: block;
}

ul.stepper.horizontal .step .step-title .circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #bdbdbd;
}

ul.stepper.horizontal .step.step-1 h4 {
  color: #9d46ff;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

ul.stepper.horizontal .step.step-2 .step-actions {
  text-align: right;
}

ul.stepper.horizontal .step .step-new-content {
  top: 110px;
  padding: 0;
}

ul.stepper.horizontal .step .step-new-content .step-content-in {
  overflow: hidden;
}

ul.stepper.horizontal .step .step-new-content .link-select {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: #008e76;
  height: 52px;
  margin: 5px;
}

ul.stepper.horizontal .step .step-new-content .link-select.disabled {
  opacity: 0.7;
}

ul.stepper.horizontal .step .step-new-content .link-select:hover,
ul.stepper.horizontal .step .step-new-content .link-select.active {
  background: #008e76;
}

ul.stepper.horizontal
  .step
  .step-new-content
  .link-select:hover
  .item-transact-type,
ul.stepper.horizontal
  .step
  .step-new-content
  .link-select.active
  .item-transact-type {
  color: #fff;
}

ul.stepper.horizontal .step .step-new-content .link-select .item-transact-type {
  display: block;
  padding: 0 10px;
  font-weight: 600;
  cursor: pointer;
}

ul.stepper.horizontal
  .step
  .step-new-content
  .link-select.link-select-unexplain {
  margin: 0;
}

ul.stepper.horizontal .step .step-new-content .wrap-transact-type {
  margin: 10px 0 0;
}

ul.stepper.horizontal .step .step-new-content .txt-unexplain-balance {
  text-align: center;
  margin: 20px 0;
}

ul.stepper.horizontal .step .step-new-content .txt-unexplain-balance span {
  padding: 0 0 0 50px;
}

ul.stepper.horizontal .step .step-new-content .row {
  margin-bottom: 0;
  margin-top: 0;
}

ul.stepper.horizontal .step .step-new-content .md-form label {
  left: 0;
}

ul.stepper.horizontal .step .step-new-content .payment-actions {
  margin: 10px 0 30px;
  text-align: center;
}

ul.stepper.horizontal
  .step
  .step-new-content
  .payment-actions
  .link-payment-select {
  display: inline-block;
  text-align: center;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: #008e76;
  padding: 10px 30px;
  margin: 0 10px;
}

ul.stepper.horizontal
  .step
  .step-new-content
  .payment-actions
  .link-payment-select:hover,
ul.stepper.horizontal
  .step
  .step-new-content
  .payment-actions
  .link-payment-select.active {
  background: #008e76;
  color: #fff;
}

ul.stepper.horizontal .step .step-actions {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin: 30px 0 0;
}

ul.stepper.horizontal .step .wrap-table {
  margin: 10px 0 0;
}

ul.stepper.horizontal .step .text-total {
  margin: 20px 0 0;
}

ul.stepper.horizontal .step .text-total #total-expense {
  padding: 0 0 0 10px;
}

ul.stepper.horizontal .step .text-total b {
  font-weight: 400;
}

ul.stepper.horizontal .step .ipt-unexplained-amount {
  border: none;
}

ul.stepper.horizontal #tbl-row-expense_reimbursement tbody tr,
ul.stepper.horizontal #tbl-billpay tbody tr,
ul.stepper.horizontal #tbl-row-expense_advance tbody tr {
  cursor: pointer;
}

ul.stepper.horizontal #tbl-row-expense_reimbursement tbody tr:hover,
ul.stepper.horizontal #tbl-row-expense_reimbursement tbody tr.active,
ul.stepper.horizontal #tbl-billpay tbody tr:hover,
ul.stepper.horizontal #tbl-billpay tbody tr.active,
ul.stepper.horizontal #tbl-row-expense_advance tbody tr:hover,
ul.stepper.horizontal #tbl-row-expense_advance tbody tr.active {
  background: #008e76;
  color: #fff;
}

ul.stepper.horizontal #tbl-row-expense_reimbursement tbody tr:hover td a,
ul.stepper.horizontal #tbl-row-expense_reimbursement tbody tr.active td a,
ul.stepper.horizontal #tbl-billpay tbody tr:hover td a,
ul.stepper.horizontal #tbl-billpay tbody tr.active td a,
ul.stepper.horizontal #tbl-row-expense_advance tbody tr:hover td a,
ul.stepper.horizontal #tbl-row-expense_advance tbody tr.active td a {
  color: #fff;
}

ul.stepper.horizontal .support-file-url a {
  color: #008e76;
}

ul.stepper.horizontal .support-file-url i.fa-check-circle {
  color: #008e76;
}

ul.stepper.horizontal label.invalid {
  display: none !important;
}

ul.stepper.horizontal label.invalid#ipt-amount-expense_reimbursement-error,
ul.stepper.horizontal label.invalid#ipt-amount-expense_advance-error,
ul.stepper.horizontal label.invalid#ipt-amount-billpay-error,
ul.stepper.horizontal label.invalid#ipt-amount-internal-error,
ul.stepper.horizontal label.invalid#ipt-amount-external-error,
ul.stepper.horizontal label.invalid#ipt-amount-advance-error,
ul.stepper.horizontal label.invalid#ipt-amount-w2-error {
  display: block !important;
  font-size: 12px;
  color: #ff0000 !important;
  top: 45px !important;
}

ul.stepper.horizontal .btn.btn-sm.no-margin {
  padding: 0.5rem 0.5rem;
}

ul.stepper.horizontal .wrap-currency-convert {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 18px;
  color: #bdbdbd;
  padding: 0;
}

ul.stepper.horizontal .wrap-currency-convert:hover {
  color: #008e76;
}

ul.stepper.horizontal .wrap-currency-convert i {
  padding: 0 0 0 5px;
}

ul.stepper.horizontal .phone-format {
  padding-left: 40px;
  width: 100% !important;
}

ul.stepper.horizontal .delete-store-payment {
  font-size: 18px;
  position: relative;
  top: 40px;
}

ul.stepper.horizontal .md-form .form-control:disabled,
ul.stepper.horizontal .md-form .form-control[readonly] {
  border-bottom: 1px solid #bdbdbd !important;
}

.btn-right {
  text-align: right;
}

.dataTables_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
  padding: 0 !important;
}

.dataTables_wrapper .dataTables_scrollHeadInner table {
  width: 100% !important;
  margin: 0;
}

#modal-transaction-readonly .wrap-summary-text {
  position: static;
}

.wrap-summary-text {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
}

.wrap-summary-text.top-60 {
  top: 60px;
}

.wrap-summary-text .txt-project-balance,
.wrap-summary-text .project-balance-wrapper {
  font-weight: bold;
  margin: 0 0 5px;
}

.wrap-summary-text .span-total-amount-project,
.wrap-summary-text .project-balance {
  padding: 0 0 0 50px;
}

.wrap-summary-text .summary-text-transaction,
.wrap-summary-text .summary-text-transaction-pending {
  text-align: center;
}

table .row-communication a {
  color: #008e76;
}

.row-transaction,
.row-transaction-private {
  cursor: pointer;
}

.row-register,
.row-register-private {
  cursor: pointer;
}

.row-transaction:hover,
.row-transaction.active,
.row-transaction-private:hover,
.row-transaction-private.active {
  background: #008e76 !important;
  color: #fff;
}

.row-register:hover,
.row-register.active,
.row-register-private:hover,
.row-register-private.active {
  background: #008e76 !important;
  color: #fff;
}

.row-transaction:hover td a,
.row-transaction.active td a,
.row-transaction-private:hover td a,
.row-transaction-private.active td a {
  color: #fff;
}

.step-new-content .wrap-comment,
.modal-content .chat-messages {
  border: 1px solid #bdbdbd;
  padding: 10px;
  border-radius: 10px;
  overflow-y: auto;
  height: 166px;
}

.step-new-content .wrap-comment .item-comment,
.modal-content .chat-messages .item-comment {
  margin: 0 0 10px;
}

.step-new-content .wrap-comment .item-comment:last-child,
.modal-content .chat-messages .item-comment:last-child {
  margin: 0;
}

.step-new-content .wrap-comment .item-comment .row,
.modal-content .chat-messages .item-comment .row {
  margin: 0;
}

.step-new-content .wrap-comment .item-comment .text-comment,
.modal-content .chat-messages .item-comment .text-comment {
  border-radius: 10px;
  background: #e0e0e0;
  padding: 10px;
}

.step-new-content .wrap-comment .item-comment .text-comment .name,
.modal-content .chat-messages .item-comment .text-comment .name {
  color: #000;
  font-size: 12px;
}

.step-new-content .wrap-comment .item-comment .text-comment p,
.modal-content .chat-messages .item-comment .text-comment p {
  margin: 0;
  padding: 0;
}

.step-new-content .wrap-comment .item-comment .time-comment,
.modal-content .chat-messages .item-comment .time-comment {
  color: #bdbdbd;
}

.step-new-content .wrap-comment .item-comment.owner .time-comment,
.modal-content .chat-messages .item-comment.owner .time-comment {
  text-align: right;
}

.step-new-content .wrap-comment .item-comment.owner .text-comment,
.modal-content .chat-messages .item-comment.owner .text-comment {
  color: #fff;
  background: #008e76;
}

.modal-content .chat-messages {
  height: auto;
}

.container .btn-submit-comment {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 18px;
  border: none;
  background: none;
  color: #008e76;
}

.modal-content .result-pending-transaction {
  position: absolute;
  top: -20px;
  text-align: center;
  left: 0;
  right: 0;
}

.modal-receipt .modal-header {
  border: none;
}

.modal-receipt .modal-header .modal-title {
  text-align: center;
}

.modal-receipt .modal-footer {
  border: none;
  display: block;
}

.modal-receipt .modal-body .file-field {
  margin: 30px 0 0;
  background: #f9f9f9;
  border: 1px solid #efefef;
  padding: 20px;
}

.modal-receipt .modal-body .file-field .row {
  margin-top: 0;
}

.modal-receipt .modal-body .file-field .btn {
  margin: 0;
  float: none;
}

.modal-receipt .modal-body .file-field .file-path-wrapper {
  padding: 0;
  height: auto;
  line-height: 36px;
}

.modal-receipt .modal-body .file-field .file-path-wrapper input.file-path-init {
  height: auto;
  background: none;
  border: none;
  width: 100%;
}

.modal-receipt .modal-body .file-field .file-path-wrapper .btn {
  margin: 0;
  float: none;
}

.modal-receipt .modal-body .info-item-support {
  margin: 0 0 20px;
}

.modal-receipt .modal-body .text-notice {
  color: #9e9e9e;
  margin: 10px 0 0;
}

.info-item-review {
  margin: 0 0 20px;
}

.select-wrapper + label.active {
  left: 0;
}

#btn-fetch-transaction,
#btn_fetch_register_items {
  background: none;
  border: none;
  color: #806cb5;
  position: relative;
  top: 5px;
  font-size: 20px;
}

#frm-register #validate-trans-id {
  width: 20px;
  height: 20px;
  background: #008e76;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

#frm-register .wrap-amount span {
  position: absolute;
  left: 0;
  bottom: 7px;
}

#frm-register .wrap-amount input {
  padding-left: 15px;
}

#frm-register .register_table_container > * {
  min-width: 1100px;
}

#frm-register .tbl-register tr.selectedRow {
  background: #008e76;
  color: #fff;
}

#frm-register .tbl-register tr.selectedRow td {
  color: #fff !important;
}

#frm-register .tbl-register tr.selectedRow td input {
  color: #fff !important;
}

#frm-register .tbl-register tr .leg {
  display: block;
  padding: 10px;
}

#frm-register .tbl-register tr td input.amount {
  width: calc(100% - 15px);
}

#frm-register .box-gray {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 10px;
}

#frm-register .box-gray .row {
  margin: 0 !important;
}

#frm-register .box-gray p {
  margin: 0;
}

#frm-register #btn-view-pending-transaction {
  color: #806cb5;
}

.tbl-show-register tr.selectedRow {
  background: #008e76;
  color: #fff;
}

.tbl-show-register tr.selectedRow td {
  color: #fff !important;
}

.tbl-show-register tr.selectedRow td input {
  color: #fff !important;
}

.tbl-show-register tr.row-register {
  cursor: pointer;
}

.tbl-show-register tr.row-register:hover {
  background: #008e76;
  color: #fff;
}

.tbl-show-register tr.row-register:hover td {
  color: #fff !important;
}

.tbl-show-register tr.row-register:hover td input {
  color: #fff !important;
}

#modal-currency-convert .close {
  margin-right: 10px;
}

#modal-register.view-register #btn-fetch-transaction,
#modal_bulk_edit_journal.view-register #btn-fetch-transaction {
  display: none;
}

#modal-register .select2-container--default .select2-selection--single,
#modal_bulk_edit_journal
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bdbdbd;
}

#modal-register
  .wrap-field-parent
  .select2-container
  .select2-selection--single,
#modal_bulk_edit_journal
  .wrap-field-parent
  .select2-container
  .select2-selection--single {
  height: 38px;
}

#modal-register
  .wrap-field-parent
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
#modal_bulk_edit_journal
  .wrap-field-parent
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}

#modal-register
  .wrap-field-parent
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
#modal_bulk_edit_journal
  .wrap-field-parent
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}

#modal-register
  .wrap-field-parent
  .select2-container--disabled
  .select2-selection--single
  .select2-selection__rendered,
#modal_bulk_edit_journal
  .wrap-field-parent
  .select2-container--disabled
  .select2-selection--single
  .select2-selection__rendered {
  color: #eee;
}

#modal-register select.invalid ~ .select2 .select2-selection,
#modal_bulk_edit_journal select.invalid ~ .select2 .select2-selection {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

#modal-register .number-net-balance-wrap,
#modal_bulk_edit_journal .number-net-balance-wrap {
  color: #ff0000;
}

#modal-register .number-net-balance-wrap.balance,
#modal_bulk_edit_journal .number-net-balance-wrap.balance {
  color: #000;
}

@media (min-width: 992px) {
  .modal-transaction .modal-lg,
  .modal-transaction .modal-xl {
    max-width: 680px;
  }
}

.tbl-support {
  min-width: 500px;
}
