/*!
 *   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;
   }
}
*/
.body {
    font-size:1.3em;
}

.brand-image {
    margin-left:0 !important; 
    max-width: 95% !important; 
}

.navbar-white {
    background-color: #42b8ed !important;
}

.card-body, .card-login-body { 
    background-color: #e9ecef;
}

.card-body-table {
    background-color: #c8e0f8;
}
.login-title {
    font-weight: bold; 
    font-size: 2em;
    padding: 20px ;
    color: #42b8ed  ;
}
.login-card-body {
    border:none;
    padding: 25px;
}

.btn{ 
    border-radius: 20px;
    font-size:1em;
    padding:10px;
}
.btn-primary {
    backgroud-color: #029fe3;
    border:0;
}

.form-control {
    padding:15px;
    font-size:1.3em;
    border-radius:15px;
    border: 1px solid #8a8e91;
    background-color: #a9dbf2;
}

.form-control-select {
    padding: 5px;
    font-size:1.3em;
    border-radius:15px;
    border: 1px solid #8a8e91;
    background-color: #a9dbf2;
    height:auto;
}

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

.table-striped tbody  {
    background-color: #e9ecef;
    border: 1px solid #fff;
}

.table-striped thead  {
    background-color: #b7bbbe;
    border: 1px solid #fff;
}

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

.time-inputs {
    transition: all 0.3s ease;
}