﻿html, body {
        height: 100%;
        margin:0px;
        overflow:hidden;
}
.row{
    height:50vh;
    max-height:50vh;
    width:100vw;
    overflow:hidden;
}

.sankey-container-panel, .gantt-container-panel {
    display:block;
    width:100vw;
    height:50vh;
    overflow:scroll;
    position:relative;
}

.sankey-container-panel {
    width:95vw;
    left:5vw;
    top:-50vh;
}

 .sankey {
    width:90vw;
}

.gantt {
    display:block;
    width:99vw;
    height:100%;
}

.status-container {
    display:block;
    z-index:20000;
    width:5vw;
    height:50vh;
}

.statuspanel {
    position: absolute;
    top: 40vh;
}