@modalidth: 800px;
@modalHeight: 367px;
@modalPadding: 10px 16px;
@primaryColor: #FF8C26;

.dataSelectorModal {
  .u-modal-dialog {
    width: @modalidth !important;
    padding: 0 !important;
  }

  .keyboard {
    .icon-sousuo {
      opacity: 0.75;
    }
  }

  .ok {
    color: #fff;
    background: @primaryColor;
    border: none;
  }

  .u-modal-body {
    height: @modalHeight !important;
    background: #fff;
    padding: @modalPadding !important;
  }

  .u-modal-footer {
    button {
      border-radius: 4px;
      background: #fff;
      color: #000;

      &.ok {
        .ok
      }
    }
  }

  .content {
    height: 100%;


    .table {
      height: 100%;
    }
  }
}
