*, *::before, *::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

header {
  height: 60px;
  background-color: #f6f6f6;
}

h1 {
  font-family: 'Josefin Slab', serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #ccc;
  line-height: 60px;
  text-align: center;
}

h2 {
	font-family: 'Josefin Slab', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	color: #fff;
  background-color: #aaa;
}

p {
	text-align: center;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
  list-style-type: none;
}

li {
  min-height: 60px;
  line-height: 60px;
  padding: 0 52.5px;
  border-bottom: 1px solid #eee;
  position: relative;
	background-color: #fff;
}

div.page-container {
	height: calc(100% - 60px);
}

div.page-container.menu-open .main-content {
	width: 70%;
	float: right;
}

.menu {
	display: none;
	width: 30%;
	background-color: #555;
	color: #fff;
	float: left;
	height: calc(100% - 60px);
	position: relative;
}

.menu li {
	border: none;
	padding-left: 20px;
	background: none;
	cursor: pointer;
}

div.page-container {
	height: 100%;
}

div.page-container.menu-open .menu {
	display: block;
}

span.list-text {
	display: inline-block;
	width: 95%;
}

nav li span.group-name.selected {
	color: #f4c20d;
	font-weight: bold;
}

ui-view {
	height: 100%;
}

div.head {
	height: 100%;
}
