#navbarSupportedContent li {
  margin: 0 5px;
}

.dataTables_length{
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
}

table.dataTable tfoot th, table.dataTable tfoot td{
  padding: 5px;
}

table.dataTable tfoot th input{
  padding: 0px 0px;
  line-height: 1px;
  margin: 0px;
}

table.dataTable tbody td .btn{
  padding: 1px 6px;
}

#idcol input{
  width: 50px;
}

td.highlight {
    background-color: whitesmoke !important;
}

footer{
    padding: 5px;
}

.dt-buttons{
    margin-top: 5px;
}