.morris-hover {
    position: absolute;
    z-index: 1000
}
.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0
}
.container
{
    margin-top: 10px;
    padding-left: 0px !important;
}
.reports_panel > .panel-heading div {
    margin-top: -10px;
    font-size: 14px;
    padding-right: 10px;
}
.reports_panel > .panel-heading span{
    margin-left:5px;
}
.reports_panel > .panel-heading
{
    padding: 10px !important;
}
.clickable{
    cursor: pointer;   
}
.wsdesk_super{
    vertical-align: super;
    font-size: x-small;
    position: relative;
    color: green;
}