.login-form {
    margin: 10px;
    padding: 10px;
    border: solid #ced4da 1px;
    border-radius: 0.25em;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    /*text-align: center;*/
}

.freitag{
    padding: 20px;
    border: solid 10px #FEEC40; 
}

.samstag{
    padding: 20px;
    border: solid 10px #C3374E;
}

.sonntag{
    padding: 20px; 
    border: solid 10px #FEEC40;
}

.helfer{
    padding: 20px;
    border: solid 10px #1C9BD8;
}

.ticket {
    padding: 10px;
    border: solid #ced4da 1px;
    border-radius: 0.25em;
}

.ticket.active {
    background-color: #ced4da;
}

.progressNumber {
    border: 1px solid black;
    border-radius: 100%;
    padding: 2px 0px 3px 9px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}

.progressNumber.done {
    background-color: black;
    color: white;
    border-color: black;
}

.progressTextPrimary span {
  font-size: 16pt;
  text-align: left;
  font-family: 'Aileron', sans-serif;
}

.button.progress {
  margin-top: 0;
}

.progressTextPrimary, .progressTextSecondary {
  display: inline-block;
  width: calc(100% - 50px);
  margin-right: 10px;
}

.progresState .button {
    margin-top: 0;
}

.progressTextSecondary span {
  text-align: left;
  font-family: 'Aileron', sans-serif;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 40px;
}

.progressNumber {
    border: 1px solid black;
    border-radius: 100%;
    padding: 6px 0px 5px 14px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: inline-block;
}

.progressNumber.done {
    background-color: black;
    color: white;
    border-color: black;
}

.progressTextPrimary span {
    font-size: 16pt;
    text-align: center;
    font-family: 'Aileron', sans-serif;
}

.button.progress {
    margin-top: 0;
}

.progressTextPrimary, .progressTextSecondary {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.progressTextSecondary span {
    font-size: 16pt;
    text-align: center;
    margin-left: 0px;
}