.tx-trainings td.termin-language {
  text-transform: capitalize;
}

.parsley-errors-list.filled {
  display: block;
  color: #a94442;
  background-color: #f2dede;
  padding: 3px 3px 3px 10px;
  margin-top: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}
.parsley-errors-list.filled li {
  list-style: none;
}

#tx_trainings_modal .training_headline {
  font-weight: bold;
}
#tx_trainings_modal .training_headline li {
  font-weight: normal;
}
#tx_trainings_modal .btn.btn-secondary {
  padding: 0.05rem 0.75rem;
}
#tx_trainings_modal .modal-dialog {
  margin-top: 120px;
  max-width: 800px;
}
#tx_trainings_modal .modal-dialog .closeCCVV {
  float: right;
  color: #fff;
  position: absolute;
  top: 50px;
  height: 0;
  right: 10px;
  line-height: 0;
  font-size: 8vh;
  background: transparent;
  z-index: 1060;
}
#tx_trainings_modal .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
  border: none;
}
#tx_trainings_modal #training_send_status {
  padding: 20px;
}
#tx_trainings_modal_label {
  color: #fff;
  display: inline;
}
.d-none {
  display: none;
}

.clickable {
  cursor: pointer;
}
