@CHARSET "UTF-8";

.twitter-typeahead {
	margin-bottom: 0 !important;
}

.twitter-typeahead .tt-hint {
	display: none !important;
}

.tt-dropdown-menu {
	border: 0;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;	
	width: inherit;
	background-color: #ffffff;
}

.tt-suggestion p {
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	margin: 0;
}

/* custom styles for kunversion */
 
.tt-dataset-tahead .tt-suggestion, .tt-dataset-tahead2 .tt-suggestion {
  padding: 8px 20px;
}

#register .tt-dataset-tahead3 .tt-suggestion  p { 
	line-height: 12px;
	padding: 8px 20px;
	margin: 0 0 0 0;
	color: rgb(0,0,0); }

.tt-dataset-tahead .tt-suggestion + .tt-suggestion, .tt-dataset-tahead2 .tt-suggestion + .tt-suggestion, .tt-dataset-tahead3 .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}

.tt-dataset-tahead2 .qs-key, .tt-dataset-tahead .adv-key , .tt-dataset-tahead3 .adv-key {
  float: right;
  font-style: italic;
}

.tt-dataset-tahead2 .qs-name, .tt-dataset-tahead .adv-name, .tt-dataset-tahead3 .adv-name {
  font-weight: bold;
}

.tt-dataset-tahead2 .qs-desc, .tt-dataset-tahead .adv-desc, .tt-dataset-tahead3 .adv-desc {
  font-size: 14px;
}

.tt-suggestion:hover {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);	
}