.with-background {
  margin-top: 20px;
  padding: 16px 12px 16px 12px;
  background-color: #FFF;
  border-radius: 8px;
  border: 0.2px solid rgba(0,0,0,.125);
  /* box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2); */
}
.table-menus {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.custom-search {
  border-radius: 8px;
  width: 15%;
  padding: 3px;
  height: 30px;
  border: 1px solid #1197BB;
  margin-bottom: 10px;
}
.right-menu {
  flex: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.custom-search > input {
  width: calc(100% - 20px);
  margin: 0 !important;
  border: 0px solid;
  font-size: 14px;
}
.custom-search > input:focus {
  outline: none;
}
.custom-search >input::placeholder {
  color: #96969C;
  font-weight: 100;
}
.custom-search > i.icon {
  position: relative;
  z-index: 2;
  float: right;
  margin-top: -22px;
  margin-right: 10px;
  opacity: 0.5;
}


table.table-accordion-detail th {
  background-color: #DADADA;
  color: #96969C;
}
table.table-accordion-detail td {
  background-color: #F5F5F5;
}
table th.action {
  width: 116px;
}
table th.empty {
  width: 116px;
}
table th.id {
  width: 10px;
}
table th.urutan {
  width: 20px;
}
.table-bordered {
  border: 0px solid rgba(218, 218, 218, 0.5);
  border-width: 1px 1px 0px 0px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border: 0px solid rgba(218, 218, 218, 0.5);
  border-width: 0px 0px 1px 1px;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
table.dataTable > tbody > tr > td[colspan] {
  padding: 0;
}
table.dataTable > tbody tr:hover {
  background-color: rgba(0,0,0,0.05);
}
table.dataTable thead th {
  border-bottom: none !important;
  font-weight: 500;
}
table.dataTable tbody {
  font-weight: 300;
  font-size: 15px;
}
.dataTables_wrapper select {
  margin: 0px 2px 0px 2px;
  border: 1px solid #1197BB;
  border-radius: 4px;
  font-weight: 300;
}
.dataTables_wrapper label {
  font-weight: 100;
  font-size: 13px;
  color: #666;
}
.dataTables_info {
  font-weight: 100;
  font-size: 13px;
  color: #666;
}
.dataTables_paginate .paginate_button {
  font-weight: 100;
  font-size: 13px;
  border-radius: 4px;
}
table.dataTable td.dt-control:before {
  height: 18px;
  width: 18px;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: inset 0 0.05em 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 18px;
  font-weight: 700;
  font-size: 18px;
  content: "+";
  background-color: #EEBA00;
}
table.dataTable tr.shown td.dt-control:before {
  content: "-";
  font-weight: 700;
  background-color: #EEBA00;
}
table.dataTable .footer-row-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
table.dataTable .footer-row-container .icon {
  width: 20px;
  background: url('../dist/img/add-button.png') no-repeat;
}
table.dataTable .footer-row-container .text {
  margin-left: 4px;
  color: #0D7D9F;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
