md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
	width: 280px;
	min-width: 280px;
	max-width: 280px;
	background-color: white;
	justify-content: start;
}
@media only screen and (max-width: 600px) {
	md-sidenav,
	md-sidenav.md-locked-open,
	md-sidenav.md-closed.md-locked-open-add-active {
		width: 250px;
		min-width: 250px;
		max-width: 250px;
		background-color: white;
	}
}

.bn-z-index-70 {
	z-index: 70 !important;
}
.bn-z69 {
	z-index: 69 !important;
}
