.chytry-kalendar input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.chytry-kalendar .form-control.is-invalid {
  background-image: none;
}

#pripomenuti {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  opacity: 0;
}
#pripomenuti.open {
  max-height: 800px;
  opacity: 1;
}

#kalendar-form {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  opacity: 0;
}
#kalendar-form.open {
  max-height: 600px;
  opacity: 1;
}

#ng-td-result {
  transition: opacity 0.4s ease;
}
#ng-td-result.hiding {
  opacity: 0;
}
