﻿html,
body,
.dx-viewport {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.toolbarButton {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
}

.toolbarButton-detail {
    margin-bottom: 5px;
    float: left;
}

.mvvm-tab-li {
    height: 30px;
}

.toolbar-popup {
    margin-top: 15px;
    height: 35px;
}

.toolbar-popup-detail {
    height: 35px;
}

.mvvm {
    margin-left: 20px;
    height: 45px;
}

.mvvm-frame {
    margin-top: 5px;
}

.mvvm-label {
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 10px;
    width: 120px;
    float: left;
}

.mvvm-value {
    margin-left: 10px;
    margin-top: 3px;
    width: 300px;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 11pt;
    border-top: 0 none;
    border-bottom: 0 none;
}

.dx-overlay-shader {
    /* background-color: rgba(0,0,0,.75); */
}

.dashboard-chart-header {
    /*border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    padding: 2px 3px;
    margin-left: 10px;*/
    float: left;
    color: #a8a8a8;
    font-size: 18px;
    margin-right: 8px;
    z-index: 10;
    max-height: 20px;
}

.dashboard-chart-body {
    border: 1px solid #ccc;
    display: block;
    float: left;
    padding: 2px 3px;
    padding-bottom: 5px;
    margin: 5px;
}
.dashboard-chart-hr {
  border-bottom: solid 1px #ccc;
  float: left;
  display: inline-block;
  height: 10px;
  width: 900px;
}
.dashboard-block-header {
  height: 17px;
  position: relative;
  margin: 0 0 5px;
  width: 2000px;
}
