@import '../../../style/values';

:host {
  .cusDateTime {
    width: 500px;
  }
  .panel-heading {
    text-align: center;
    i{
      cursor: pointer;
      &:hover{
        color: @default-color;
      }
    }
    .wb-chevron-left {
      float: left;
    }
    .wb-chevron-right {
      float: right;
    }
  }
  .panel-body {
    padding: 0;
  }
  .days {
    th, td {
      text-align: center;
    }
    td {
      height: 71px;
    }
    .form-control {
      text-align: center;
    }
    span.disabled {
      line-height: 32px;
    }
  }
  .table {
    table-layout: fixed;
  }
}