.distance {
  display: flex;
  margin-top: 20px;
  margin-bottom: -40px;
}

/* .panel-dashboard-widget .panel-heading .panel-title {
  padding: 30px;
  line-height: 24px;
  font-size: 30px;
  letter-spacing: 1.3px;
  color: #253238;
  font-weight: 24px;
} */

.error-message {
  color: rgb(213, 0, 0);
}

.loading {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: -100;
}

.scroll {
  overflow: auto
}

.data-item-type {
  font-weight: 400;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px;
  height: max-content;
}

.modal-body-custom {
  /* text-align: center; */
  padding: 0px 20px 0px 20px !important;
}

/* .modal-footer-custom {
  padding: 10px 40px 20px 0px !important;
} */

@media screen and (max-width: 767px) {

  /* .custom-placeholder-potition {
    padding-left: !important;
  } */
}

.modal-subtitle {
  color: #aaa
}

.loading-container {
  height: 30px;
  width: 30px;
  margin: 50px;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  align-self: center
}

.ledger-container.sales .ledger-body.sales .ledger-row.row-body>div.mobile-right-custom,
.ledger-container.sales .ledger-body.sales .ledger-row.row-body>a>div.mobile-right-custom,
.ledger-container.sales .ledger-body.sales .ledger-row.row-body>a .right-side>div.mobile-right-custom {
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.scroll {
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 64px;
}

.input-group .form-control {
  position: relative;
  z-index: 0;
  width: 1%;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.form-journal-detail .ledger-body .ledger-row.template {
  display: flex;
}

.form-journal-detail.sales .ledger-body .right-side .col.project {
  width: 205px;
}

.form-journal-detail .ledger-body .ledger-row .debet input,
.form-journal-detail .ledger-body .ledger-row .kredit input,
.form-journal-detail .ledger-body .ledger-row .col input {
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #253238;
  margin-top: 12px;
  width: 100%;
  border: none;
  outline: none;
  padding-top: 9px;
  padding-bottom: 14px;
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
}

.form-journal-detail.sales .ledger-body .col>span,
.form-journal-detail.sales .ledger-body .col>input {
  font-weight: normal;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #253238;
}

.form-journal-detail .ledger-body .ledger-row .debet input,
.form-journal-detail .ledger-body .ledger-row .kredit input,
.form-journal-detail .ledger-body .ledger-row .col input {
  line-height: 19px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #253238;
  margin-top: 12px;
  width: 100%;
  border: none;
  outline: none;
  padding-top: 9px;
  padding-bottom: 14px;
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
}

.filter-container {
  padding: 20px;
  position: relative;
  height: 80px;
  box-shadow: 0 1px 2px 0 rgba(60, 69, 80, 0.19);
  z-index: 300;
}

.ledger-container.sales .ledger-body.sales .ledger-row .value {
  width: 190px;
  text-align: right;
  /* background-color: #53b857; */
}


.ledger-container.sales .ledger-body.sales.sales-invoice .ledger-row .value {
  width: 155px;
}

.alert-internet {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 2000;
}

/* Custom UI by MS. Najib */

.ledger-container {
  background: #fff;
  /* margin-top: 30px; */
  border-radius: 2px;
  padding-bottom: 25px;
}

.custom-btn-outline {
  margin-right: 18px !important;
}

.panel-custom {
  background-color: #FFFFFF;
  border-radius: 6px;
  /*box-shadow: 1px 1px 7px #dbdbdb;*/
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

/* edited by asep */

/* edited by asep */

a.btn:not(.btn-link),
a.btn:not(.btn-link):active,
a.btn:not(.btn-link).active {
  text-decoration: none;
  z-index: 500;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
  z-index: 500;
}

.form-control {
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  padding: 10px 0px 0px 10px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #242728;
  border: 1px solid #e4eaec;
  border-radius: 2px;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 40px;
}

.modal-content {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

/* .modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
} */

/* width sebelumnya 5.5% !important; */
.col-dropdown {
  width: 3.5% !important;
  text-align: center !important;
  display: table-cell !important;
}

.col-checkbox {
  width: 2.5% !important;
  text-align: center !important;
}

.col-select-product {
  width: 25%;
}

.col-proportion {
  width: 35%;
  text-align: right;
}

.col-unit {
  width: 10%;
}

.col-price {
  width: 15%;
  text-align: right;
}

.col-qty {
  text-align: right;
  width: 10%;
}

.col-tax {
  width: 10%;
}

.col-total {
  width: 25%;
  text-align: right;
}

.col-delete {
  width: 25px !important;
  text-align: center !important;
}

.col-name-taking {
  width: 20%;
}

.col-account {
  width: 25%;
}

.col-currency {
  width: 10%;
}

.col-department {
  width: 15%;
}

.col-project {
  width: 10%;
}

.col-debit {
  width: 20%;
  text-align: right;
}

.col-credit {
  width: 20%;
  text-align: right;
}

@media screen and (max-width: 1200px) {

  .col-name-taking {
    width: 16%;
  }

  .col-select-product {
    width: 25%;
  }

  .col-proportion {
    width: 35%
  }

  .col-unit {
    width: 5%;
  }

  .col-price {
    width: 15%;
    text-align: right;
  }

  .col-qty {
    text-align: right;
    width: 10%;
  }

  .col-tax {
    width: 10%;
  }

  .col-total {
    width: 10%;
  }

  .col-delete {
    width: 15px;
  }
}

@media screen and (max-width: 1100px) {

  .col-name-taking {
    width: 180px;
  }

  .col-select-product {
    width: 184px;
  }

  .col-proportion {
    width: 200px
  }

  .col-unit {
    width: 108px;
  }

  .col-price {
    width: 108px;
    text-align: right;
  }

  .col-qty {
    text-align: right;
    width: 70px;
  }

  .col-tax {
    width: 122px;
  }

  .col-total {
    width: 79px;
  }

  .col-delete {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .col-account {
    width: 185px;
  }

  .col-currency {
    width: 122px;
  }

  .col-department {
    width: 185px;
  }

  .col-project {
    width: 122px;
  }

  .col-debit {
    width: 185px;
  }

  .col-credit {
    width: 185px;
  }
}

.form-journal-detail.sales .ledger-footer.general-journal-form .general-journal-summary .row-total strong {
  width: 100%;
  padding-right: 27px;
}

.text-center {
  text-align: center !important;
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: -10px;
}

.text-center {
  text-align: center !important;
  flex: 1;
  display: block;
  justify-content: center;
  margin-top: -10px;
}

.disabled-link {
  pointer-events: none;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 656px) {
  .modal-dialog {
    width: 600px
  }
}

/* edited by asep 23-10-2018 */

/* -----------------------end------------------ */

.border-green {
  padding: 8px 10px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 0.5px #5cd29d !important;
  line-height: 20px;
}

/* Class by asep */

/* Color setting */

.green-text {
  color: #46be8a !important;
}

.green {
  background-color: #46be8a !important;
}

@media screen and (max-width: 768px) {
  #container {
    width: 100% !important;
  }

  .tmobile {
    padding: 0 !important;
    margin: 0 !important;
  }

  .rwiget {
    margin-top: 0 !important;
  }

  .panel-custom-mobile {
    padding: 0 !important;
    margin: 0 !important;
  }

  .default-display {
    position: relative;
    z-index: 1;
    flex-direction: column;
  }

  /* .default-display > button{
    margin: 5px;
    transition: 0.5s;
    background: white;
    box-shadow: none !important;
    opacity: 0.3;
  } */
  .default-display>button:hover {
    opacity: 1;
    background: white;
  }
}

@media only screen and (min-width: 769px) {
  #container {
    width: 953px !important;
  }
}

.box {
  margin: 10px;
  text-align: center;
}

.box h1 {
  color: #daaa00;
  font-size: 70px;
  margin: 5px 0;
}

.box h4 {
  font-size: 30px;
  margin: 5px 0;
}

.box p {
  font-size: 20px;
  margin: 5px 0;
}

.box .btn {
  margin: 9px 0;
}

.rows {
  width: 100%;
  margin: 10px 0 10px 0;
}

#container {
  width: 65%;
}

.rwiget {
  margin-top: 10px;
}

.border-blue td {
  border: 1px solid #107aae;
}

.alamat {
  margin-bottom: 8px;
}

.alamat p {
  margin-bottom: 0;
}

.alamat h5 {
  margin-bottom: 50px;
}

.box-flex {
  display: flex;
  height: auto;
  padding: 1%;
  justify-content: flex-end;
}

.table-wrapper {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.inline-flex {
  display: inline-flex;
  border-radius: 50px;
}

.default-display {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  justify-content: flex-end;
}

.bg-white {
  background: white;
}

/* style for detail-product page */

.detail-product {
  background: white !important;
  margin: 0;
  padding: 1px;
  height: auto;
}

.clear {
  clear: both;
}

/* #klasifikasi-alamat-body{
  height: 48vh !important;
} */

@media only screen and (max-width: 768px) {
  .hidden {
    display: none !important;
  }

  .date {
    display: none !important;
  }
}

/* tambahan 24-10-2018 */

/* added by asep imam nawawi */

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  background: rgb(224, 224, 224);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: rgb(154, 201, 255);
  border-radius: 10px;
}

.tab-content::-webkit-scrollbar {
  width: 5px !important;
}

.tab-content::-webkit-scrollbar-track {
  background: rgb(224, 224, 224) !important;
  border-radius: 10px;
}

.tab-content::-webkit-scrollbar-thumb {
  background: rgb(174, 212, 255) !important;
  border-radius: 10px !important;
}

.scroll-default::-webkit-scrollbar {
  width: 12px;
}

.scroll-default::-webkit-scrollbar-track {
  border-radius: unset;
  background: rgb(236, 234, 234);
}

.scroll-default::-webkit-scrollbar-thumb {
  border-radius: unset;
  background: #aaaaaa;
}

/* dashboard padding custom */

@media only screen and (max-width: 600px) {

  .scroll-default::-webkit-scrollbar {
    width: 2px;
  }
}

.overflow {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  color: #fff;
  /* box-shadow: 0 0 0 2px rgba(98, 168, 234, 0.65) !important; */
}

#admin-menu-list.row .menu-item.menu-item-category-product {
  background-color: #870425;
  border-color: #870425;
}

#admin-menu-list.row .menu-item.menu-item-bank {
  background-color: #2D98DA;
  border-color: #2D98DA;
}

