
	
	
	.es_results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.es_results li{
  padding: 10px 0px 10px 0px;
  clear: both;
  margin: 0;
  border-bottom: 1px solid #7AB800 !important;
}
.es_results li span.entry{
  font-weight: bold;
  display: block;
}
.es_results li span.entry a{
  display: block;
  padding-bottom: 0.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #53284F;
}
.es_results li span.entry a small{
  vertical-align: top;
}
.es_results .meta{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.es_results .content {
  padding: 3px 0;
  color: #53284F;
}

/*the container must be positioned relative:*/ 
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid grey;
  border-top-color: #cacaca;
  padding: 15px;
  background-color: #fff;  
}

.autocomplete-items h2.h4{
  margin: 0;
}
.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#essearchcontainer .tab-pane{ padding-top: 5px; }
#essearchcontainer .tab-pane .alert{ margin-bottom: 10px; }

.highlight{font-weight:bold; font-style:italic; color: #2e6da4;}
.list-group-item .highlight{ font-style:normal;}
#searchpageinputautocomplete-list h2{margin-bottom:5px;}


.searchbar-row input[type=text]{
    color: #53284F;
    background: #ffffff;
    font-weight: normal;
    border: 0px;
    border-left: 1px solid #53284F;
    width: 100%;
    padding-left: 5px;
    padding-right: 86px;
    margin-top: 8px;
    height: 22px;
    border-radius: 0
}
.searchbar-row .input-group-btn .btn.btn-primary{
      color: #53284F;
    background: #fff;
    border: 0px solid;
    border-left: 1px solid #53284F;
    border-right: 1px solid #53284F;
    font-weight: normal;
    width: 82px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    height: 22px;
    border-radius: 0;
    line-height: 1;
    font-size:14px;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-shadow: none;
    z-index: 4;
}
.searchbar-row .input-group-btn .btn.btn-primary:hover{
  background-color: #7AB800;
  text-decoration: none;
}
.searchbar-row .input-group-btn .btn.btn-primary:after{
  display:none;
}
.searchbar-row form.navbar-form{
  margin-top: 0;
}

