.ii-listing-table.modal-body {
  overflow-x: auto;
}
.ii-listing-table .search-result-table {
  background: #d7e1e5;
}
.ii-listing-table .search-result-table .iicon {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.ii-listing-table .search-result-table thead tr th.active {
  padding-right: 25px;
}
.ii-listing-table.ii-table-scrollable {
  overflow-x: auto;
}
.ii-listing-table .table {
  border-collapse: separate;
  border: none;
}
.ii-listing-table .table th,
.ii-listing-table .table td {
  border-color: #d7e1e5;
  vertical-align: middle;
}
.ii-listing-table .table thead th {
  color: #5b6b75;
}
.ii-listing-table .table tbody > tr td {
  border-bottom-width: 0;
}
.ii-listing-table .table tbody > tr:last-child td {
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
}
.ii-listing-table .table tbody > tr td + td {
  border-left-width: 0;
}
.ii-listing-table .table tbody > tr:hover {
  background-color: #f3f9ff;
}
.ii-listing-table .table tbody > tr.selected {
  background-color: #ddeeff;
}
.ii-listing-table .table tbody > tr.selected > td:first-child {
  border-left-color: dodgerblue;
}
.ii-listing-table .table tbody > tr.selected > td:last-child {
  border-right-color: dodgerblue;
}
.ii-listing-table .table tbody > tr.selected:first-child > td {
  border-top-color: dodgerblue;
}
.ii-listing-table .table tbody > tr.selected + tr.selected td {
  border-top-color: dodgerblue;
}
.ii-listing-table .table tbody > tr.selected + tr:not(.selected) td {
  border-top-color: dodgerblue;
}
.ii-listing-table .table tbody > tr:not(.selected) + tr.selected td {
  border-top-color: dodgerblue;
}
.ii-listing-table .table tbody > tr.selected:last-child td {
  border-bottom-color: dodgerblue;
  border-bottom-width: 1px;
}
.ii-listing-table thead tr {
  background: #d7e1e5;
}
.ii-listing-table tbody tr {
  background: white;
}
.ii-listing-table a:link,
.ii-listing-table a:visited {
  color: #5b6b75;
}
/*Sortable Table*/
.ii-listing-table table.table-sortable th {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.ii-listing-table table.table-sortable th a {
  display: block;
}
.ii-listing-table table.table-sortable th:hover,
.ii-listing-table table.table-sortable th:hover a {
  color: #999;
}
.ii-listing-table table.table-sortable th.active,
.ii-listing-table table.table-sortable th.active a {
  color: #a7c3de;
  background: none;
}
.ii-listing-table table.table-sortable td.active {
  font-weight: bold;
  background: none;
}
.ii-listing-table table.table-sortable .iicon-arrow_down,
.ii-listing-table table.table-sortable .iicon-arrow_up {
  visibility: hidden;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  height: 14px;
  margin: auto;
}
.ii-listing-table table.table-sortable th.active .iicon-arrow_down,
.ii-listing-table table.table-sortable th.active .iicon-arrow_up {
  visibility: visible;
}
.ii-listing-table .ii-action-menu-column {
  padding-left: 0px;
}
.ii-listing-table .ii-action-menu-column div {
  min-width: max-content;
}
.ii-listing-table .ii-table-row-clickable {
  cursor: pointer;
}
.ii-listing-table .ii-table-row-clickable:hover {
  color: #a7c3de;
}