#admin-menu-list.row .menu-item.menu-item-other-field {
  background-color: #D7588D;
  border-color: #D7588D;
}

#admin-menu-list.row .menu-item.menu-item-favourite {
  background-color: #D7588D;
  border-color: #D7588D;
}

#admin-menu-list.row .menu-item.menu-item-budget {
  background-color: #6C297A;
  border-color: #6C297A;
}

#admin-menu-list.row .menu-item.menu-item-hide {
  background-color: #F7B731;
  border-color: #F7B731;
  display: none !important;
}

#admin-menu-list.row .menu-item.menu-item-accrual-classification {
  background-color: #C3D046;
  border-color: #C3D046;
}

#admin-menu-list.row .menu-item.menu-item-accrued-income {
  background-color: #1B9D58;
  border-color: #1B9D58;
}

#admin-menu-list.row .menu-item.menu-item-accrued-expense {
  background-color: #FA8231;
  border-color: #FA8231;
}

#admin-menu-list.row .menu-item.menu-item-inventory-group {
  background-color: #4AAF4D;
  border-color: #4AAF4D;
}

#admin-menu-list.row .menu-item.menu-item-bank-account {
  background-color: #CF3474;
  border-color: #CF3474;
}

#admin-menu-list.row .menu-item.menu-item-vivid-violet {
  background-color: #9957A7;
  border-color: #9957A7;
}

