/* Breakpoints */
.tx-indexedsearch input::-webkit-search-decoration,
.mod-search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tx-indexedsearch .dropdown-menu,
.mod-search .dropdown-menu {
  z-index: -1;
  display: block !important;
  opacity: 0;
}
.open.tx-indexedsearch .dropdown-menu,
.open.mod-search .dropdown-menu {
  z-index: 1;
  opacity: 1;
}
.tx-indexedsearch .dropdown-toggle,
.mod-search .dropdown-toggle {
  padding-top: 32px;
  display: block;
  font-weight: normal;
  font-size: 1.5625em;
  text-decoration: none;
}
.open.tx-indexedsearch .dropdown-toggle i,
.open.mod-search .dropdown-toggle i {
  color: #e2dfde;
}
.tx-indexedsearch .input-group-btn,
.mod-search .input-group-btn {
  font-size: 1em;
}
.tx-indexedsearch .form-control,
.mod-search .form-control {
  display: block;
  width: 100%;
  height: inherit;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tx-indexedsearch .searchbox,
.mod-search .searchbox {
  top: 0px;
  right: 15px;
  left: inherit;
  width: 311px;
  height: 107px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.tx-indexedsearch .search-query,
.mod-search .search-query {
  margin: 0;
  margin-top: 32px;
  border: 0;
  border-bottom: 1px solid #79706c;
  border-radius: inherit;
  box-shadow: none;
  background: transparent;
}
.tx-indexedsearch button,
.mod-search button {
  background: transparent !important;
  border: 0;
  margin-left: 0;
  border-radius: 0;
  color: #79706c !important;
  font-size: 25px;
  margin-top: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tx-indexedsearch button:visited,
.mod-search button:visited,
.tx-indexedsearch button:hover,
.mod-search button:hover,
.tx-indexedsearch button:active,
.mod-search button:active,
.tx-indexedsearch button:focus,
.mod-search button:focus {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 25px;
  color: #393939 !important;
  margin-top: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none !important;
}
@media (max-width: 928px) {
  .tx-indexedsearch .input-group,
  .mod-search .input-group {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .tx-indexedsearch .search-query,
  .mod-search .search-query {
    margin-top: 0;
    margin-left: 0;
    border: 0;
    background: #ffffff;
  }
  .tx-indexedsearch button,
  .mod-search button {
    background: white !important;
    font-size: 1.5em;
    margin-top: 0;
  }
  .tx-indexedsearch button:visited,
  .mod-search button:visited,
  .tx-indexedsearch button:hover,
  .mod-search button:hover,
  .tx-indexedsearch button:active,
  .mod-search button:active,
  .tx-indexedsearch button:focus,
  .mod-search button:focus {
    background: white !important;
    font-size: 1.5em;
    margin-top: 0;
    box-shadow: none;
  }
  .tx-indexedsearch button:visited span:before,
  .mod-search button:visited span:before,
  .tx-indexedsearch button:hover span:before,
  .mod-search button:hover span:before,
  .tx-indexedsearch button:active span:before,
  .mod-search button:active span:before,
  .tx-indexedsearch button:focus span:before,
  .mod-search button:focus span:before {
    color: #000000;
  }
}
@media print {
  .tx-indexedsearch,
  .mod-search {
    display: none;
  }
}
.tx-indexedsearch-res h2 {
  margin-bottom: 2px;
}
.tx-indexedsearch-res .tx-indexedsearch-title a {
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
}
/* Paging */
.tx-indexedsearch-res {
  border-bottom: 1px solid #ebe9e9;
  margin: 0 0 15px 0;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin-bottom: 15px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  background: transparent;
}
.ui-autocomplete {
  z-index: 1000;
}
/* Paging */
.tx-indexedsearch-browsebox {
  margin: 15px 0;
  overflow: hidden;
  padding-left: inherit;
  text-indent: inherit;
}
.tx-indexedsearch-browsebox ul {
  list-style: none;
  padding-left: 0;
}
.tx-indexedsearch-browsebox li {
  float: left;
  line-height: 25px;
  margin: 0 5px 0 0;
  text-align: center;
}
.tx-indexedsearch-browsebox li:before {
  content: '';
}
.tx-indexedsearch-browsebox li a {
  background-color: #fff;
  color: #79706c;
  border: 1px solid #79706c;
  display: block;
  font-weight: normal;
  padding: 3px 10px;
  text-decoration: none;
}
.tx-indexedsearch-browsebox li a:hover {
  background-color: #79706c;
  color: #ffffff;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #e2dfde;
  color: #000000;
}
.tx-indexedsearch-browsebox li:hover {
  cursor: pointer;
}
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage,
.tx-indexedsearch .browsebox li a:hover {
  background-color: #979797;
  color: #ffffff;
}
.tx-indexedsearch-searchbox li:hover {
  cursor: pointer;
}
