/*
	bootstrap-select
	für Dropdowns
*/
.dropdown-menu  a{
	background:#fff !important;
}

.dropdown-menu  a:hover{
	background:#dedede !important;
}

.dropdown-menu .selected a{
	background:#3399ff !important;
}

.dropdown-menu .selected a:hover{
	background:#5ab7e3 !important;
}


span.twitter-typeahead .tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	max-height:200px;
	overflow-y: auto;
	cursor:pointer;
}

span.twitter-typeahead .tt-suggestion > p {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion{
	color:#333;
}
.tt-highlight{
	color:#333;
}
.tt-selectable{
	color:#333;
}
.tt-selected{
	color:#00f !Important;
	color:#333 !Important;
}

.tt-cursor{
	background-color: #dedede !important;
	color:#333;
}

span.twitter-typeahead {
	width: 100%;
	/* width: 300px; */
	/* Breitenanpassung um  Help-Icon richtig zu positionieren */
	width: 190px;
}
.input-group span.twitter-typeahead {
	display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
	top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
	top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
	top: 28px !important;
}

.twitter-typeahead div{
	background-color:#fff;
	min-width:200px;
}

.twitter-typeahead div:nth-child(1){
	background-color:#fff;
	min-width:200px;
}

.tt-dataset{
	border:1px solid #666 !important;
	min-width:210px;
	padding:5px;
	height:50px;
	overflow-y: scroll;
	cursor:pointer;
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	max-height:200px;
}

