.portlet-search {
  float: right;
}
.portlet-search h2.portlet-title-text {
  display: none;
}
.portlet-search .portlet {
  margin: 0 !important;
  clear: both;
}
.portlet-search .portlet .portlet-content,
.portlet-search .portlet .portlet-minimized .portlet-content-container {
  padding: 0px 0px 0px;
  margin: 2px 0 0;
}
.portlet-search .portlet > .portlet-content-editable {
  border-color: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0 !important;
  border-style: solid;
  border-width: 0px;
}
.portlet-search .portlet > .portlet-content-editable h2 {
  display: none;
}
.portlet-search .portlet:hover > .portlet-content-editable,
.portlet-search .portlet .focus > .portlet-content-editable {
  border-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.portlet-search .portlet .portlet-icon-back {
  display: none;
}
.portlet-search .portlet-borderless header {
  display: none;
}
.portlet-search .portlet-borderless .portlet-content h2.portlet-title-text {
  display: none;
}
.portlet-search fieldset.fieldset {
  position: relative;
}
.portlet-search .icon-monospaced .lexicon-icon {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 8px;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  text-indent: -9999px;
  height: 34px;
  width: 32px;
  background-color: #f3f3f3;
  margin-top: 0px;
  fill: #848484;
}
.portlet-search .form-group-inline {
  vertical-align: top !important;
}
.portlet-search .form-group-inline .form-control {
  display: inline-block !important;
  width: calc(100%);
  vertical-align: top;
  clear: none;
  float: right;
}
.portlet-search .lfr-ddm-field-group-inline {
  display: inline-block !important;
  vertical-align: top !important;
  margin-left: 5px !important;
}
.portlet-search .lfr-ddm-field-group-inline button.btn {
  margin-top: 0px;
}
.portlet-search .lfr-ddm-field-group-inline button.btn .icon-search::before {
  content: "\f002" !important;
}
.portlet-search .lfr-ddm-field-group-inline .icon-monospaced .lexicon-icon {
  display: block;
  line-height: 32px;
  padding: 8px;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  text-indent: -9999px;
  height: 34px;
  width: 32px;
  background-color: #f3f3f3;
  margin-top: 0px;
  fill: #848484;
}
.portlet-search .search-layout .col-md-3 {
  display: none;
}
.portlet-search .search-layout .col-md-9 {
  display: block;
  width: 100% !important;
}
.portlet-search .search-layout .col-md-9 ul.tabular-list-group li.list-group-item .user-icon {
  display: none;
}
.portlet-search .highlight {
  background: transparent;
  font-weight: bold;
  margin: 0 1px;
}
#column-1 .portlet-journal-content-search {
  background: #F7F7F7;
  position: relative;
  z-index: 1000;
}
#column-1 .portlet-journal-content-search::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% + 30px);
  background: #F7F7F7;
  z-index: -1;
  top: -20px;
  left: calc(-1 *((100vw - 100%) / 2));
}
#column-1 .portlet-journal-content-search .portlet-title-text.portlet-title-editable {
  font-size: 22px !important;
  font-weight: normal !important;
  padding-bottom: 13px !important;
  position: relative;
  z-index: 99;
  border-bottom: 1px double #1E4183;
  text-align: left;
  color: #23498a;
  margin: 0 0 22px;
  padding: 0;
}
#column-1 .portlet-journal-content-search .portlet-topper .portlet-title > span:first-child {
  display: none;
}
#column-1 .portlet-journal-content-search .portlet-body .lfr-search-container {
  margin-top: 1.5em;
  overflow: visible;
}
#column-1 .portlet-journal-content-search .portlet-body form > fieldset fieldset.fieldset {
  display: none;
}
#column-1 .portlet-journal-content-search .portlet-body table.table tbody.table-data tr > td.table-cell.last {
  color: transparent;
  position: relative;
  min-height: 32px;
  max-height: 64px;
  display: block;
}
#column-1 .portlet-journal-content-search .portlet-body table.table tbody.table-data tr > td.table-cell.last span.highlight {
  color: transparent;
  background: transparent;
}
#column-1 .portlet-journal-content-search .portlet-body table.table tbody.table-data tr > td.table-cell.last span:not(.highlight) {
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  line-height: 8px;
}
#column-1 .portlet-journal-content-search .portlet-body table.table tbody.table-data tr > td.table-cell.last span:not(.highlight) a {
  color: #00aaff;
}