.notifications{
	margin-bottom: 15px;
	position: relative;
}
.notifications:after {
    content: "Eventi";
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}
.list-group-item:first-of-type {
    border-bottom: 0px;
    height: 46px;
    padding-top: 2px;
    /* padding-left: 53px; */
    /* text-align: right; */
}
.list-group-item:first-of-type a{
	cursor: pointer;
	text-decoration: underline;
}
.no-top-border{
	border-top: 0px;
}
.list-group .list-group-item {
    height: auto;
    min-height: 46px;
    overflow: auto;
}
.list-group-item{
    height: auto;
    min-height: 46px;    
}
.list-group .list-group-item .badge-default {
    background-color: #636c72;
}
.list-group .list-group-item .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.list-group .list-group-item .badge {
	padding: .25em .4em;
	float:right;
	width: 78px;
	height: 20px;
	right: 19px;
	top: 10px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	cursor: pointer;
}
.notification-content{
	border-left: 1px solid #666;
	padding: 2px 15px;
	float:left;
	width: 65%;
	overflow: auto;
}
.notification-date{
	float:left;
	padding: 2px 15px;
	width: 25%;
}
.notification-hidden{
	display: none;
}
.list-group{
	max-height: 200px;
	overflow: hidden;
}
.seen{
	opacity: 0.6;
}
.expand-list{
	width: 64px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 3px;
    text-align: center;
    font-size: 50px;
    line-height: 43px;
    cursor: ns-resize;
    z-index: 1000; 
}
.list-group.max-height-auto{
	max-height: none;
}
.diagram{
background: white;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    max-width: 600px;
    padding: 30px;
    min-height: 400px;
}
.diagram:after{
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;    
}
year{
    display: block;
    position: absolute;
    
    top:2px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    cursor: pointer;     
}
.year-1{
    right: 100px;    
}
.year-2{
    right: 56px;
}
.year-3{
    right: 12px;
}
.bar1:after{
    content: "Statistiche Exclusive";
}
.bar2:after{
    content: "Statistiche Iscritti";
}
.bar3:after{
    content: "Statistiche Smart";
}
.pie1:after{
    content: "Statistiche Fatturato per Servizio";
}
.pie2:after{
    content: "Statistiche Numero Candidati";
}
.pie3:after{
    content: "Statistiche Upgrade Candidati";
}
.pie4:after{
     content: "Fatturato per Tipologia Utente";
}
total {
    display: block;
    color: #ff0000;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 6px;
    font-weight: bold;
}
year.selected{
    background-color: #fed32f;
    border:1px solid #666;
    color: #666;
}
.tab-pane{
    padding-left: 0px;
}
.tab-content{
    padding-left: 0px;
}
#notify-panel .tab-content {
  color : #000;
  padding : 5px 15px;
}

#notify-panel h3 {
  padding : 5px 15px;
}

/* remove border radius for the tab */

#notify-panel .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#notify-panel .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#notify-panel .tab-content {
  padding-left: 0px;
}
.tab-content > .active {
    display: block;
    visibility: visible;
    max-height: 200px;
    overflow: hidden;
}
.tab-content > .active.max-height-auto{
    max-height: auto;
    overflow: visible;    
}