html, body {
  height: 100vh; }

.container {
  padding: 0; }
  .container .layui-nav .layui-nav-item {
    line-height: 40px; }
  .container .actions {
    padding-top: 10px;
    padding-left: 14px; }
    .container .actions .layui-form-select, .container .actions .layui-input {
      height: 30px; }
    .container .actions .layui-inline {
      padding-left: 10px; }
  .container .main .layui-table th, .container .main .layui-table td {
    padding: 5px 0;
    line-height: 20px;
    min-height: 20px; }
    .container .main .layui-table th .laytable-cell-1-0-1, .container .main .layui-table td .laytable-cell-1-0-1 {
      line-height: 16px;
      height: 16px; }
  .container .charts-view {
    padding: 10px;
    background-color: #333;
    height: calc(100vh - 60px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start; }
    .container .charts-view .chart-item {
      margin-bottom: 10px;
      border: 2px solid #eee;
      border-radius: 4px; }
      .container .charts-view .chart-item .chart {
        width: 100%;
        height: 100%; }
      .container .charts-view .chart-item.hide {
        border: none; }

h1 {
  text-align: center; }
