/* ==================== Start:- Import URL ====================  */
@import url('../fonts/fonts.css');

/* ==================== End:- Import URL ====================  */
/* */

:root {
  --header-height : 50px;
  --display-none  : inline;
  --innner-Content-height: 500px;
}

/* ==================== Start:- common ====================  */
html, body {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}
body {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}
.form-control:focus {
    box-shadow: none !important;
}
a:link, a:active, a:hover, a:visited {
    text-decoration: none;
}
.center-mid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn:focus {
  box-shadow: none !important;
}
.aw-4 {
  width: 4% !important;
}
.aw-96 {
  width: 95.5% !important;
}
@media only screen and (max-width: 1200px) {
  .aw-4 {
    width: 5% !important;
  }
  .aw-96 {
    width: 95% !important;
  }
}
.hidden {
  display: none !important;
}
.visible>span {
  display: inline;
}
.btn {
  transition: .9s;
  -webkit-transition: .9s;
}
.akits-deco {
  border-radius: 5px;
  box-shadow: 0 0 5px #cccbcb;
}
.modal .form-group {
  font-size: 14px;
}
.custom-select {
  font-size: 14px;
}
.bg-blacktrans {
  background-color: #3636365d;
}

@media only screen and (max-width: 992px) {
  input, select {
    color: red;
    font-size: 12px !important;
  }
}
.text-bold {
  font-weight: bold;
}
table {
  width: 100% !important;
}
 .table-plain tr, .table-plain td, .table-plain th {
  border: none !important;
  padding: 0px !important;
}

 .table-nopadding tr, .table-nopadding td, .table-nopadding th {
	padding: 0px !important;
	margin: 0px !important;
}

