/*!
 *   For JambuLuwuk Group v0.0.1
 *   Author: BinJava Source
 *   Website: binjava.id <https://binjava.id>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */
/*!
 *   AdminLTE v3.2.0
 *   Author: Colorlib
 *   Website: AdminLTE.io <https://adminlte.io>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.tab-content {
   border: 1px solid #dee2e6;
   border-top: none;
   padding: 20px;
}

.nav-tabs {
   margin-bottom: -1px;
}

.table-responsive {
   margin-top: 15px;
}

.table td {
   padding: 0.75rem;
   vertical-align: middle;
}

.table thead th {
   vertical-align: middle;
}

.dayofmonth {
   min-width: 120px;
}

.total {
   min-width: 200px;
}

.description {
   min-width: 350px;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0, 0, 0, .02);
}

.table-bordered {
   border: 1px solid #dee2e6;
}

.table td:empty::before {
   content: "-";
   color: #6c757d;
   opacity: 0.5;
}

.table-responsive {
   overflow-x: auto;
   min-height: 0.01%;
}

.account-item {
   display: flex;
   align-items: center;
   gap: 1rem;
   padding: 0.25rem 0;
}

.account-code {
   font-weight: 600;
   min-width: 80px;
   padding: 0 0.5rem 0 0;
}

.account-name {
   flex-grow: 1;
   padding: 0 0.5rem 0 0;
}

/* JsTree theming */
.jstree-header>.jstree-anchor {
   font-weight: bold;
   padding: 0 0.5rem 0 0;
}

.jstree-total>.jstree-anchor {
   font-style: italic;
   padding-left: -20;
}

.jstree-detail>.jstree-anchor {
   padding-left: 20;
   font-weight: 600;
   min-width: 80px;
}

.jstree-total .account-code {
   font-weight: bold;
   color: #d32f2f;
   padding: 0 0.5rem 0 0;
   margin-left: -1.5rem;
}

.jstree-total .account-name {
   font-style: italic;
   padding: 0 0.5rem 0 0;
}

.account-node {
   flex-grow: 1;
   padding: 0 0.5rem 0 0;
}

.invalid-feedback {
   color: #dc3545;
   font-size: 0.875em;
}

.is-invalid {
   border-color: #dc3545 !important;
}

@media screen and (max-width: 767px) {
   .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
   }
}