html, body {
	width: 100vw;
	height: 100vh;
}

body > div.container {
	padding-top: 70px;
	padding-bottom: 20px;
	min-height: 100%;
	box-sizing: border-box;
}

body > pre {
	margin-top: 100px;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand > img {
	height: 25px;
	margin: 12px 60px 0 0;
}

/* filebrowser */
.modal-filebrowser div.name {
	cursor: pointer;
}

.modal-filebrowser div.name:hover {
	text-decoration: underline;	
}

.modal-filebrowser ul {
	list-style: none;
}

.modal-filebrowser li > ul {
	display: none;
}

/* developement env */
body.env-dev > .navbar:before {
	display: block;
	content: 'DEVELOPMENT';
	text-align: center;
	background: rgba(255,0,0, 0.5);
	color: white;
	font-weight: bold;
	font-size: 10px
}