@CHARSET "UTF-8";

body, html {
		height: 100%;
		font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		color: #333333;
		font-size: 12px;
		padding:0px;
		margin:0px;
	}
	
	h1, h2, h3, h4, h5, .header {
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	}
	
	/* Allow datepicker to stay on top of modals etc. */
	.datepicker {z-index: 1151 !important;}
	
	
	#nav {
		width:280px;
		height:100%;
		position:fixed;
		box-sizing:border-box;
		background-color:#2c3036;
		margin:0px;
		padding:0px;
		border-right:1px black solid;
		padding-top:100px;
	}
	
	#nav #logo {
		position:absolute;
		top:30px;
		left:15%;
		width:70%;
	}
	
	#nav .header {
		color:#CCC;
		margin-top:20px;
		font-size:20px;
		box-shadow: 0 -1px 0 #21242a inset;
		border-bottom: 1px #3d4047 solid;
		width:100%;
		text-align:center;
		line-height:30px;
		background-position: 20px center;
		background-repeat:no-repeat;
	}
	
	#nav .menuItem {
		padding-left:60px;
		line-height:40px;
		color:#b0b9bf;
		font-size:15px;
		border-top:1px transparent solid;
		border-bottom:1px transparent solid;
	}
	
	#nav .menuItem i, #nav .menuItem span {
		font-size:20px;
		color:white;
		margin-right:10px;
	}
	
	#nav .menuItem:hover, #nav .menuItem .selected {
		background-color:#25292e;
		border-top:1px #1e2125 solid;
		border-bottom:1px #1e2125 solid;
		color:white;
		cursor:pointer;
	}
	
	#main {
		margin-left:280px;
		box-sizing:border-box;
		padding: 50px;
	}
	
	.fancyDiv {
		min-width:600px;
		padding:50px;
		padding-top:0px;
		padding-bottom:0px;
		margin-right:40px;
		box-sizing:border-box;
		display:block;
	}
	
	.fancyDiv h1, h2, h3 {
		width:100%;
		text-align:center;
	}
	
	.greetingBox {
		position:fixed;
		bottom:0px;
		height:100px;
		width:100%;
		box-sizing:border-box;
		left:0px;
		color:#666666;
		border-top:2px #66cc66 solid;
		padding-left:150px;
		background: #ccff99 url(/img/icon_greeting.png) scroll no-repeat 50px center;
		background-size:50px;
		line-height:100px;
		z-index:9999;
		display:none;
		text-align:center;
		font-weight:bold;
		font-size:20px;
	}

	.margin-left-5{
		margin-left: 5px;
	}