/*****************************

****** CONTROL CYCLING *******

******************************/
.control-energy {
  padding-top: 17px;
  padding-bottom: 17px; }
  .control-energy .section-header {
    border-bottom: solid 3px #e5e5e5;
    float: left;
    margin-bottom: 25px;
    padding: 0 21px 17px;
    position: relative;
    width: 100%; }
    .control-energy .section-header .view-select {
      border: 0;
      display: inline-block;
      margin: 0;
      height: 100%; }
      .control-energy .section-header .view-select__date {
        line-height: normal; }
      .control-energy .section-header .view-select__period {
        border-radius: 30px;
        background-color: #ffffff;
        border: solid 1px #d0d1d2;
        overflow: hidden;
        margin-right: 30px;
        padding-right: 0; }
        .control-energy .section-header .view-select__period > * {
          display: inline-block; }
        .control-energy .section-header .view-select__period .radio-button {
          height: 34px;
          line-height: 34px;
          float: left; }
          .control-energy .section-header .view-select__period .radio-button input:checked + label {
            background-color: #a50034;
            color: #ffffff; }
          .control-energy .section-header .view-select__period .radio-button label {
            min-width: 30px;
            padding: 0 15px !important;
            font-size: 13.5px;
            line-height: 34px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: center;
            color: #333333;
            border-right: solid 1px #d0d1d2; }
            .control-energy .section-header .view-select__period .radio-button label:before {
              display: none; }
          .control-energy .section-header .view-select__period .radio-button:last-child label {
            border-right: 0; }
    .control-energy .section-header .view-title {
      border: 0;
      display: inline-block;
      margin: 0;
      padding-bottom: 17px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      line-height: 34px; }
      .control-energy .section-header .view-title > * {
        float: left;
        margin-left: 30px; }
      .control-energy .section-header .view-title > a {
        cursor: pointer; }
      .control-energy .section-header .view-title__date-text {
        font-size: 19.5px;
        letter-spacing: -0.5px;
        line-height: 36px; }
        .control-energy .section-header .view-title__date-text button {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: solid 1px #d0d1d2;
          position: relative;
          margin-left: 12px; }
      .control-energy .section-header .view-title__today {
        font-size: 13.5px;
        margin: 5px 17px;
        height: 27px;
        width: 74px; }
  .control-energy .section-content .form-group {
    margin: 25px 0 0 0; }
  .control-energy .section-content .target-select {
    height: 65px;
    border-bottom: solid 1px #e5e5e5; }
    .control-energy .section-content .target-select > div {
      display: inline-block; }
    .control-energy .section-content .target-select__page {
      height: 65px;
      line-height: 65px; }
      .control-energy .section-content .target-select__page label {
        font-weight: normal;
        margin-right: 25px; }
    .control-energy .section-content .target-select__label {
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #555555;
      margin-right: 20px; }
    .control-energy .section-content .target-select .btn-small {
      height: 27px;
      line-height: 1;
      margin-top: 20px;
      padding-left: 25px; }
      .control-energy .section-content .target-select .btn-small.chart-icon01 {
        background: url(/images/chart/chart-icon01.png) no-repeat 5px center transparent; }
      .control-energy .section-content .target-select .btn-small.chart-icon02 {
        background: url(/images/chart/chart-icon02.png) no-repeat 5px center transparent; }
      .control-energy .section-content .target-select .btn-small.chart-icon03 {
        background: url(/images/chart/chart-icon03.png) no-repeat 5px center transparent; }
  .control-energy .section-content .energy-chart-head {
    margin-top: 20px; }
    .control-energy .section-content .energy-chart-head .dropdown {
      margin: 0; }
  .control-energy .section-content .energy-chart-content {
    min-height: 400px;
    height: 400px; }

