@import '../../app.less';

.module.panel {
  .header {
    text-align: center;
    color: @night-blue;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid @line_color;

    .assets {
      transform: translateY(-1px);
      margin-left: 5px;
      cursor: pointer;
    }

    .assets:hover {
      color: @theme_color;
    }
  }

  .body {
    min-height: 356px;
    padding: 32px 44px;

    .chart-info {
      height: 110px;
      margin-bottom: 24px;

      .chart {
        height: 110px;
        width: 110px;
        margin-right: 22px;
        display: inline-block;
      }

      .info {
        display: inline-block;
        vertical-align: top;
        padding-top: 24px;

        .item {
          display: inline-block;
          margin-right: 24px;

          .title {
            color: @bluey-grey;
            font-size: 12px;
          }

          .data {
            color: @bluey-grey;
            font-size: 12px;

            .text {
              font-size: 18px;
              color: @night-blue;
              margin-right: 2px;
            }
          }
        }
      }
    }

    .list {

      .item {
        display: inline-block;
      }
    }

    .list.col-3 {
      margin: 0 -9px -12px;

      .item {
        width: 120px;
        margin-bottom: 12px;
        margin-left: 9px;
        margin-right: 9px;
      }
    }

    .list.col-4 {
      margin: 0 -10px -12px;

      .item {
        width: 84px;
        margin-bottom: 12px;
        margin-left: 10px;
        margin-right: 10px;
      }
    }
  }
}