/* @license
morris.js v0.5.1
Copyright 2014 Olly Smith All rights reserved.
Licensed under the BSD-2-Clause License.
*/


.morris-hover{
    position:absolute;
    text-align: right;
    z-index:1000;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.morris-hover.morris-default-style{
    padding:7px 15px;
    background-color: #37474f;
    box-shadow: 0 2px 2px rgba(0,0,0,.5)
}

.morris-hover.morris-default-style .morris-hover-row-label{
    font-size: 1.2em;
    font-weight: 600;
    white-space:nowrap;
    color:#fff;
}

.morris-hover.morris-default-style .morris-hover-point{
    white-space:nowrap;
    color: #f3f3f3 !important;
    font-weight: 300
}

.morris-legend-items {
    display: inline-block;
    padding:5px 10px 5px 5px;
}
.morris-legend-items > span{
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-right: 10px;
}

.morris-full-content{
    height: 320px !important;
    margin:0 0 -30px;
    overflow: hidden;
	background: #ffffff;
}

@media (min-width: 768px){
    .morris-full-content{
        height: 200px;
    }
}

.morris-donut {
    display: inline-block;
    text-align: center;
    max-width: 200px;
    max-height: 200px;
}
.morris-donut text {
    font-family: @font-family-base !important;
    font-weight: 300 !important;
}
