.non-active, .inv-non-active {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 100px;
	left: 0px;
	text-align: center;
	line-height: 50px;
	-ms-transform: rotate(27deg);
	-webkit-transform: rotate(27deg);
	transform: rotate(27deg);
	z-index: 999;
	/*
	bottom: 50px;
	background-color: alpha(.5);
	*/
	background-color: rgba(155,0,0,.5);
	color: rgba(255,255,255,.8);
	font-size: 150%;
	font-weight: bold;
}

.inv-non-active {
	-ms-transform: rotate(-27deg);
	-webkit-transform: rotate(-27deg);
	transform: rotate(-27deg);
	font-size: 300%;
}

.niver {
	background: url("/img/Birthday-background-vector.png") #ffff00 no-repeat bottom right;
}

.widget-user-2 {
	box-shadow: 0px 0px 2px #000;
}

.main-header .navbar {
	padding-top: 3px;
}

.main-header .logo .logo-lg {
	margin-top: -2px;
}

#chart {
	/*
	width: 600px; 
	height: 350px;
	-webkit-transform: translate( -15%, -10% );
	-moz-transform: translate( -15%, -10% );
	transform: translate( -15%, -10% );
	background-size: cover;
	overflow: hidden;
	*/
	display:flex;
	justify-content:center;
	align-items:center;
}

@media print{
	#noprt{
		display: none;
	}
}