@media only screen and (max-width: 768px) {
  .hidden {
    display: none !important;
  }

  .date {
    display: none !important;
  }
}

.table th,
#report td {
  padding: 3px;
  vertical-align: top;
  border-top: transparent;
}

.table th,
#report-product td {
  padding: 10px;
  vertical-align: top;
  border-top: transparent;
}

.icon-lookup {
  color: #107aae;
  position: absolute;
  top: 32.5px;
  right: 15px;
  cursor: pointer;
}

.close-modal-material {
  position: absolute;
  right: 23px;
  top: 20px;
}

.title-modal-material {
  /* text-align: center; */
  margin-left: 30px;
  margin-right: 30px;
}

.fit-content {
  padding: 0px !important;
}

/* form {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
} */

/* .site-menubar {
  z-index: 0;
  position: fixed;
  height: 64px;
  overflow: hidden;
  width: 100%;
  font-family: "Roboto", sans-serif;
} */

.dialog-center {
  /* width: 270px; */
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F7F8 !important;
}

/* jika tabel bergaris matikan */

.table-striped tbody tr:nth-of-type(even) {
  border: none;
}

.table-striped-body tbody tr:nth-of-type(odd) {
  background-color: #F5F7F8;
}

/* jika tabel bergaris matikan */

.table-striped-body tbody tr:nth-of-type(even) {
  border: none;
}

