
.timeline-post-content h6 {
  margin-left: 10px;
}

/* MARKDOWN STYLE */
.mdwtxt p, .mdwtxt h3, .mdwtxt li{
  /* color: #abbba3; */
  color: #a9b9c3;
}
.mdwtxt h3 {
  margin-bottom: 16px;
}
.mdwtxt p {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 17px;
}
.mdwtxt li{
  font-size: 17px;
}

/* TABEL SUPER USER EDITOR */
#tblSuperUser .tblact i{
  margin-right:2px;
}
#tblSuperUser .tblact a{
  color: #253550;
  font-size: 14px;
  transition: all 0.5s ease;
}
  #tblSuperUser .tblact a:hover {
    color: #23ffff;
    font-size: 15px;
  }

/* TABEL LIST AKSES PERUSAHAAN */
#tabelPsh .btn {
  font-weight: normal;
}


/* TABEL SALDO AWAL NERACA */
.tblneraca {
  width: 95%;
}
.tblneraca td, .tblneraca td span.badge {
  font-size: 15px;
  font-weight: normal;
}
.tblneraca > tbody > tr > td {
  /* border-bottom: 1px solid #192539; */
  padding: 8px 5px;
  color: #a1aab5;
}
.tblneraca > tbody > tr {
 transition: all 400ms ease;
}
  .tblneraca > tbody > tr:hover {
    background-color: #0c2555;
    /* border: 1px dashed #677b9b; */
  }
.tblneraca .teksSaldo {
  /* width:170px; */
  font-size:16px;
  text-align: right;
}
.tblneraca svg {
  width: 20px;
  height: 20px;
}

/* Data tables extra style */

input[type="search"] {
  width: 250px;
}
  input[type="search"]:focus {
    border: 2px solid #25d5e4;
  }

.btnAct > .btn {
  padding: 4px 8px;
}
.btnAct > .btn > i {
  font-size: 18px;
}
.input-group-text{
  padding: 0px 6px;
}

.select2-container *:focus {
  border: 2px solid #25d5e4;
}
.teks-kecil {
  font-size: 13px;
}
#sumAktiva, #sumPasiva {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: right;
}
.printAct svg, .printLR svg {
  width: 24px;
  height: 24px;
}
.tagify.form-control {
  height:auto;
}
.bdg_Akun {
  cursor: grab;
}
.jEditBtn {
  display:none;
  position:absolute;
  background-color: #101b2d;
  right:50px;
  top:4px;
  padding-left:4px;
}
.budgetInfoBtn {
  position:absolute;
  right:40px;
  top:15px;
  padding-left:4px;
}

/** TAGIFY STYLE **/
.tags-look .tagify__dropdown__item{
  display: inline-block;
  border-radius: 3px;
  padding: .3em .5em;
  border: 1px solid rgb(111, 105, 105);
  background: #F3F3F3;
  margin: .2em;
  font-size: .85em;
  color: black;
  transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
  color: black;
}

.tags-look .tagify__dropdown__item:hover{
  background: lightyellow;
  border-color: gold;
}

/** DROPDOWN LINE-HEIGHT **/
.btn-group .dropdown-menu a.dropdown-item {
  padding: 9px 8px;
}

#tbljumon > tbody > tr > td {
  border-color: #0e1725 !important;
}