.bg-gray {
  background-color: #cccbcb;
}
/* ==================== End:- common ====================  */
/* */
/* ==================== Start:- Login ====================  */
.main-sec{
    flex: 1 0 auto;
    background-color: #ffffff;
}
.footer-login {
    flex-shrink: 0;
    background-color: #f1f1f1;
    font-size: 14px;
    text-align: center;
}
.log-div {
    display: flex;
    justify-content: center;
}
.btn-signin {
    background-color: #292929;
    color: #ffffff;
    width: 180px;
    height: 50px;
    -webkit-transition: .9s;
    transition: .9s;
}
.caps-lock {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.btn-signin:hover, .btn-signin:active, .btn-signin:focus {
    background-color: #0a0a0a;
    color: #ffffff;
    box-shadow: none !important;
}
/* ==================== End:- Login ====================  */
/*  */
/* ==================== Start:- Header ====================  */
.header-row {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #ffffff;
}
.header {
    display: flex;
    align-items: center;
}
.header-logo {
    width: auto;
    height: 50px;
    margin-left: 25px;
}
.mbtn-control-div {
  text-align: right;
}
.btn-user {
    position: relative;
}
.popup {
   display: none;
   position: absolute;
   top: 96%;
   right: 10px;
   border-radius: 5px;
   background-color: #ffffff;
   box-shadow: 0 0 2px #a7a6a6;
   z-index: top;
}
.show-popup {
    display: block;
    animation: fadeIn ease-out .9s;
    -webkit-animation: fadeIn ease-out .9s;
    -moz-animation: fadeIn ease-out .9s;
    -o-animation: fadeIn ease-out .9s;
    -ms-animation: fadeIn ease-out .9s;
}
.hide-popup {
  display: none;
    animation: fadeIn ease-out .9s;
    -webkit-animation: fadeIn ease-out .9s;
    -moz-animation: fadeIn ease-out .9s;
    -o-animation: fadeIn ease-out .9s;
    -ms-animation: fadeIn ease-out .9s;
}
.btn-edit {
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 12px;
  transition: .9s;
  -webkit-transition: .9s;
  -moz-transition: .9s;
}
.btn-edit:hover {
  color: #ffffff;
  background-color: #000000;
}
/* Start:- Animation */
@keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
/* End:- Animation */
.popup-heading {
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.popup-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d6d6d6;
}
/* ==================== End:- Header ====================  */

/* ==================== Start:- Breadcrumb and Buttons ====================  */
.breadcrumb-main-div {
  background-color: #e9ecef;
}
.breadcrumb {
  border-radius: 0;
  margin: 0;
  padding: 0px;
}
.control-btn-div {
  padding: 5px 0 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #e9ecef;
}
.breadcrumb-item>a {
  color: #272727;
}

/* ==================== End:- Breadcrumb and Buttons ====================  */

/* ==================== Start:- Nav ====================  */
.akits-nav {
  height: 100%;
}
.nav-link:link, .nav-link:visited{
  padding: 10px 15px !important;
  color: #5f5f5f;
  transition: .3s;
  -webkit-transition: .3s;
}
.nav-link:hover, .nav-link:active {
  color: #000000 !important;
}
.nav-link-text {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.nav-active {
  color: #000000 !important;
  background-color: #c7c4c441;
}
.btn-close {
  display: none;
}
.btn-menu {
  position: absolute;
  left: 95%;
  top: 0%;
  z-index: 100;
  height: 100%;
  color: #181717e5;
  background-color: #dddddd;
  font-size: 10px;
  border-radius: 0;
  padding: 0 2px;
  transition: .9s;
  -webkit-transition: .9s;
}
.btn-menu:hover {
  color: #0a0a0a;
  background-color: #cacaca;
}
.menu-button-div {
  display: none;
}
.srotate {
  transition: .6s;

  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
/* Start:- Mobile */
  .akits-nav-main {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    margin-top: 0px;
    border-right: none;
    background-color: #000000d2;
    overflow-x: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .nav-link {
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
  }
  .nav-link:link, .nav-link:visited{
    padding: 20px;
    color: #dfdfdf;
  }
  .nav-link:hover, .nav-link:active {
    color: #e7e3e3 !important;
  }
  .nav-link-text {
    display: inline;
  }
  .nav-active {
    background-color: #f8f8f89f;
    color: #000000 !important;
  }
  .menu-button-div {
    text-align: right;
    display: block;
  }
  .btn-menu {
    display: none;
  }
  .btn-close {
    color: #ffffff;
    font-size: 22px;
    display: inline;
  }
  .n-hidden {
    display: inline !important;
  }

/* End:- Mobile */
@media only screen and (max-width: 991px) {
  .akits-nav-main{
    transition: .1s;
  -webkit-transition: .1s;
  }
  .nav-link {
   padding-left: 20px;
  }
  .n-hidden {
    display: none;
    transition-delay: .9s;
  }
  .btn-menu {
    left: 95%;
  }
}
/* ==================== End:- Nav ====================  */

/* DashBoard */




/* DashBoard */

/* ==================== Start:- Content ====================  */
.akits-content-row {
  height: calc(100% - var(--header-height));
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.akits-content-main {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.akits-content {
  margin: 0;
  flex: 1 0 auto;
}
.akits-content-center {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
.footer-content {
  flex-shrink: 0;
  background-color: #f1f1f1;
  font-size: 13px;
  text-align: center;
  margin: 0;
}
.akits-content-common {
  height: var(--innner-Content-height);
  overflow: auto;
}
    /* ==================== Start:- Content Accounts ====================  */
    .akits-content-anames {
      height: var(--innner-Content-height);
      overflow: auto;
    }


    .akits-content-jentry {
      height: var(--innner-Content-height);
      overflow: auto;
    }
    .card-header {
      background-color: #d6d4d4;
    }
    .card-header button:after {
      content: "\f077";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 12px;
      float: right;
      color: #0f0f0f;
    }
    .card-header button.collapsed:after {
      content: "\f078";
    }
    .card-sub-header {
      background-color: #f8f8f8;
    }
    .card-sub-header button:after{
      content: "\f0d8";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 12px;
      float: right;
      color: #0f0f0f;
    }
    .card-sub-header button.collapsed:after {
      content: "\f0d7";
    }
    .j-entry-header-row {
      width: 100%;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1;
      background-color: #e6e6e6;
    }
    .j-entry-header {
      font-size: 16px;
    }
    .j-entry-header-date-drop {
      width: 250px;
      padding: 10px;
    }
    .j-entry-date {
      font-size: 12px;
    }
    .j-entry {
      font-size: 13px;
      text-align: justify;
    }
    .j-entry-value {
      font-size: 13px;
      text-align: right;
    }
    .j-entry-value>label {
      color: #3270ce;
      cursor: pointer;
    }
    .btn-j-entry {
      position: absolute;
      right: 0;
      top: 2px;
      padding: 2px 5px !important;
    }
    @media only screen and (max-width: 992px) {
      .header-aname, .header-adescription {
        display: none;
      }
    }
    /* ==================== End:- Content Accounts ====================  */

    /* ==================== Start:- Jurnal Entry ====================  */
    .journal-row-head {
      background-color: #cccbcb;
    }
    .journal-row-detail {
      background-color: #f1f1f1;
    }

    .journal-row-detail .btn-dark>i, .journal-row-head .btn-dark>i {
      display: none;
    }

    @media only screen and (max-width: 1200px) {
      .journal-row-detail .btn-dark>span, .journal-row-head .btn-dark>span {
        display: none;
      }
      .journal-row-detail .btn-dark>i, .journal-row-head .btn-dark>i{
        display: block;
      }
    }

    /* ==================== End:- Jurnal Entry ====================  */

    /* ==================== Start:- Users Content Settings ====================  */
    .btn-settings {
      width: 100%;
      height: 100%;
      color: #000000;
      background-color: #ffffff;
      border-radius: 5px;
      box-shadow: 0 2px 5px #3d3d3d;
    }
    .btn-settings:hover, .btn-settings:focus {
      color: #ffffff;
      background-color: #252525;
      box-shadow: 0 2px 5px #acaaaa;
    }

    .btn-settings>i {
      font-size: 30px;
    }

    .detail-row {
      border: 1px solid  #d6d6d6;
      border-radius: 5px;
      font-size: 15px;
    }


    @media only screen and (max-width: 767px) {

      .detail-row {
        border: 1px solid  #d6d6d6;
        border-radius: 5px;
        font-size: 12px;
      }
    }
    /* ==================== End:- Users Content Settings ====================  */


    /* ==================== Start:- Permission Settings ====================  */
    .per-heading {
      background-color: #e0e0e0;
      overflow: hidden;
    }
    .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      border-color: #32da48 !important;
      background-color: #32da48 !important;
    }
    .details-row {
      margin: 2px 0 0 0;
      padding: 0;
      border-bottom: 1px solid #d6d6d6;
    }
    .permission-name {
      display: inline;
      overflow: hidden;
    }
    /* ==================== End:- Permission Settings ====================  */


    /* ==================== Start:- Account Master Settings ====================  */
    .chart-of-accounts-catheading {
      background-color: #cccbcb;
    }

    .chart-of-accounts-subCatheading {
      background-color: #e5e2e2;
    }
    .chart-of-accounts-cbtn {
      display: flex;
      justify-content: flex-end;
    }
    /* ==================== End:- Account Master Settings ====================  */


    /* ==================== Start:- Company List Settings ====================  */
    .details-row-controls {
      text-align: right;
    }

    /* ==================== End:- Company List Settings ====================  */

/* ==================== End:- Content ====================  */



/* ==================== Start:- Reports ====================  */

.final-doc {
  width: 21cm;
  font-size: 12px;
}

/* ==================== End:- Reports ====================  */