/* === style report zebo === */

@media screen and (max-width: 767px) {
  body.page-report .page-content {
    padding: 8px;
  }
}

body.page-report .filter-container {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 69, 80, 0.19);
  z-index: 100;
  padding: 20px;
}

body.page-report .filter-container label {
  line-height: 14px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #3c4550;
  display: inline-block;
  vertical-align: middle;
  padding-right: 4px;
}

.report-viewer-container {
  width: 997px;
  min-height: 705px;
  max-width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.report-exports {
  position: fixed;
  top: 240px;
  right: 30px;
  box-shadow: 0 3px 15px 0 #d8dee2;
}

.report-exports ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}

.report-exports ul li+li {
  border-top: solid 0.5px #d8dee2;
}

.report-exports ul li a {
  display: block;
  padding: 20px;
  width: 80px;
  height: 80px;
  background: #fff;
}

.report-exports ul li a:hover {
  background-color: #e1eef5;
}

#report-preview {
  padding: 30px 40px 60px;
}

#report-preview table {
  width: 100%;
}

#report-preview table.report-preview-header {
  text-align: center;
  margin-bottom: 5px;
}

#report-preview table.report-preview-header th {
  text-align: center;
  height: 18px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#report-preview table.report-preview-header th.company {
  color: #253238;
  padding-top: 20px;
  padding-bottom: 10px;
}

#report-preview table.report-preview-header th.title {
  color: #0078b0;
  padding-top: 10px;
  padding-bottom: 15px;
}

#report-preview table.report-preview-header th.month {
  color: #bf4747;
  border-bottom: solid 0.5px #8fa4af;
  padding-top: 15px;
  padding-bottom: 20px;
}

#report-preview table.report-preview-header th.saldo-title,
#report-preview table.report-preview-header th.saldo-type {
  width: 50%;
  line-height: 16px;
  font-size: 14px;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}

#report-preview table.report-preview-header th.saldo-title {
  color: #bf4747;
  border-bottom: solid 0.5px #8fa4af;
}

#report-preview table.report-preview-header th.saldo-type {
  color: #3c4550;
}

#report-preview table.report-preview-content h3.classification {
  line-height: 19px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0078b0;
  margin: 5px 0 0;
}

#report-preview table.report-preview-content h3.sub-classification {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #0078b0;
  margin: 35px 0 0;
}

#report-preview table.report-preview-content .account-detail {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 20px;
  width: calc(100% - 120px);
}

#report-preview table.report-preview-content .account-detail b.account-code {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 100;
  color: rgba(60, 69, 80, 0.7);
  /* color: black; */
  margin-right: 10px;
}

#report-preview table.report-preview-content .account-detail .account-name {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #3c4550;
  display: inline-block;
  min-width: 250px;
}

#report-preview table.report-preview-content b.account-saldo {
  display: table-cell;
  vertical-align: bottom;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-align: right;
  color: #3c4550;
  width: 120px;
}

#report-preview table.report-preview-content .sub-classification-total {
  margin-top: 30px;
}

#report-preview table.report-preview-content .sub-classification-total b.sub-classification-total-label,
#report-preview table.report-preview-content .sub-classification-total b.sub-classification-saldo {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #47bf84;
  padding-top: 20px;
  border-top: solid 0.5px transparent;
  display: inline-block;
  vertical-align: bottom;
}

#report-preview table.report-preview-content .sub-classification-total b.sub-classification-total-label {
  width: calc(100% - 124px);
}

