
#container {
	position: fixed;
	top: 10px;
	bottom: 10px;
	width: 100%;
}

#selContainer .k-dropdown {
	width: 100%;
}

#module {
	min-height: 100px;
	padding: 5px;
}

#docViewer {
	width: 99%;
	height: 100%;
	height: -webkit-fill-available;
	max-height: 98%;
	background-color: aliceblue;
}

div.moduleItem {
	cursor: pointer;
	padding: 4px;
	line-height: 1.8em;
	min-height: 1.8em;
}

#splitter{
	border-style: none
}

#selContainer #projectContainer {
	height: 50px;
}

#selContainer #moduleContainer {
	height: 80%;
}

#selContainer #module {
	height: 100%;
	padding: 5px;
}

#selContainer #module .k-listview-content {
	height: 100%;
}
