.blockLink {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.form-control,
.form-date {
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.3rem 0.5rem;
  height: 35px;
  width: 100%;
}
.form-textarea-wrapper textarea {
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.3rem 0.5rem;
  height: 35px;
  width: 100%;
}
.form-type-managed-file .image-preview img {
  border: 1px solid #f6f6f7;
}
.ui-dialog {
  border-radius: 0;
  background: #ffffff;
}
.ui-dialog .ui-dialog-titlebar {
  background: #0000ff;
  color: #ffffff;
  border-radius: 0;
}
.ui-dialog .ui-dialog-content {
  border-radius: 0;
}
.ui-dialog .ui-dialog-content .actions-wrapper {
  background: #f6f6f7;
}
.ui-dialog .ui-dialog-content .actions-wrapper > .row .button:hover {
  background: #7c7d80;
}
