html,body {
	height:100%;
    min-height: 100%;
    margin:0;
	background-color: #D1D1D1;
}
.flex-fill {
    flex: 1 1 auto;
}
.min-100 {
    min-height: 100vh;
}
.container {
	background-color: white;
}
.container.fullheight, .container-fluid.fullheight {
    box-sizing: border-box;
    padding-top:56px;
    z-index:1;
    min-height: 100%;
}
.navbar.fullheight {
    height: 56px;
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    background:green;
    z-index:2;
}