#createForm {
  width: 95%;
}
#createForm-header {
  margin-bottom: 2em;
  margin-top: 1em;
}

#createForm-headerRow {
  border: solid 1px;
  width: 100%;

  background-color: #ddebf7;

  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
#createForm-headerRow > label {
  text-align: center;
}

.createForm-itemRow {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  height: 2em;
  /* background-color: #ddebf7; */
}

.detail-page__back-btn {
  align-self: flex-start;
  margin-left: 2.5%;
}
.editform__button {
  align-self: center;
}
.editform__input {
  align-self: center;
}

.edit__delete-form {
}
.edit-page-btn-div {
  display: flex;
  justify-content: space-around;

  width: 10%;
  align-self: flex-start;
}

.delete-form {
  align-self: flex-start;
  margin-left: 2.5%;
}

#editForm-lineItemsContainer > div {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  /*margin: 2%; */
}

#deleteButton {
  background-color: red;
  /*margin-top: 4em;*/

  /*border-radius: 5px;*/
  border: solid 1px;
}

#addRowBtnLine {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

#addRowBtnDiv {
  display: flex;
  justify-content: center;
}

#deleteForm {
  border: dashed 1px;
  padding: 2em;

  margin-top: 2em;

  width: 10em;
  height: 6em;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 5px;
}

#createForm-header {
  margin-bottom: 2em;
  margin-top: 1em;
}
#addRowBtn {
  border: solid 1px;
  border-radius: 5px;
  background-color: aliceblue;
}

/* Container for input field and submit button */
.inputContainer {
  display: flex;
  width: 100%;
}

.costEachInput {
  width: 100%;
  text-align: center;
}

.poNumberInput {
  width: 100%;
}

.partNumSelect {
  width: 100%;
}
.req-table__text {
  margin: 0px;
}
.req-table-row__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
