#pageContent .tx_solr.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#pageContent .tx_solr * {
  box-sizing: border-box;
}
#pageContent .tx_solr :before,
#pageContent .tx_solr :after {
  box-sizing: border-box;
}
#pageContent .tx_solr #tx-solr-search-form-pi-results {
  background-color: #f2f2f2;
  border: 1px solid #cfcecf;
  padding: 10px;
  margin-bottom: 10px;
}
#pageContent .tx_solr .col-md-2, #pageContent .tx_solr .col-md-3, #pageContent .tx_solr .col-md-9, #pageContent .tx_solr .col-md-10, #pageContent .tx_solr .col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#pageContent .tx_solr .col-md-2 {
  width: 16.66666667%;
}
#pageContent .tx_solr .col-md-3 {
  width: 25%;
}
#pageContent .tx_solr .col-md-9 {
  width: 75%;
}
#pageContent .tx_solr .col-md-10 {
  width: 83.33333333%;
}
#pageContent .tx_solr .col-md-12 {
  width: 100%;
}
#pageContent .tx_solr .row {
  margin-right: -15px;
  margin-left: -15px;
}
#pageContent .tx_solr .row:before,
#pageContent .tx_solr .row:after {
  display: table;
  content: " ";
}
#pageContent .tx_solr .row:after {
  clear: both;
}
#pageContent .tx_solr .facet-option:before {
  content: "+";
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* search form */
}
#pageContent .tx_solr .tx-solr-q {
  border: 1px solid #cfcecf;
  padding: 5px;
  width: 69%;
}
#pageContent .tx_solr .input-group-btn {
  background: linear-gradient(to bottom, #f0f0f0 0, #ffffff 100%);
  border: 1px solid #bdbdbd;
  display: inline-block;
}
#pageContent .tx_solr .tx-solr-submit {
  background-color: #cfcecf;
  padding: 4px 10px 5px 10px;
  margin-right: 10px;
  background: transparent url("../Images/icon/link-intern.jpg") no-repeat right center;
  cursor: pointer;
  overflow: visible;
  border: none;
}
#pageContent .tx_solr .tx-solr-submit span {
  color: #005ea6;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* pagination */
}
#pageContent .tx_solr #tx-solr-pagination {
  margin: 20px 0px;
  height: 20px;
  clear: both;
}
#pageContent .tx_solr #results-per-page {
  float: left;
  margin-bottom: 20px;
}
#pageContent .tx_solr #results-per-page select {
  margin-left: 5px;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* search functions */
}
#pageContent .tx_solr #tx-solr-search-functions div.secondaryContentSection {
  padding: 0px 0px 10px 0px;
  margin: 0px 10px 2.4em 0px;
  width: 100%;
}
#pageContent .tx_solr #tx-solr-search-functions .secondaryContentSection .csc-header {
  padding-left: 10px;
}
#pageContent .tx_solr #tx-solr-search-functions .secondaryContentSection .csc-header h1,
#pageContent .tx_solr #tx-solr-search-functions .secondaryContentSection .csc-header h2,
#pageContent .tx_solr #tx-solr-search-functions .secondaryContentSection .csc-header h3 {
  width: 100%;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* faceting */
}
#pageContent .tx_solr #tx-solr-faceting .facets .facet-option-list {
  padding: 5px 0px 10px 0px;
}
#pageContent .tx_solr #tx-solr-faceting .facets .facet-type-numericRange .facet-option-list {
  width: 85%;
}
#pageContent .tx_solr #tx-solr-faceting .facets .facet-label {
  background-color: #cfcecf;
  padding: 3px 0px 3px 10px;
}
#pageContent .tx_solr #tx-solr-faceting .facets .facet-label a {
  color: #fff;
  font-weight: bold;
}
#pageContent .tx_solr #tx-solr-faceting .facets .facet-result-count {
  color: #999;
}
#pageContent .tx_solr #tx-solr-faceting .facets .dateselector {
  margin-right: 5px;
  width: 85px;
}
#pageContent .tx_solr #tx-solr-facets-in-use li {
  list-style-type: none;
  margin-left: 10px;
}
#pageContent .tx_solr #tx-solr-facets-in-use .facets-remove-all {
  margin-top: 10px;
}
#pageContent .tx_solr #tx-solr-faceting .facets li {
  list-style-type: none;
  margin-left: 0px;
}
#pageContent .tx_solr #tx-solr-faceting .facet-option .d-flex {
  display: inline-block;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* sorting */
}
#pageContent .tx_solr #tx-solr-sorting li {
  list-style-type: none;
  margin-left: 10px;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* results */
}
#pageContent .tx_solr #tx-solr-search .tx-solr-search-word {
  font-weight: bold;
}
#pageContent .tx_solr #tx-solr-search .results-list {
  clear: both;
  padding-top: 25px;
}
#pageContent .tx_solr #tx-solr-search .results-list li {
  list-style: none inside;
  margin-left: 0px;
}
#pageContent .tx_solr .results-entry {
  border-top: 1px solid #BDBDBD;
  padding: 15px 0 20px;
}
#pageContent .tx_solr .results-topic {
  font-weight: bold;
  margin-bottom: 5px;
}
#pageContent .tx_solr .result-content {
  clear: both;
}
#pageContent .tx_solr .results-highlight {
  background: #005ea6;
  color: #FFFFFF;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
  /* frequent searches */
}
#pageContent .tx_solr #tx-solr-frequent-searches ul {
  padding-right: 10px;
}
#pageContent .tx_solr #tx-solr-frequent-searches li {
  list-style-type: none;
  margin-left: 10px;
  display: inline;
}
#pageContent .tx_solr {
  /* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
  /* Changes */
}
#pageContent .tx_solr .facet-option-list .facet-option a {
  background: none repeat scroll 0 0 transparent !important;
  padding-left: 0 !important;
}
#pageContent .tx_solr #tx-solr-facets-in-use ul li a {
  background: none repeat scroll 0 0 transparent !important;
  padding-left: 0 !important;
}
#pageContent .tx_solr .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#pageContent .tx_solr .pagination > li {
  margin-left: -1px;
  margin-bottom: 0.2em;
}
#pageContent .tx_solr .pagination > li > a,
#pageContent .tx_solr .pagination > li > span {
  box-sizing: content-box;
  min-width: 10px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 10px;
  line-height: 1.42857143;
  color: #337ab7;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
}
#pageContent .tx_solr .pagination > li:first-child > a,
#pageContent .tx_solr .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pageContent .tx_solr .pagination > li:last-child > a,
#pageContent .tx_solr .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#pageContent .tx_solr .pagination > li > a:hover,
#pageContent .tx_solr .pagination > li > span:hover,
#pageContent .tx_solr .pagination > li > a:focus,
#pageContent .tx_solr .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
#pageContent .tx_solr .pagination > .active > a,
#pageContent .tx_solr .pagination > .active > span,
#pageContent .tx_solr .pagination > .active > a:hover,
#pageContent .tx_solr .pagination > .active > span:hover,
#pageContent .tx_solr .pagination > .active > a:focus,
#pageContent .tx_solr .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
#pageContent .tx_solr .pagination > .disabled > span,
#pageContent .tx_solr .pagination > .disabled > span:hover,
#pageContent .tx_solr .pagination > .disabled > span:focus,
#pageContent .tx_solr .pagination > .disabled > a,
#pageContent .tx_solr .pagination > .disabled > a:hover,
#pageContent .tx_solr .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
#pageContent .tx_solr .pagination-lg > li > a,
#pageContent .tx_solr .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
#pageContent .tx_solr .pagination-lg > li:first-child > a,
#pageContent .tx_solr .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#pageContent .tx_solr .pagination-lg > li:last-child > a,
#pageContent .tx_solr .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#pageContent .tx_solr .pagination-sm > li > a,
#pageContent .tx_solr .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#pageContent .tx_solr .pagination-sm > li:first-child > a,
#pageContent .tx_solr .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#pageContent .tx_solr .pagination-sm > li:last-child > a,
#pageContent .tx_solr .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#pageContent .tx_solr .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#pageContent .tx_solr .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}