.batch-approval .modal-header {
  background-color: #f2f2f2;
  height: 34px;
  padding: 8px 15px;
}
.batch-approval .modal-title {
  float: left;
  font-weight: bold;
  line-height: 20px;
}
.batch-approval .content {
  height: auto !important;
  background-color: white;
  border: 1px solid #e4e4e4;
  width: 100%;
}
.batch-approval .dx-header-row {
  background-color: #eeeeee;
  color: black;
  font-weight: bold;
}
.batch-approval .grid-container {
  height: 500px;
}
.batch-approval .modal-dialog {
  width: 950px;
}
