* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, table, th, tr, td, tbody, tfoot {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

ul {
	padding-left: 20px;
}

.main {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
}

.header {
	border: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
	min-height: 60px;
}

.main-section {
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 100%;
	display: block;
}

.left-pane {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none;
	width: 70px;
}

.left-panel-content {
	width: 100%;
	bottom: 60px;
	top: 0;
	position: absolute;
}

.left-panel-footer {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 18px;
	padding: 0 !important;
	position: absolute;
	top: auto !important;
	width: 100%;
	z-index: 1000;
}

.header .header-left {
	float: left;
	font-size: 2em;
	text-align: center;
	width: 190px;
}

.header .header-center {
	float: left;
	left: 20px;
	position: relative;
	top: 0px;
	min-width: 500px;
}

.header  .header-right {
	float: right;
	height: 60px;
	line-height: 30px;
	vertical-align: middle;
}

.content {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none;
	width: 100%;
}

.content .vbox>.scrollable {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.vbox {
	display: table;
	border-spacing: 0;
	position: relative;
	height: 100%;
	width: 100%;
}

.hbox {
	display: table;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

.hbox.stretch {
	height: 100%;
}

.scrollable {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: auto;
}

.padder {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