#report-preview table.report-preview-content .sub-classification-total b.sub-classification-saldo {
  text-align: right;
  border-top: solid 0.5px #8fa4af;
  width: 120px;
  padding-top: 19px;
}

@media screen and (max-width: 767px) {
  #report-preview {
    padding: 20px 20px 60px;
  }

  #report-preview table.report-preview-header th {
    height: 16px;
    font-size: 14px;
  }

  #report-preview table.report-preview-header th.saldo-title,
  #report-preview table.report-preview-header th.saldo-type {
    line-height: 14px;
    font-size: 12px;
  }

  #report-preview table.report-preview-content h3.sub-classification {
    line-height: 14px;
    font-size: 12px;
  }

  #report-preview table.report-preview-content .account-detail b.account-code {
    line-height: 14px;
    font-size: 12px;
  }

  #report-preview table.report-preview-content .account-detail .account-name {
    line-height: 14px;
    font-size: 12px;
  }

  #report-preview table.report-preview-content b.account-saldo {
    line-height: 14px;
    font-size: 12px;
  }

  #report-preview table.report-preview-content .sub-classification-total b.sub-classification-total-label,
  #report-preview table.report-preview-content .sub-classification-total b.sub-classification-saldo {
    line-height: 14px;
    font-size: 12px;
  }
}

.report-invoice {
  padding: 70px 70px 90px;
  min-height: 1200px;
}

.report-invoice h1.title {
  line-height: 57px;
  font-size: 48px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 80px;
  margin-top: 0;
}

.report-invoice .journal-invoice-header {
  margin-bottom: 110px;
}

.report-invoice .journal-invoice-header .header-item {
  margin-bottom: 20px;
  position: relative;
}

.report-invoice .journal-invoice-header .header-item strong,
.report-invoice .journal-invoice-header .header-item span {
  line-height: 18px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #3c4550;
  display: block;
  margin: 0;
  font-weight: 300;
}

.report-invoice .journal-invoice-header .header-item strong {
  color: #000000;
  font-weight: normal;
  width: 120px;
  position: absolute;
  left: 0;
}

.report-invoice .journal-invoice-header .header-item span {
  padding-left: 120px;
}

.report-invoice .journal-invoice-header.row {
  margin-left: 0;
  margin-right: 0;
}

.report-invoice .journal-invoice-header.row .left-side,
.report-invoice .journal-invoice-header.row .right-side {
  width: 100%;
  max-width: 380px;
}

.report-invoice .journal-invoice-header.row .left-side {
  float: left;
}

.report-invoice .journal-invoice-header.row .right-side {
  float: right;
}

.report-invoice .table {
  margin-bottom: 150px;
}

.report-invoice .table .row-th span,
.report-invoice .table .row-td span {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  padding: 0 20px;
}

.report-invoice .table .row-th {
  padding-bottom: 16px;
  border-bottom: solid 1px #e6e6e6;
}

.report-invoice .table .row-th span {
  color: #000000;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .report-invoice .table .row-th {
    display: none;
  }
}

.report-invoice .table .row-td {
  padding: 16px 0;
}

.report-invoice .table .row-td:nth-child(odd) {
  background-color: #f4f7f9;
}

.report-invoice .table .row-td span {
  font-weight: 300;
  color: #3c4550;
}

.report-invoice .table .say {
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: normal;
  padding: 20px;
}

.report-invoice .table .say strong {
  color: #000000;
  margin-right: 10px;
}

.report-invoice .table .say span {
  color: #9c9c9c;
}

.report-invoice .signatures {
  margin-left: -10px;
  margin-right: -10px;
}

.report-invoice .signatures .signature {
  border-bottom: solid 1px #e6e6e6;
  float: left;
  position: relative;
  width: calc(25% - 20px);
  height: 128px;
  margin-left: 10px;
  margin-right: 10px;
}

.report-invoice .signatures .signature span {
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #000000;
}

.report-invoice .signatures.single .signature {
  float: right;
  width: 190px;
}

@media screen and (max-width: 767px) {
  .report-invoice .signatures {
    margin-bottom: 30px;
  }
}

.report-invoice.general-journal .table .row-td span,
.report-invoice.general-journal .table .row-th span {
  float: left;
  padding-right: 0;
}

