.master-reference-input{
  box-sizing:border-box;
  width:100%;
  min-width:9rem;
  height:var(--ui-control-height,36px);
  padding:.38rem .55rem;
  border:1px solid #b8ccc1;
  border-radius:6px;
  background:#fff;
  color:#193226;
}
.master-reference-input:focus{
  border-color:#287653;
  outline:0;
  box-shadow:0 0 0 3px rgb(40 118 83 / 12%);
}
.master-reference-input:disabled{
  background:transparent;
  border-color:transparent;
  color:inherit;
  opacity:1;
}
.plan-grid .master-reference-input,
.estimate-table .master-reference-input,
.estimate-grid .master-reference-input{
  height:27px;
  min-width:10rem;
  padding:.22rem .35rem;
  font-size:inherit;
}
