/* fix voor HTML dat door typeahead wordt toegevoegd */
.es-search-form .twitter-typeahead {
  display: block !important;
}
.es-search-form .twitter-typeahead .es-results {
  position:relative;
  padding: 0 20px 0px 20px;
}
.es-search-form .twitter-typeahead .es-results:not(:first-child) {
  margin-top:-1px;
}
.es-search-form .twitter-typeahead .es-results-row {
  margin-top: 5px;
}
.es-search-form .twitter-typeahead .es-results-row a {
  padding:0;
  border-bottom:none !important;
  cursor: pointer;
}
#content .es-search-form .twitter-typeahead .es-results-row a:hover,
.es-search-form .twitter-typeahead .es-results-row a:hover {
  text-decoration: underline;
}
.es-search-form.es-marking-on .twitter-typeahead .es-results-row {
  font-weight: bolder;
  text-decoration: none;
}
span.marked {
  font-weight:bold;
  background: none;
  font-style: italic;
}
.es-search-form.es-marking-on span.marked {
  font-weight: normal;
}
.es-search-form #es-search-show-all-btn {
  position:static;
  width:215px;  
  margin:20px 0 20px 20px;
}

.es-search-form .noresult{
  background-color: #fff;
  padding: 5px 20px 0;
  border: 1px solid #c5c5c5;
}

.resultcounts.list-inline > li{
    padding-bottom: 10px;
}

@media (min-width: 768px) {
	.es-search-form #searchpageinput {
		font-size:18px; 
	}  
}

/* BEGIN testen */
.es-search-form .tt-menu {
  /*display:block !important;*/
  right: 0;
}
/* END testen */