main>div>md-nav-bar>div.md-nav-bar{
	border: none;
}

main{
	height: 100%;
	display: flex;
	flex-direction: column;
}

main>*{
	flex: 1 1 80%;
	min-height: 0px;
}
main>.nav{
	flex: 0 0 48px;
}

*{
	box-sizing: border-box;
	font-family: sans-serif;
}

.completion{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background:rgba(0, 127, 127, 0.15);
	position: absolute;
	pointer-events: none;
}

.loading{
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .5);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}