.fill {
    min-height: 100%;
    height: 100%;
}

html, body {
    height: 100%;
}

#timeline-menu {
    position: absolute;
    width: 400px;
}

.category-title-wrapper {
    height: 100px;
    min-height: 100px;
    font-size: 28px;
}

#timeline-elements {
    /*width: 100px;*/
    /*height: 100px;*/
    position: relative;
    z-index: 50;
}

.theme-label {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.row-line {
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    height: 24px;
    opacity: 0.5;
}

.row-line-done {
    /*border-left: 2px solid white;*/
    opacity: 1;
}

.row-line-current {
    font-weight: bold;
    font-size: 13px!important;
}

.row-line::before {
    position: absolute;
    content: " ";
    border-radius: 500%;
}

.theme-row-line::before {
    left: -7px;
    top: 2px;
    border: 6px solid white;
}

.subscene-row-line::before {
    left: -5px;
    top: 3px;
    border: 4px solid white;
}

.subscene-label {
    font-style: italic;
    font-size: 11px;
}

#category-menu {
    border-top: 2px solid white;
    padding-top: 10px;
    height: 75px;
    min-height: 75px;
}

.category-icon {
    margin: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#timeline-footer {
    /*background-color: #0C4B91;*/
    height: 75px;
    min-height: 75px;
}

/*Development & Default*/
.menu-categ-1 {
    background-color: rgba(12, 75, 145, 0.8);
}

.footer-categ-1 {
    background-color: #0C4B91;
}

/*Production*/
.menu-categ-2 {
    background-color: rgba(193, 11, 37, 0.8);
}

.footer-categ-2 {
    background-color: #C10B25;
}

/*Performance*/
.menu-categ-3 {
    background-color: rgba(0, 121, 61, 0.8);
}

.footer-categ-3 {
    background-color: #00793D;
}

.timeline-container {
    position: relative;
    margin-top: 0px;

    /*  Should take remaining height  */
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}

.done-line-div {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
}

.done-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    stroke: white;
    stroke-width: 2px;
}

.svgContainer {
    height: 100%;
}