
#tx-solr-search {
  margin-left: -50px;
  padding-left: 20px;
}

#tx-solr-search .wrapper-form {
  margin-left: -20px;
}

.objectdb-search-result .wrapper-form,
.knowledge-search-result .wrapper-form {
  margin-bottom: 50px;
}

.content #tx-solr-search .teaser.textpic {
  margin-left: 0px;
}

#tx-solr-facets-in-use li,
#tx-solr-faceting .facets li,
#tx-solr-sorting li,
#tx-solr-search .results-list li {
  background: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#teaserwall .wall-item {
  float: left;
  overflow: hidden;
  width: 143px;
}

#teaserwall .wall-item img {
  display: block;
}

#teaserwall .wall-item .text {
  background-color: #f0f0f1;
  display: block;
  padding: 9px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* search form */

.tx-solr-search-form {
}

.tx-solr-q {
}

.tx-solr-submit {

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* pagination */

#tx-solr-pagination-results-per-page {
  float: left;
}

#tx-solr-pagination-results-per-page select {
  margin-left: 5px;
}

#tx-solr-search .tx-pagebrowse-pi1 {
  margin-left: -20px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* search functions */

#tx-solr-search-functions div.secondaryContentSection {
  padding: 0px 0px 10px 0px;
  margin: 0px 10px 2.4em 0px;
  width: 100%;
}

#tx-solr-search-functions .secondaryContentSection .csc-header {
  padding-left: 10px;
}

#tx-solr-search-functions .secondaryContentSection .csc-header h1,
#tx-solr-search-functions .secondaryContentSection .csc-header h2,
#tx-solr-search-functions .secondaryContentSection .csc-header h3 {
  width: 100%;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* faceting */

#tx-solr-facets-available {
  float: left;
  width: 420px;
}

#tx-solr-facets-in-use {
  float: right;
  margin-top: 43px;
  width: 150px;
}

#tx-solr-faceting {
  border-top: 1px dotted #A2A2A3;
  margin-bottom: -10px;
  margin-top: 25px;
}

#tx-solr-faceting .facets .csc-header {
  padding: 0 0px 0 10px;
}

#tx-solr-faceting .facets .facet-option-list {
  padding: 5px 0px 10px 0px;
}

#tx-solr-faceting .facets .facet-type-numericRange .facet-option-list {
  width: 85%;
}

#tx-solr-faceting .facets .facet-label {
  color: #424242;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-left: 0;
}

#tx-solr-faceting .facets .facet-result-count {
  color: #999;
}

#tx-solr-faceting .facets .dateselector {
  margin-right: 5px;
  width: 85px;
}

#tx-solr-facets-in-use h3 {
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

#tx-solr-facets-in-use .facets-remove-all {
  margin-top: 10px;
}

#tx-solr-faceting ul {
  margin: 10px 0 0 0;
  padding-top: 5px;
}

#tx-solr-faceting .facets {
  margin-top: 0;
}

#tx-solr-faceting .facets li {
  float: left;
  margin-right: 0;
  width: 200px;
}

#tx-solr-faceting li.facet-main_category {
  float: right;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* sorting */

#tx-solr-sorting {
  border-top: 1px dotted #A2A2A3;
  margin-top: 25px;
}

#tx-solr-sorting ul {
  margin-bottom: 0;
}

#tx-solr-sorting li {
  display: inline;
  margin-right: 20px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* results */

#tx-solr-search .tx-solr-search-word {
  font-weight: bold;
}

#tx-solr-search .results-list {
  margin-left: -20px;
  margin-top: 10px;
  width: 610px;
}

#tx-solr-search .results-list li {
  margin-bottom: 20px;
  padding-left: 20px;
}

.results-entry {
  border-bottom: 1px dotted #A2A2A3;
  margin-bottom: 20px;
}

.results-entry:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.results-topic {
  float: left;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0;
}

.relevance {
  float: right;
}

.result-content {
  clear: both;
}

