#tablazatDiv {
    display: flex;
}

.datepicker {
    padding: 6px;
}

table.dataTable  > thead > tr > th {
  font-size: 0.7em;
}

table.dataTable tbody {
    
  white-space: nowrap
}

table.dataTable > tbody > tr > td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 10px;
    font-size: 1em;
}

.set-width {
  width: 70px;
}

.fill-height {
    min-height: 80vh !important;
}

.progress {
    height: 10px;
}

.disabled-link {
  pointer-events: none;
}

footer {
    background-color: rgba(94, 105, 245, 0.6);
    text-align: center;
}