#pages\:home\:dashboard-panel .vpe-chart-panel {
    width: calc(100% - 20px);
    margin: 30px 10px 0px 10px;
    border-width: 3px 0px 0px 0px;
}
#pages\:home\:dashboard-panel .jqplot-highlighter-tooltip {
    color: black;
    background-color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: bold;
}

#pages\:home\:dashboard-panel table.jqplot-table-legend {
    white-space: nowrap;
}

#pages\:home\:dashboard-panel .dash-fieldset {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
}

#pages\:home\:dashboard-panel .ui-fieldset-legend {
    font-weight: bold;
    color: #666;
    font-size: 1.2em;	
    border: 1px solid #b5bda8;
}

#pages\:home\:dashboard-panel .ui-fieldset-toggler {
    float: right;
}

#pages\:home\:dataset-dash-engine tbody > tr {
    height: 36px;
}


/* 20210702 AdminAssistance Add Toggle Botton css as in dashboard */

#pages\:home\:admin-assistance-panel .vpe-chart-panel {
    width: calc(100% - 20px);
    margin: 30px 10px 0px 10px;
    border-width: 3px 0px 0px 0px;
}
#pages\:home\:admin-assistance-panel .jqplot-highlighter-tooltip {
    color: black;
    background-color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: bold;
}

#pages\:home\:admin-assistance-panel table.jqplot-table-legend {
    white-space: nowrap;
}

#pages\:home\:admin-assistance-panel .dash-fieldset {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
}

#pages\:home\:admin-assistance-panel .ui-fieldset-legend {
    font-weight: bold;
    color: #666;
    font-size: 1.2em;	
    border: 1px solid #b5bda8;
}

#pages\:home\:admin-assistance-panel .ui-fieldset-toggler {
    float: right;
}

#pages\:home\:dataset-dash-engine tbody > tr {
    height: 36px;
}


