html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #efefef;
	font-size: 14px;
	font-family: "Century Gothic", "Apple Gothic", AppleGothic,
		"Didact gothic", "URW Gothic L", "Avant Garde", Futura, sans-serif;
}

#menu {
	height: 100%;
	width: 300px; position : fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #333;
	overflow-x: hidden;
	padding-top: 20px;
	position: fixed;
}

.menu-header {
	font-size: 1.8em;
	font-weight: bold;
}

.menu-icon {
	height: 20px;
	width: auto;
}

.menu-list {
	width: 100%;
	padding: 0;
}

.menu-list li {
	display: block;
	width: 100%;
	text-align: center;
}

.menu-header {
	color: #fff;
	background-color: #f9b332; text-align : center; margin-bottom : 25px;
	padding: 10px;
	text-align: center;
	text-align: center;
	margin-bottom: 25px;
}

.menu-header img {
	display: inline-block;
	height: 30px;
	width: auto;
}

.menu-list li:hover {
	background-color: #f9b332;
}

.menu-list li a {
	color: #f9b332;
	font-size: 1.6em;
	padding: 15px;
	display: block;
	text-decoration:none;
	
}

.menu-list li:hover a {
	color: #fff;
}

#header {
	padding: 30px;
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
	text-transform: uppercase;
	
}

.header-image {
	height: 120px;
	width: auto;
	display: inline-block;
}

#content {
	width: 100%;
	height: 100%;
}

#container {
	padding: 0px 10px;
	margin-left: 300px;
}

.login-grid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}

.login-grid .ui-widget-content{
	/*background:none;*/
	padding:30px;
}

.header .title{
	display:inline-block;
}

.login-icon{
	height:50px;
	width:auto;
}

#footer {
	height: 30px;
}

.login-title{
	margin-bottom:30px;
}

.red{
	color:#cc0000;
}

.dangerous{
	
}

.menu-list li.dangerous:hover {
	background-color: #cc0000;
}