.report-invoice.general-journal .table .row-td span.no,
.report-invoice.general-journal .table .row-th span.no {
  width: 50px;
}

.report-invoice.general-journal .table .row-td span.code,
.report-invoice.general-journal .table .row-th span.code {
  width: 130px;
}

.report-invoice.general-journal .table .row-td span.desc,
.report-invoice.general-journal .table .row-th span.desc {
  width: 220px;
}

.report-invoice.general-journal .table .row-td span.dept,
.report-invoice.general-journal .table .row-td span.val,
.report-invoice.general-journal .table .row-th span.dept,
.report-invoice.general-journal .table .row-th span.val {
  width: calc(25% - 100px);
}

.report-invoice.general-journal .table .row-td span.val,
.report-invoice.general-journal .table .row-th span.val {
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {

  .report-invoice.general-journal .table .row-td .code-container,
  .report-invoice.general-journal .table .row-th .code-container {
    width: 250px;
  }

  .report-invoice.general-journal .table .row-td span.desc,
  .report-invoice.general-journal .table .row-th span.desc {
    width: 100%;
  }

  .report-invoice.general-journal .table .row-td span.dept,
  .report-invoice.general-journal .table .row-td span.val,
  .report-invoice.general-journal .table .row-th span.dept,
  .report-invoice.general-journal .table .row-th span.val {
    width: calc(25% - 75px);
  }
}

@media screen and (max-width: 767px) {

  .report-invoice.general-journal .table .row-td span.no,
  .report-invoice.general-journal .table .row-th span.no {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .report-invoice .row.account-detail .col-md-5 {
    width: 40%;
  }

  .report-invoice .row.account-detail .col-md-7 {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .report-invoice {
    padding: 50px;
    min-height: 1000px;
  }

  .report-invoice h1.title {
    line-height: 52px;
    font-size: 43px;
    margin-bottom: 50px;
  }

  .report-invoice .journal-invoice-header {
    margin-bottom: 70px;
  }

  .report-invoice .journal-invoice-header .header-item {
    margin-bottom: 15px;
  }

  .report-invoice .journal-invoice-header .header-item span {
    padding-left: 150px;
  }

  .report-invoice .journal-invoice-header.row .left-side,
  .report-invoice .journal-invoice-header.row .right-side {
    max-width: 100%;
  }

  .report-invoice .table {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 850px) {
  .report-invoice {
    padding: 30px;
  }

  .report-invoice .table .row-th span,
  .report-invoice .table .row-td span {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .report-invoice {
    padding: 20px;
  }

  .report-invoice h1.title {
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 36px;
  }

  .report-invoice .journal-invoice-header {
    margin-bottom: 40px;
  }

  .report-invoice .journal-invoice-header .header-item span {
    padding-left: 120px;
  }

  .report-invoice .table {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    width: auto;
    max-width: none;
  }

  .report-invoice .table .row-td {
    position: relative;
    border: solid 1px rgba(216, 222, 226, 0.5);
  }

  .report-invoice .table .row-td span {
    font-weight: normal;
    color: #253238;
    padding: 0;
  }

  .report-invoice .table .row-td span.m-light {
    color: #8fa4af;
    font-weight: 300;
  }

  .report-invoice .table .row-td .m-left-stacked {
    float: none !important;
    display: block;
    width: 100% !important;
    padding-left: 20px;
  }

  .report-invoice .table .row-td .m-left-stacked span {
    padding: 0;
  }

  .report-invoice .table .row-td .m-right-stacked {
    position: absolute !important;
    text-align: right !important;
    top: 20px;
    width: 100% !important;
    padding-right: 20px;
  }

  .report-invoice .table .row-td .m-right-stacked.second {
    top: 44px;
  }

  .report-invoice .table .row-td .m-right-stacked.third {
    top: 68px;
  }

  .report-invoice .table .row-td .m-right-stacked.m-lb::after {
    content: "";
    width: 30px;
    margin-left: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #253238;
    text-align: left;
    display: inline-block;
  }

  .report-invoice .table .row-td .m-right-stacked.m-lb.lb-debit::after {
    content: "D";
  }

  .report-invoice .table .row-td .m-right-stacked.m-lb.lb-credit::after {
    content: "K";
  }

  .report-invoice .table .row-td .m-right-stacked.m-lb.lb-project::after {
    content: "Prjct";
  }

  .report-invoice .table .row-td+.row-td {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  body.page-report {
    /* &:not(.page-report-detail){
    	padding-top: 140px;
    } */
  }

  body.page-report .filter-container {
    display: block;
  }

  body.page-report.page-report-detail .page-breadcrumb {
    display: none;
  }

  body.page-report .nav-back-to-parent {
    display: block;
  }

  body.page-report .navbar-toggler-left.hamburger {
    display: none;
  }

  .report-viewer-container {
    margin-top: 0;
  }

  .report-exports {
    display: none;
    top: 70px;
    right: 10px;
  }

  .report-exports.mobile-show {
    display: block;
  }
}

.padding-unset {
  padding: unset !important;
}

/* === trial balance === */

table.report-preview-content th.headerTab {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

#trial-balance table {
  border-spacing: 1px !important;
  width: 100%;
  border-collapse: unset;
}

.report-preview-content tbody {
  font-size: 11px;
}

table.report-preview-content .center {
  text-align: center;
}

th.headerTab {
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 5px 0 0;
  text-align: center;
  background: #0f78ad;
  color: #fff;
  font-size: 12px;
  padding: 8px 6px 8px 4px;
}

table.small-text td,
table.small-text td.footerTab {
  font-size: 0.7rem;
}

.data td {
  letter-spacing: 0.4px;
  color: #3c4550;
}

.drill {
  cursor: pointer;
}

.right {
  text-align: right;
}

.height-tr {
  height: 45px
}

table.report-preview-content .bold {
  font-weight: bolder !important;
}

.data td.footerTab {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #47bf84;
  padding-top: 20px;
  border-top: solid 0.5px transparent;
  vertical-align: bottom;
  border-top: solid 0.5px #8fa4af;
}

/* ===ledger === */

#report-preview table.report-preview-header .column-title {
  border-bottom: solid 0.5px #8fa4af;
  line-height: 4rem;
}

#report-preview table.report-preview-header {
  text-align: center;
  margin-bottom: 5px;
}

#report-preview table.report-preview-header .column-title th.title-text-left {
  text-align: left;
}

#report-preview table.report-preview-header th {
  text-align: center;
  height: 18px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#report-preview table.report-preview-header .column-title th.title-text-right {
  text-align: right;
  width: 46%;
}

#report-preview table.report-preview-header .column-title .title-saldo {
  display: inline-block;
  width: 32%;
  text-align: right;
}

#report-preview table.report-preview-header .column-title .title-account {
  display: inline-block;
  width: 20%;
  text-align: left;
}

