/***************************\
    Abwesenheit Übersicht
\***************************/

/* Urlaub */
#singleUser {
  width: fit-content;
}

/* Krankheit and Urlaub */
.filter-wrapper {
  border: 1px solid #ced4da;

  .form-select:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 .25rem rgba(108,117,125,.5) !important;
  }

  .filter-submit {
    height: fit-content;
  }

}

#dropdownUserButton,
#dropdownMonthButton,
#dropdownYearButton {
  border: 1px solid #ced4da;
  white-space: normal;
  background-color: #fff;
  &:hover {
    cursor: pointer;
    background-color: #fff;
  }
}

select:hover {
  cursor: pointer;
}

.absence-table td,
.results-table td,
.absence-table th,
.results-table th {
  padding: 1rem !important;
}

.absence-table td,
.results-table td {
  vertical-align: middle;
}
