.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;
} */

.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
}

.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.sales .ledger-body .right-side .col.project {
  width: 205px;
}

.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;
}

.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;
}

/* 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-delete {
  width: 25px !important;
  text-align: center !important;
}

.col-account {
  width: 25%;
}

.col-currency {
  width: 10%;
}

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

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

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

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

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

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

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

  .col-currency {
    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------------------ */

/* 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;
  }

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

@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%;
}

.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;
}

.center {
  text-align: center;
}

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

/* 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; */
}

@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 {
  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;
}

/* jika tabel bergaris matikan */

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

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

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

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

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

.right {
  text-align: right;
}

/* ===ledger === */

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

.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;
}