﻿.dash-filter-grid {
    display: grid;
    /*grid-template-columns: auto auto auto auto;*/
    grid-template-columns: 200px 200px 200px 200px 200px;
    grid-gap: 3px;
    justify-items: center;
    align-items: normal;
    /* start means top */
    align-content: start;
    /*height: 120px;*/
}

.dash-filter-item {
    width: 100%;
    padding-bottom: 10px;
    /*height: 70px;*/
}

.divDashSumLabel {
    display: grid;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 6px;
}

.spanDashSumLabel {
}

.spanDashSumText {
    font-size: 13px;
    color: blue;
    padding-left: 6px;
}

.dash-filter-dropdown {
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    height:35px;
}

.dashboardExportToolbar {
    margin-left: 8px;
}