.toolbar {
    position: relative;
    top: 0px;
    left: 0px;
    height: 32px;
    line-height: 32px;
}

.toolbarItem {
    vertical-align: middle;
    margin-left: 3px;
    padding-bottom: 6px;
}

.table {
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.outerPanel {
    width: 100%;
    border: 1px solid;
}

.outerPanelNoBorder {
    width: 100%;
}

.innerPanel {
    width: 100%;
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
}

.dataChart {
    overflow: hidden;
}
/* no-gutters Class Rules */
.container-fluid.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.tile-analyticsWidget .k-card-body {
    padding: 0.25rem 0.25rem !important
}

.tile-analyticsWidget .k-card-header {
    padding: 0.25rem 0.25rem !important
}