table.dataTable thead tr th td{
  word-wrap: break-word;
  word-break: break-all;
}

.columnFilter {
  width:100%;
}

table.dataTable td {
  vertical-align: middle;
  text-align: left;
}

div.dt-layout-cell.dt-end div.dt-paging .dt-paging-button {
  border: 1px solid #7bb2eb !important;
  border-radius: 5px !important;
  margin: 3px !important;
  background-color: white !important;
  color: #7bb2eb !important;
  font-size: 11px !important;
}

div.dt-layout-cell.dt-end div.dt-paging .dt-paging-button.current {
  background-color: #7bb2eb !important;
  color: white !important;
}

div.dt-layout-cell.dt-end div.dt-paging .dt-paging-button:hover {
  background: #7bb2eb !important;
  color: white !important;
}

.dt-info {
  color:     #929292 !important;
  font-size: 12px !important;
}

.notes-input {
  display: flex;
  align-items: center;
}

.notes-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notes-input:hover .notes-text{
  overflow: visible;
  word-break: break-word;
  white-space: normal; 
}

.notes-input .edit-buttons {
  margin-left: auto;
  padding-left: 4px;
}

.notes-input .edit-buttons i {
  float: right;
  padding-top: 2px;
  padding-bottom: 2px;
}