.datagrid-fixed {
  table-layout:fixed;
}

.datagrid-fixed-validator {
  /* Left-align with input element; 
     top, right, bottom, left
  */
  margin: .25rem 0px 0px 10px;
}

/* Adds elements of BootStrap CSS classes:
     .mx-sm-3 (margin-*)
     .form-control (padding, line-height)
*/
.datagrid-fixed-validator-input {
  padding: 0.375rem 1rem 0.75rem .75rem !important;
}