/*  KODE BILLER */
.search-biller {
  margin: 15px auto;
  float: right;
}

@media screen and (max-width: 768px) {
  .search-biller {
    float: none;
    width: 320px;
  }
  .search-biller .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
  }
  .search-biller .input-group .form-control {
    display: table-cell;
  }
}

.table-kode-biller table tr {
  text-align: center;
}

.table-kode-biller table tr td {
  vertical-align: middle;
}

.table-kode-biller table tr td:first-child {
  text-align: left;
  padding-left: 20px;
}

.table-kode-biller table tr td:first-child span {
  width: 20px;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.table-kode-biller table tr td:first-child .fa {
  font-size: 25px;
}

.table-kode-biller table tr td:first-child .fa.fa-minus-circle {
  color: grey;
}

.table-kode-biller table tr.hidden-row {
  padding: 0 !important;
  display: none;
  background-color: #f9f9f9;
}

.table-kode-biller table tr.hidden-row td {
  /*padding: 0 !important;*/
}

.sitemap-links-wrapper {
  margin-top: 30px;
}

.sitemap-links-wrapper .sitemap-links-data ul {
  margin-bottom: 15px;
}

.sitemap-links-wrapper .sitemap-links-data ul li {
  line-height: 24px;
  font-weight: normal;
  list-style: disc;
}

.sitemap-links-wrapper .sitemap-links-data ul li a {
  margin: 0;
}

.sitemap-links-wrapper .sitemap-links-data > ul {
  margin-top: 10px;
  padding-left: 0;
}

.sitemap-links-wrapper .sitemap-links-data > ul > li {
  font-weight: bold;
  list-style: none;
}

.tentangkami_custom .tabtop > li a {
  background-color: #58595B;
}

.tentangkami_custom .tabtop > li.active a {
  background-color: #f1f1f1;
  color: #1B9BD7;
  font-weight: bold;
}

.table-height {
  height: 390px;
  overflow-y: scroll;
}

.atmtutorial_height table {
  display: table;
}

.atmtutorial_height tr {
  display: table-row;
  height: auto;
}

.atmtutorial_height tr:after {
  display: none;
}