.results-highlight {
  background: #fdee53;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* relevance */

.relevance {
  float: right;
  height: 20px;
}

.relevance-label,
.relevance-bar,
.relevance-percent {
  color: #878787;
  float: left;
  font-size: 0.83333333333333em;
  font-weight: bold;
  margin-right: 3px;
}

.relevance-bar {
  height: 20px;
  padding-top: 3px;
}

.tx-solr-relevance-bar {
  width: 100px;
  height: 8px;
  border: 1px solid #ccc;
  font-size: 1px;
  padding: 1px;
}

.tx-solr-relevance,
.tx-solr-relevance-fill {
  margin-right: 0px !important;
  height: 8px;
  padding: 0px;
  float: left;
}

.tx-solr-relevance {
  background-color: #f18f0b;
}

.tx-solr-relevance-fill {
  background-color: #ccc;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* frequent searches */

#tx-solr-frequent-searches ul {
  padding-right: 10px;
}

#tx-solr-frequent-searches li {
  list-style-type: none;
  margin-left: 10px;
  display: inline;
}

.tx-solr-frequent-term-14 {
  font-size: 14px;
}
.tx-solr-frequent-term-15 {
  font-size: 15px;
}
.tx-solr-frequent-term-16 {
  font-size: 16px;
}
.tx-solr-frequent-term-16 {
  font-size: 16px;
}
.tx-solr-frequent-term-17 {
  font-size: 17px;
}
.tx-solr-frequent-term-18 {
  font-size: 18px;
}
.tx-solr-frequent-term-19 {
  font-size: 19px;
}
.tx-solr-frequent-term-20 {
  font-size: 20px;
}
.tx-solr-frequent-term-21 {
  font-size: 21px;
}
.tx-solr-frequent-term-22 {
  font-size: 22px;
}
.tx-solr-frequent-term-23 {
  font-size: 23px;
}
.tx-solr-frequent-term-24 {
  font-size: 24px;
}
.tx-solr-frequent-term-25 {
  font-size: 25px;
}
.tx-solr-frequent-term-26 {
  font-size: 26px;
}
.tx-solr-frequent-term-27 {
  font-size: 27px;
}
.tx-solr-frequent-term-28 {
  font-size: 28px;
}
.tx-solr-frequent-term-29 {
  font-size: 29px;
}
.tx-solr-frequent-term-30 {
  font-size: 30px;
}
.tx-solr-frequent-term-31 {
  font-size: 31px;
}
.tx-solr-frequent-term-32 {
  font-size: 32px;
}
.tx-solr-frequent-term-33 {
  font-size: 33px;
}
.tx-solr-frequent-term-34 {
  font-size: 34px;
}


/*
========================================
           Modified styling
========================================
*/

#tx-solr-search-form-pi-results input[type="text"] {
  width: 562px;
}

/*
========================================
           T3 8 upgrade styling
========================================
*/

.content .csc-header h3 {
  margin-bottom: 20px;
  margin-top: 0;
}

#tx-solr-sorting ul.dropdown-menu {
  margin-top: 25px;
}

.solr-pagination {
  border-top: 1px dotted #A2A2A3;
  margin: 20px 0 50px -20px;
}

.solr-pagination ul.pagination {
  list-style: none inside none;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.solr-pagination ul.pagination li {
  display: inline;
  background: none !important;
  letter-spacing: -1px;
  padding: 2px 4px;
}

.solr-pagination ul.pagination li.active {
  border: 1px solid #2E518C;
}

.solr-pagination ul.pagination li.next,
.solr-pagination ul.pagination li.previous {
  float: left;
  line-height: 0;
  letter-spacing: -1px;
  margin-left: 20px;
  margin-top: -5px;
  padding: 0;
}

.solr-pagination ul.pagination li.next {
  margin-right: 0;
  float: right;
  display: inline-block;
}

.solr-pagination ul.pagination li.next a:hover,
.solr-pagination ul.pagination li.previous a:hover {
  background-color: #6D83AE;
}

.solr-pagination ul.pagination li.next a,
.solr-pagination ul.pagination li.previous a {
  background: url(../Images/icn_arrows_prev-next.png) no-repeat #F4E600;
  display: inline-block;
  padding: 16px 0 9px 25px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  background-color: #2E518C;
}

.solr-pagination ul.pagination li.next a {
  background-position: -35px 0;
}

#tx-solr-search .results-list {
  margin: 25px 0;
  padding: 0;
  margin-left: -20px;
  margin-top: 10px;
  width: 610px;
}

#tx-solr-search .results-list li {
  background: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#tx-solr-search .results-list .results-entry {
  margin-bottom: 20px;
  padding-left: 20px;
}
