/* /Content/Dashboard.less:L1 */
.dashboard .grid .row {
  margin-bottom: 0.625rem;
}
/* /Content/Dashboard.less:L2 */
.dashboard .grid .row .dashboard-chart {
  height: 300px;
  position: relative;
}
/* /Content/Dashboard.less:L7 */
.dashboard .grid .row .dashboard-modulespanel table {
  background-color: transparent;
}
/* /Content/Dashboard.less:L11 */
.dashboard .grid .row .heading.module {
  font-size: 1rem;
  line-height: 1.25rem;
  height: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  overflow-x: hidden;
}
/* /Content/Dashboard.less:L23 */
.dashboard .grid .row .heading.module::before {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: -0.6rem;
}
/* /Content/Dashboard.less:L29 */
.dashboard .grid .row .content.module-items {
  display: none;
}
/* /Content/Dashboard.less:L35 */
.dashboard .grid .row .dashboard-processingmessagespanel li > span {
  white-space: pre-line;
}
