﻿.dashboard-graph
{
    background: #F6F6F4;
    margin-right: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 520px;
    min-width: 540px;
    height: 100%;
    padding-left: 20px;
    top: 20px;
    padding-top: 20px;
    float: left;
}


    .dashboard-graph:empty
    {
        display: none;
        margin: 0;
        padding: 0;
        border: 0;
    }

.dash-project
{
    width: auto;
    display: inline-flex;
    height: 100%;
}


.dashboard-content-charts
{
    overflow: auto;
    width: auto;
    top: 30px;
    margin: 0px 36px;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.dashboard-prev, .dashboard-next
{
    display: none;
    position: absolute;
    top: 48%;
    left: 0;
    width: 30px;
    height: 30px;
    background: #918982;
    z-index: 2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

    .dashboard-prev:hover, .dashboard-next:hover
    {
        background: #A5A5A5;
    }

.dashboard-next
{
    left: calc(100% - 30px);
}

.dashboard-auxiliar
{
    height: 88%;
}

.dashboard-content-charts > div > div
{
    height: 100% !important;
}

.dashboard-config
{
    width: 100% !important;
}


div[class^="highcharts-menu"]
{
    font-family: ClearSans-Regular, Verdana, sans-serif;
    font-size: 11px;
    color: #444;
}

    div[class^="highcharts-menu"] > div > div
    {
        padding: 0.2em 1em;
    }

        div[class^="highcharts-menu"] > div > div:hover
        {
            background-color: #fdebe7 !important;
            color: #444 !important;
        }
