
/*
 * Included in sp.css to keep the "Flow Bandwidth Chart" dialog's styles intact between tab switches
 */
#flowBandwidthChartDialog {
    min-width: 100px;
}
#flowBandwidthChartDialog #outboundInboundBtnSet, #flowBandwidthChartDialog #chartDialogInfoMsg  {
    margin: 5px 0 0 20px;
}

#flowBandwidthChartDialog #chartDialogInfoMsg {
    margin-top: 10px;
    color: #525254;
}

#flowBandwidthChartDialog #chartContainerBottomSection {
    clear: both;
    margin-top: 30px;
}
#flowBandwidthChartDialog .flowBandwidthOverviewLegend {
    float: right;
    position: absolute;
    top: 35px;
    right: 15px;
    z-index: 9999;
}
#flowBandwidthChartDialog .flowBandwidthOverviewLegend td {
    padding-right: 0;
}
#flowBandwidthChartDialog #flowCharts {
    padding: 5px 15px 15px 15px;
}
#flowBandwidthChartDialog .flowBandwidthChartContainer {
    border: var(--gms-border) solid 1px;
    margin: 5px 5px 5px 5px;
    padding: 3px 30px 15px 10px;
    position: relative;
}
#flowBandwidthChartDialog .flowBandwidthChartContainer .chartInfo {
    float: left;
    position: relative;
    top: 3px;
    left: 3px;
    font-size: 1em;
    min-width: 125px;
    padding:0 0 10px 0;
}
#flowBandwidthChartDialog .flowBandwidthChartContainer .chartInfo .li {
    margin-top: 2px;
}
#flowBandwidthChartDialog .flowBandwidthChartContainer .chartInfo span.val {
    margin-left: 5px;
}
#flowBandwidthChartDialog .flowBandwidthChartContainer .chartCloseIcon {
    cursor: pointer;
    float: right;
    margin-right: -23px;
}
#flowBandwidthChartDialog .flowBandwidthChartContainer .chart {
    width: 1600px;
    height: 200px;
    clear: both;
}

#flowBandwidthChartDialog .chartLegLabel, #flowBandwidthChartDialog .flowChartStatusMsg {
    color: var(--gms-text-weak);
}

#flowBandwidthChartDialog .flowChartStatusMsg {
    margin-top: 5px;
}


