.institution-dashboard .highchart {
	margin-bottom: 30px;
}

/* Analytics Dashboard - leaf nav item (root node without children) styling */
.left-menu .panel-heading-leaf {
    display: block;
    padding: 10px 12px;
    color: #333 !important;
    border-top: 1px solid #DDD;
    font-size: 12px;
    font-family: Arial, sans-serif !important;
    height: 34px;
    line-height: 1.4em;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0 !important;
}
.left-menu .panel-heading-leaf:hover {
    background-color: #6B6B6B !important;
    color: #FFF !important;
}
.left-menu .panel-heading-leaf.nav-active {
    background-color: #F2F2F2;
    border-left: 3px solid #999;
}