.timeline-container {
    position: fixed;
    top: 120px;
    bottom: 90px;
    left: 10px;
    right: 10px;
}

.timeline-part {
    overflow: hidden;
    position: absolute;
}

.timeline-part.right {
    left: 240px;
    right: 0px;
}

.timeline-part.left {
    width: 240px;
    left: 0px;
    border-right: 1px solid #333;
}

.timeline-part.top {
    height: 75px;
    top: 0px;
}

.timeline-part.bottom {
    bottom: 0px;
    top: 75px;
    border-top: 1px solid #000;
}

.timeline-part.right.bottom {
    overflow: scroll;
    
}

.timeline-part.content-layer {
    background-position-x: 1px;
}

.timeline-header-1 {
    top: 0px;
    height: 40px;
    position: absolute;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}

.timeline-header-2 {
    top: 20px;
    height: 20px;
    position: absolute;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    text-align: center;
    font-weight: bold;
    
}

.timeline-header-3 {
    top: 40px;
    height: 20px;
    position: absolute;
    border-left: 1px solid #333;
    
    text-align: center;
}
.timeline-header-4 {
    top: 60px;
    height: 15px;
    position: absolute;
    border-left: 1px solid #333;
    font-size: 9px;
    text-align: center;
}

.timeline-header-4:last-child,
.timeline-header-3:last-child,
.timeline-header-2:last-child {
    border-right: 1px solid #333;
}

.timeline-header-4.selected,
.timeline-header-3.selected {
    text-decoration: underline;
    font-weight: bold;
}

.timeline-left-item {
    border-bottom: 1px solid #666;
    height: 30px;
}

.timeline-left-item.selected {
    background-color: #ccc;
}

.timeline-part.cross-x,
.timeline-part.cross-y {
    
}

.timeline-part.cross-x {
    height: 1px;
    width: 100%;
    background-color: #333;
}

.timeline-part.cross-y {
    height: 100%;
    width: 20px;
    border-left: 1px solid #333;

}

.timeline-part.cross-y:last-child {
    border-right: 1px solid #333;
}

.timeline-part.cross-y.yellow {
    background-color: #ffd;
}

.timeline-part.select-area {
    display: none;
    border: 1px dotted #000;
    background-color: rgba(0,256,256, 0.3);
    position: absolute;
}

.timeline-object {
    overflow: hidden;
    cursor: pointer;
}

.timeline-object.reservation {
    position: absolute;
    height: 29px;
    font-size: 12px;
    line-height: 15px;
}

.timeline-part.top.left .form-control {
    width: 100%;
}

.style-saturday {
    background-color: #f00;
}

.style-sunday {
    background-color: #080;
}

.style-optional {
    background-color: #ff0;
}

.style-final {
    background-color: #0f0;
}

#legend {
    margin-top: 10px;
}

#legend ul {
    list-style-type: none;
    padding:0;
}

.timeline-object-readonly{
    opacity: 0.6;
    cursor: auto;
}

@media (max-width: 768px) {
    .timeline-container {
        top: 70px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #fff;
    }
	.timeline-part.right {
        left: 100px;
    }
    
    .timeline-part.left {
        width: 100px;
        font-size: 9px;
    }
}
