.modal-header {
  display: block;
  padding: 40px 40px 0 40px;
  border-bottom: none;
  min-height: 16.43px;
}

.modal h1 {
  font-size: revert;
  font-size: 36px;
  font-weight: 900;
}

.modal-header button.form-close {
  opacity: 1;
  position: relative;
  border: none;
  padding: 0;
  font-size: 16px;
  font-size: .8rem;
  color: #00709e;
  text-decoration: underline
}

.modal-header button.form-close:hover {
  background: transparent;
  color: #00709e
}

.view-toolbar  {
  border: none;
}


.modal-body {
  position: relative;
  padding: 0 40px 40px 40px;
}

.modal .modal-footer .btn {
  opacity: 1;
  padding: 12px 15px;
}

.modal .modal-footer .btn::after {
  content: "";
}

.cancel {
  display: none !important;
}

/* style specific to address form step */
.view-toolbar .toolbar-actions .view-search .input-group-btn > button[title="Search Results"] {
  padding: 0.35rem 20px;
  line-height: 1.3rem;
  font-size: 14px;
  margin-left: -1px;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}


.modal
  .modal-content
  .modal-body
  .entity-grid
  .view-grid.table-responsive
  .table
  thead {
  display: none;
}

.modal-footer {
  display: block;
  padding: 15px 40px 40px 40px;
  text-align: left;
  border-top: none;
}

.modal-footer > button.remove-value {
  display: none;
}