

/* remove datatable search field and number of lines label */
.dataTables_filter,
.dataTables_info,
.dataTables_length{
    display: none;
}


/* datepicker formatting*/
.datepicker td,
.datepicker th
{
    padding: 5px;
    line-height: 1;
    width: 30px;
    height: 30px;
}
.datepicker.dropdown-menu {
    padding: 4px;
}

/* add padding that padges 'Mitglied', ' Teilnehmer' 'Gekündigt' are not to tight*/
.clientcard_heading{
    padding-right: 30px;
}

.participant_green{
    color:green;
}

.participant_red{
    color:red;
}


.navbar {
    padding: 0 !important;
}

.form-control {
    height: calc(1.75rem + 5px);
}

.content-header {
    padding: 9px .5rem;
}

.hidden {
    display: none;
}

.participant-row {
    display: table-row;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  
  .participant-row > * {
    display: table-cell;
    padding: 0.15rem 0.25rem !important;
    vertical-align: top;
  }