body {
    font-size: 0.9em;
    font-family: sans-serif;
}

.hidden {
    display: none;
}

.overviewtabel {
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.overviewtabel thead tr {
    background-color: gray;
    color: white;
    text-align: left;
}

.overviewtabel th,
.overviewtabel td {
    padding: 6px;
}

.overviewtabel tbody tr:nth-of-type(even) {
    background-color: lightgray;
}

.overviewtabel tbody tr:nth-of-type(odd) td:first-child,
.overviewtabel tbody tr:nth-of-type(odd) td:nth-child(2),
.overviewtabel tbody tr:nth-of-type(odd) td:nth-child(3),
.overviewtabel tbody tr:nth-of-type(odd) td:last-child {
    background-color: #EEE;
}

.overviewtabel tbody tr td:nth-child(2),
.overviewtabel tbody tr td:nth-child(3),
.overviewtabel tbody tr td:nth-last-child(2) {
    text-align: right;
}

.overviewtabel tbody tr td:last-child {
    text-align: center;
}

.overviewtabel thead tr th:last-child,
.overviewtabel tbody tr td:last-child {
    display: none;
}

.overviewtabel tbody tr:last-of-type {
    border-bottom: 2px solid gray
}

.t7 {
    position: relative;
    top: 7px;
    display: none;
}

.datatabel {
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.datatabel thead tr {
    background-color: gray;
    color: white;
    text-align: left;
}

.datatabel th,
.datatabel td {
    padding: 6px;
}

.datatabel tbody tr td {
    vertical-align: top;
}

.datatabel tbody tr:nth-of-type(even) {
    background-color: lightgray;
}

.datatabel tbody tr td:nth-child(1) {
    text-align: right;
}

.datatabel tbody tr:last-of-type {
    border-bottom: 2px solid gray
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal .content {
  background-color: #fefefe;
  margin:5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 410px;
}

.modal .content table tbody tr td {
    vertical-align: top;
}

.modal .content textarea {
  resize: none;
}

.drag-sort-active {
    background: transparent;
    color: transparent;
}

.datatabel tbody tr[draggable=true] td:nth-child(4) {
    display: none;
}

#jserror {
    border: 1px solid black;
    background-color: red;
    color: yellow;
    text-align: center;
    padding: 2px;
}
