* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: 0;
}

html, body{
	/*height: 100%;*/
	width: 100%;
	min-width: 960px;
}

body{
	background: #f9f9f9;
	color: #3B3B3B;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

#page-container{
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

/*--------------- PAGE HEADER -----------------*/

#page-container #header{
	width: 100%;
	height: 56px;
	min-height: 32px;
    min-width: 960px;
	color: #f9f9f9;
	background: #5aaeff;
	border-top: solid 1px #497aba;
	border-bottom: solid 1px #497aba;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	box-sizing: border-box;
}

#page-container #header:before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	border-top: solid 1px #b3daff;
	/*-webkit-box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);*/
	/*box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);*/
	position: absolute;
	top: 0;
}

#page-container #header:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	/*-webkit-box-shadow: 0 0 20px 5px rgba(00,00,00,0.4);*/
	/*box-shadow: 0 0 20px 5px rgba(00,00,00,0.4);*/
	position: absolute;
	bottom: 0;
}

#header .logo{
	float: left;
	margin: 5px 0 0 20px;
	width: 54px;
	height: 80%;
	background: url("../img/logo_round.png") 50% 50% no-repeat;
	background-size: contain;
	z-index: 5;
}

#header .site-name{
	float: left;
	margin: 10px 0 0 5px;
	height: 100%;
	font-size: 25px;
	z-index: 5;
}

#header .alert{
	float: left;
	margin: 5px 0 0 10px;
	padding: 5px 10px;
	overflow: hidden;
	max-height: 44px;
	width: auto;
	background: #ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
	box-sizing: border-box;
}

#header .alert p{
	font-size: 14px;
	line-height: 18px;
	color: #3B3B3B;
	text-decoration: underline;
	cursor: pointer;
}

/*----------HEADER .USER---------*/

#header .user{
	height: 100%;
	position: absolute;
	top: 0;
	right: 1%;
}

#header .user:after{
	content: "";
	display: block;
	clear: both;
}

#header .user div{
	height: 100%;
	float: left;
}

#header .user .notifications{
	width: 54px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

#header .user .notifications p.fa{
	padding: 10px 10px 0 10px;
	width: 100%;
	height: 100%;
	font-size: 34px;
	box-sizing: border-box;
}

#header .user .notifications p.text{
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 15px;
	color: #3b3b3b;
	font-weight: bold;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 2px;
}

#header .user .notifications.notifi-open{
	background: #f9f9f9;
}

#header .user .notifications.notifi-open p.fa{
	color: #5aaeff;
}

#header .user .notifications.notifi-open p.text{
	color: #f9f9f9;
}

#header .user .notifications.notifi-close p.text{
	color: #3B3B3B;
}

#header .user .notifications.notnew{
	opacity: 0.5;
}

#header .user .notifications.notnew p.text{
	opacity: 0;
}

#header .user .link{
	opacity: 0.5;
	cursor: pointer;
}

#header .user .link:hover, #header .user .link:focus, #header .user .link:active{
	opacity: 1;
}

#header .user .user-settings{
	padding: 10px 0 0 0;
	width: 54px;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	box-sizing: border-box;
}

#header .user .user-settings p.fa{
	margin: 0 auto;
	width: auto;
}

@-moz-keyframes cog-rotate{from {-moz-transform:  rotate(0);}	to {-moz-transform: rotate(360deg);}}

@-webkit-keyframes cog-rotate{from {-webkit-transform:  rotate(0);}	to {-webkit-transform: rotate(360deg);}}

@keyframes cog-rotate{from {transform: rotate(0);} to {transform: rotate(360deg);}}

#header .user .user-settings:hover, #header .user .user-settings:focus{
	-moz-animation: cog-rotate 3s infinite linear;
	-webkit-animation: cog-rotate 3s infinite linear;
	animation: cog-rotate 3s infinite linear;
}

#header .user .user-name{
	padding: 15px 10px 0 30px;
	font-size: 20px;
	position: relative;
	box-sizing: border-box;
}

#header .user .user-name p.fa{
	padding: 15px 0 0 5px;
	height: 100%;
	width: 32px;
	font-size: 24px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

#header .logout{
	padding: 18px 0 0 0;
	width: 54px;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
}

/*------------- PAGE MID ----------------*/

#page-container #mid{
	margin-top: 56px;
	margin-left: 180px;
	padding: 20px;
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#page-container #mid:before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	/*-webkit-box-shadow: 0 0 20px 5px rgba(00,00,00,0.4);*/
	/*box-shadow: 0 0 20px 5px rgba(00,00,00,0.4);*/
	position: fixed;
	top: 56px;
	left: 0;
}

#page-container #mid:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	border-bottom: solid 1px #818181;
	/*-webkit-box-shadow: 0 0 20px 5px rgba(00,00,00,0.4);*/
	/*box-shadow: 0 0 20px 5px rgba(00,00,00,0.4);*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#page-container #mid nav{
	display: block;
	width: 180px;
	position: fixed;
	top: 56px;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	z-index: 10;
}

#page-container #mid #page-content{
	width: 100%;
	box-sizing: border-box;
}

/*-------------- PAGE FOOTER ----------------*/

#page-container #footer{
	margin-left: 180px;
	padding-top: 1px;
	height: 70px;
	background: #b5b5b5;
	border-left: solid 1px #dfdfdf;
	position: relative;
	box-sizing: border-box;
}

#page-container #footer:before{
	content: "";
	width: 100%;
	height: 0;
	border-top: solid 1px #dfdfdf;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

#footer .developers{
	padding-top: 5px;
	padding-right: 20px;
	color: #f9f9f9;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
}

#footer .copyright{
	padding-right: 10px;
	color: #f9f9f9;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}

.blink {
	-webkit-animation: blink2 1s linear infinite;
	animation: blink2 1s linear infinite;
}

@-webkit-keyframes blink2 {
	100% {
		/*color: rgba(34, 34, 34, 0);*/
		opacity: 0.1;
	}
}

@keyframes blink2 {
	100% {
		/*color: rgba(34, 34, 34, 0);*/
		opacity: 0.1;
	}
}

#notifications{
	width: 300px;
	height: 389px;
	border: solid 1px #b5b5b5;
	border-top: none;
	background: #f9f9f9;
	position: fixed;
	top: 56px;
	right: 1%;
	box-sizing: border-box;
	z-index: 20;
	overflow: hidden;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

#notifications.closed{
	border-bottom: none;
	height: 0;
}

#notifications .list{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 44px;
	overflow: hidden;
}

#notifications .list ul{
	list-style: none;
	width: 100%;
}

#notifications .list li{
	padding: 3px 0 3px 5px;
	width: 100%;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

#notifications .list li.status-hot{
	background: #ffb8b5;
}

#notifications .list li.status-norm{
	background: #fff4be;
}

#notifications .list li:hover{
	background: #dfdfdf;
}

#notifications .list li h3{
	padding-right: 50px;
	height: 22px;
	font-size: 18px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

#notifications .list li p{
	font-size: 12px;
	height: 13px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

#notifications .list li p.time{
	padding: 5px 5px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

#notifications .menu{
	height: 44px;
	background: #dfdfdf;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#notifications .menu:after{
	clear: both;
}

#notifications .menu div{
	float: left;
	padding-top: 10px;
	font-size: 21px;
	width: 50%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

#notifications .menu div:hover{
	background: #b5b5b5;
}

@media handheld, screen and (max-width: 800px) {
	body{
		min-width: 0;
	}
}