.schedule-rows td {
    width: 80px;
    height: 30px;
    margin: 3px;
    padding: 5px;
    background-color: inherit;
    cursor: pointer;
}
.schedule-rows td:first-child,.schedule-rows td:first-child {
    background-color: transparent;
    text-align: right;
    position: relative;
    top:inherit;
}
.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] {
    background-color: #4a4881;
    border: #7271a3 solid 2px;
}
.schedule-rows td[data-disabled] {
    opacity: 0.55;
}
.schedule-header tr th {
    text-align: center;
}

/* Appliquer un style aux lignes impaires */
.schedule-rows tr:nth-child(odd) {
    background-color: #f2f2f2; /* Exemple: couleur de fond gris clair */
}

/* Appliquer un style aux lignes paires */
.schedule-rows tr:nth-child(even) {
    background-color: #ffffff; /* Exemple: couleur de fond blanc */
}
.time-label { width: 20px !important;}