.black-modal {
  background-color: #0c0c0c !important;
}

.black-modal .close.ui-dialog-titlebar-close {
  color: white !important;
}

.black-modal .no-margin {
  margin: 0;
  padding: 0;
}

.black-modal .name {
  font-size: 13pt;
  font-weight: 800;
}

.black-modal .store-container {
  padding: 10px;
}

.black-modal .store-container.even {
  background-color: #2d2d2d;
}

.black-modal .spacer,
.black-modal .map {
  margin-bottom: 1em;
}

.black-modal .map-button {
  margin-top: 6px;
}

.black-modal .modal-body.ui-dialog-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.black-modal input {
  width: inherit !important;
}

.black-modal .confirm-store-change legend {
  font-size: 14px;
  color: red;
  border: none;
  margin: 0;
}

.form-item-customers-confirm-change.radio {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 15px;
}

.black-modal fieldset[id^='edit-customers-confirm-change'] .fieldset-legend {
  font-size: 13pt;
  font-weight: 600;
}

.black-modal fieldset[id^='edit-customers-confirm-change'] .fieldset-wrapper {
  margin-top: .5em;
}

.black-modal .ji-stores-change-location table thead {
  display: none;
}
