/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.edit-button-toolbar-enabled {
  z-index: 999000;
}

.edit-button-toolbar-cancel {
  z-index: 999000;
  background-color: #d9534f;
}

.button_edit_class {
  margin: 15px 0;
}

.view-finalized-report {
  z-index: 999000;
  padding: 6px 5px;
  margin: 0 8px;
  color: white;
  font-size: 1em;
  background-color: rgb(0, 146, 206);
}

.view-finalized-report:hover {
  color: white;
}

.edit-title-toolbar {
  font-size: 14px;
  display: inline;
}

.edit-attachments-toolbar {
  margin: 1em 0 0 0;
}

.upload-file-form {
  margin: 2em 0 0 0;
  border: 1px solid rgb(0, 146, 206, 0.5);
  padding: 10px;
}

.upload-files-text {
  font-family: inherit;
  font-size: 1.2em;
}

.field_input_form {
  display: block;
}
