.es_results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.es_results li{
  padding: 10px 0px 10px 0px;
  clear: both;
  margin: 0;
}
.es_results li span.entry{
  font-weight: bold;
  display: block;
}
.es_results li span.entry a{
  display: block;
  padding-bottom: 0.3em;
}
.es_results .meta{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.es_results .content {
  padding: 3px 0;
}

/*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-width: 0;
  padding: 15px;
  background-color: #fff;  
}

.autocomplete-items h2.h4{
  margin: 0;
  xtext-align: right;
}
.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#essearchcontainer .tab-pane{ padding-top: 5px; }
#essearchcontainer .tab-pane .alert{ margin-bottom: 0px; }





/* fix voor HTML dat door typeahead wordt toegevoegd */
/*
.{es_configuration(cssclasssearchform)} .twitter-typeahead {
  display: block !important;
}

span.marked {
  font-weight:bold;
  background: none;
  font-style: italic;
}
*/

.input-group>.twitter-typeahead {
     position: relative;
     -ms-flex: 1 1 auto;
     -webkit-box-flex: 1;
     flex: 1 1 auto;
     width: 1%;
     margin-bottom: 0;
 }
 .input-group>.twitter-typeahead:not(:last-child) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 .input-group>.twitter-typeahead>.tt-input {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
 .form-control.tt-input:focus {
     z-index: 3
 }
