@charset "UTF-8";

.bs-example {
	font-family: sans-serif;
	position: relative;
	margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 396px;
}
.typeahead {
	background-color: #FFFFFF;
	z-index:100px;
	height:auto;
	width:auto;
	font-size: 1rem;
}

#hotelNameTypeaheadContainer .dropdown-menu{
	font-size: 1rem;
}

.typeaheadListing:focus{
	background-color:#dedede;
}

.typeaheadHover{
	background-color:#dedede;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: yellow;
}
.tt-suggestion p {
	margin: 0;
}

.hpTypeAheadModalClass{
	display: none;
	background-color: white;
    position: absolute; /* Stay in place */
    z-index: 3; /* Sit on top */
    border-style: solid;
    border-color: #ced4da;
    border-width: 1px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    color:#495057;
    position: absolute;
    background-color: white;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width:40%; */
     min-width: 342px;
}

.typeaheadListing{
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    WIDTH: 100%;
    overflow: hidden;
}