.modal-header {
  padding: 0;
}

/* The Modal (background) */
.tmx-report-issue-modal {
  display: none;
  /* ---------- Hidden by default ---------- */
  position: fixed;
  /* ---------- Stay in place ---------- */
  z-index: 9999;
  /* ---------- Sit on top ---------- */
  padding-top: 55px;
  /* ---------- Location of the box ---------- */
  left: 0;
  top: 0;
  width: 100%;
  /* ---------- Full width ---------- */
  height: 100%;
  /* ---------- Full height ---------- */
  overflow: auto;
  /* ---------- Enable scroll if needed ---------- */
  background-color: black;
  /* ---------- Fallback color ---------- */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* ---------- Modal content ---------- */
.tmx-report-issue-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px 20px 0px 20px;
  border: 1px solid #888;
  width: 750px;
}

.tmx-report-issue-close:hover,
.tmx-report-issue-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.tmx-report-issue-text-area {
  height: 70px !important;
}

#portlet_com_trimedx_liferay_report_issues_ReportIssuesPortlet {
  height: 0px;
  margin-bottom: 0px;
}