button.weekChanger{
    margin-top: 0.5rem;
    background-color: #4B4140;
    color: white;
    border-radius: 5.25px;
    border: 1px solid #93979D;
    line-height: 1.5rem;
    font-weight: 900;
}
button.weekChanger:hover {
    cursor: pointer;
    background-color: #8b8180;
}
#previousWeek {
    margin-left: 24px;
}
#previousWeek:disabled {
    color: #93979D;
    background-color: gray;
    cursor: unset;
}
#previousWeek:disabled:hover {
    background-color: gray;
}
#previousWeek.admin {
    margin-left: 0;
    margin-bottom: 0.5rem;
}
#nextWeek {
    float:right;
}
#nextWeek.admin {
    float:right;
    margin-bottom: 0.5rem;
}
#nextWeek:disabled {
    color: #93979D;
    background-color: gray;
    cursor: unset;
}
#nextWeek:disabled:hover {
    background-color: gray;
}

tr.Judit {
    background-color: rgba(162, 158, 155, 0.84);
}
tr.Zoltán {
    background-color: #656565;
}
tr.user-row>td>input:disabled {
    background-color: gray;
}

#beosztas .Judit,#beosztas .Zoltán {
    text-align: center;
}

#szorolap-beosztas-datum #date {
    width: 4rem;
}
#szorolap-beosztas-datum .gomb {
    width: 5.8rem;
}
