/* Large devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	.dashboard-nav-bar {
		min-height: 100%;
		position: absolute;
		background-color: #e6e6e6;
		color: white;
		width: 2.75vw;
		font-size: 1.75vw;
		left: 0;
	}
	.dashboard-nav-bar div.collapsable {
		max-height: 0px;
		overflow: hidden;
		transition: max-height 1.1s;
	}
	.dashboard-nav-bar:hover  div.collapsable {
		max-height: 600px;
	}

	.document-height-lg {
		height: 623px;
	}
}
