.dataTables_wrapper {
  font-family: tahoma;
  font-size: 10px;
  text-align: center;
}

table.dataTable tbody tr.selected {
  color: #02283a !important;
  background-color: #c4d8e2 !important;
}

input, select, textarea {
  color: #390ee1;
}

.highlighted_blue {
  background-color: #ADD8E6 !important;
}

.highlighted_yellow {
  background-color: #FFFF00 !important;
}

li.disabled {
  cursor: not-allowed;
}

li.disabled a {
  pointer-events: none;
}

table {
  table-layout: fixed;
}

td {
  overflow: hidden;
  text-overflow: ellipsis;
}

