a {
	outline: 0;
}

div.notification-holder{
	position: fixed;
	z-index: 5000;
	background: 0 0;
	top: 20%;
	right: 0;

}

div.notification{
	z-index: 8000;
	position: absolute;
	top: 0;
	right: 0;
}
div.notification-tab{
	float: right;
	clear: both;
}
div.notification-tab>a{
	outline: 0;
	font-weight: 400;
	color: #000;
	display: inline-block;
	line-height: 16px;
	margin-left: -54px;
	padding: 10px;
	overflow: auto;
	background-color: #f5f5f5;
	/*border: 1px solid #c3cacd;*/
}
div.notification-tab>a:hover{
	background-color: #cbee88;
}


div.notification-tab i.icon, div.notifications .icon{
	color: #fff;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-style: normal;
	display: inline-block;
	float: left;
}
div.notification-tab i.yellow, div.notifications .yellow{
	background: url(/webdav/images/System/notification-sprite.png) 0 0px no-repeat;
}
div.notification-tab i.green, div.notifications .green{
	background: url(/webdav/images/System/notification-sprite.png) 0 -34px no-repeat;
}
div.notification-tab i.red, div.notifications .red{
	background: url(/webdav/images/System/notification-sprite.png) 0 -68px no-repeat;
}


.rotated-text{
	clear: both;
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	margin-top: 10px;
	margin-left: 7px;
}
.rotated-text__inner{
	display: inline-block;
	white-space: nowrap;
	-webkit-transform: translate(0, 100%) rotate(270deg);
	-moz-transform: translate(0, 100%) rotate(270deg);
	-o-transform: translate(0, 100%) rotate(270deg);
	transform: translate(0, 100%) rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform: none;
	-ms-transform-origin: none;
	-ms-writing-mode: tb-rl;

	/*display: inline-block;
	white-space: nowrap;
	-webkit-transform: translate(0, 100%) rotate(90deg);
	-moz-transform: translate(0, 100%) rotate(90deg);
	-o-transform: translate(0, 100%) rotate(90deg);
	transform: translate(0, 100%) rotate(90deg);
	-webkit-transform-origin: 62% -38%;
	-moz-transform-origin: 62% -38%;
	-o-transform-origin: 62% -38%;
	transform-origin: 62% -38%;
	-ms-transform: none;
	-ms-transform-origin: none;
	-ms-writing-mode: vertical-rl;*/
}
.rotated-text__inner:before{
	content: "";
	float: left;
	margin-top: 100%
}
.notification-content{
	float: right;
	position: relative;
	display: none;
	width: 440px;
	min-height: 400px;
	max-height: 500px;
	padding: 40px 0;
	margin-top: -90px;
	color: #fff;
	/*background-color: #3a5506;*/
	background-color: #004c7c;
}
div.notification-content-inner{
	max-height: 400px;
	overflow: auto;
}
.notification-content .heading-wrap{
	text-align: center;
}
.notification-content h2{
	display: inline-block;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	color:#ffffff;
}
.thin{
	font-weight: 300;
}
.large{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.4em;
}
div.notification-content i.icon{
	float: none;
	margin-left: 10px;
	position: relative;
	bottom: 7px;
}
.notification-content .notification-content-inner>span{
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
	margin-top: 50px;
	padding: 0 30px 30px;
}


div.notification.inprogress{
	z-index: 7000;
	top: 152px;
}
div.notification.inprogress.active div.notification-tab i.icon, div.wrap.mNotifications .inprogress i.icon{
	color: #202020;
	background: url(/webdav/images/System/notification-sprite.png) left top no-repeat;
}
.notification-content ul, .notifications ul{
	list-style: none;
	margin: 0;
	padding: 0 30px 30px;
}
.notification-content ul li, .notifications ul li{
	padding: 25px 0;
	border-bottom: 1px solid #ffffff;
}
.notification-content ul li h3, .notifications ul li h3{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.notification-content ul li h3 a, .notifications ul li a h3, .notification-content ul li p a, .notifications ul li a p{
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	font-weight: 300;
	/*font-size: 1.3em;*/
	margin: 0 0 5px;
	text-decoration: none;
}
.notification-content ul li span, .notifications ul li span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	display: block;
	margin: 10px 0 15px;
}
.notification-content ul li p, .notifications ul li p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	margin: 0;
}
#leseweb{
	position: absolute;
	top: 335px;
	margin-left: -55px;
}


