.demo-review-notes-modal-wrapper .modal-body {
  padding: 15px 15px 0;
}
.demo-review-notes-modal-wrapper .modal-header {
  height: 50px;
}
.demo-review-notes-modal-wrapper .modal-header .modal-title {
  font-weight: bold;
}
.demo-review-notes-modal-wrapper div:focus {
  outline: none;
}
.demo-review-notes-modal-wrapper .dx-treelist-select-all .dx-select-checkbox {
  display: none;
}
.demo-review-notes-modal-wrapper .demo-btn-dev {
  margin-bottom: 10px;
}
.demo-review-notes-modal-wrapper .demo-btn-dev .btn-demo-left {
  line-height: 16px;
  background: white;
  color: white;
  border: 1px solid #cccccc;
  outline: none;
}
.demo-review-notes-modal-wrapper .demo-btn-dev .btn-rule-setting {
  padding: 0 10px;
  font-weight: 400;
  font-style: normal;
  outline: none;
  min-width: 100px;
  background-color: white;
  border: 1px solid #dc6900;
  color: #dc6900;
  height: 30px;
  line-height: 16px;
  float: right;
}
.demo-review-notes-modal-wrapper .modal-content {
  cursor: move;
}
.demo-review-notes-modal-wrapper .modal-footer {
  padding-left: 15px;
}
.demo-review-notes-modal-wrapper .modal-footer button {
  width: 115px;
  height: 37px;
  outline: none;
}
