.twitter-typeahead {
	width: 100%;
	position: relative;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
	width:100%;
	/*height: 34px;*/
	position: absolute;
	top:0;
	left:0;
}
.twitter-typeahead .tt-hint {
	color:#a1a1a1;
	z-index: 1;
	padding: 6px 12px;
	border:1px solid transparent;
    display:none !important;
}
.twitter-typeahead .tt-query {
	z-index: 2;
	/*border-radius: 4px!important;*/
	/* add these 2 statements if you have an appended input group */
	/*border-top-right-radius: 0!important;*/
	/*border-bottom-right-radius: 0!important;*/
	/* add these 2 statements if you have an prepended input group */
   /*  border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important; */
}

.twitter-typeahead.add .tt-dropdown-menu {
	margin-top: 33px;
}

.tt-dropdown-menu > div {
	min-width: 446px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.js-customer-selectbox-add {
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	min-width: 446px;
	border: none !important;
	margin:0;
	padding:0;
	margin-top: 3px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 100;
}

.tt-suggestion {
	display: block;
	padding: 6px 9px;
	/*height: 53px;*/
}

.tt-suggestion .typeahead-breadcrumb {
	font-size: 75%;
    color: #676767;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.tt-suggestion .label {
	font-family: Arial;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #f5f5f5;
}

.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}

.tt-suggestion p {
	margin: 0;
}

.typeahead-head
{
	font-size: 14px;
    color: #424242;
    font-weight: bold;
    margin: 0 0px 7px 1px;
    padding: 2px 7px 5px 7px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-family: "Open Sans";
}
.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
}

.twitter-typeahead .tt-hint.hint-small
{
	padding-left: 6px;
}
.twitter-typeahead .hint-small
{
    height: 26px;
    border-radius: 3px;
    z-index: 5;
    border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.twitter-typeahead *
{
    z-index: 5;
}
.twitter-typeahead button
{
    z-index: 15;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}