/* /// journal ==== */

table.report-preview-content .color-blue {
  color: #137AAE;
  height: 30px;
  font-weight: lighter !important;
}

.credit-card {
  margin: 15px;
  padding: 20px;
  word-wrap: break-word;
  width: 440px;
  background: #4bb4c6;
  border-radius: 8px;
  color: #e4eaec;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.credit-card .bold-text {
  font-weight: 500;
  font-size: 14px;
}

.credit-card h1 {
  text-shadow: rgba(0, 0, 0, 0.29) 0 3px;
  text-align: center;
  color: #e4eaec;
  margin-bottom: 30px;
  margin-top: 100px;
  font-size: 2.5rem;
}

.credit-card p {
  text-shadow: rgba(0, 0, 0, 0.29) 0 3px;
  margin-bottom: 0 !important;
}

.credit-card .bold-text span {
  font-size: 14px;
  float: right;
}

.discount-text {
  font-size: 12px;
  margin-left: 10px;
}

.equals {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.unset-width {
  min-width: unset !important;
}

.group-button-selected-option {
  display: flex;
  width: 150px;
  background-color: #53b857;
  border-radius: 4px;
  color: white;
  z-index: 1;
}

.sugesstion-bar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sugesstion-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.097);
}

.sugesstion-bar::-webkit-scrollbar-thumb {
  background-color: rgb(191, 191, 191);
  border-radius: 10px;
}

#ct-report tr td {
  white-space: pre;
}