#planning-editor {
    display: flex;
    height: calc(100% - 35px);
    border: solid 1px rgb(119, 119, 119);
    border-left :none;
}
#planning-editor>div {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
    height: 100%;
    border-left: solid 1px rgb(119, 119, 119);
    position: relative;
}

#planning-editor>div:first {
    border: none;
}

#planning-editor>div>button {
    width:100%;
    height:24px;
}

#planning-editor>div>div {
    height: calc(100% - 50px);
    overflow: hidden;
}

#planning-editor>div>p {
    background-color: #c6cfef;
    padding-left: 20px;
    margin: 0;
    height:24px;
}
    

.pth-workspace {
    border: solid 3px transparent;
}

.pth-workspace>p {
    margin :0;
    padding: 0 5px;
}

label.pth-week-cycle {
    border-radius: 6px;
    border : solid 2px #e7e7e7;
    color: black;
    margin: 2px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

label.pth-week-cycle.pth-selected {
    border : solid 2px #000;
}
.pth-color-cycle1 {  background-color: rgb(255, 255, 255)}
.pth-color-cycle2 {  background-color: rgb(215,215,215);}
.pth-color-cycle3 {  background-color: rgb(180,180,180); }
