@charset "utf-8";
@import url("webfonts/irsans/stylesheet.css");

.tt{
	width:100%;
	padding-right:5px;	

}
.typeahead, .tt-query, .tt-hint {
 height:30px;
 font-size: 14px;
 direction:rtl;
}
@media screen and (max-width:600px){
.typeahead, .tt-query, .tt-hint {
 height:37px;
 font-size: 14px;
 direction:rtl;
 width:98%;
}
	
}

.searchsubmit:hover {
	opacity: 0.9;
	color:#000;
} 
/*متن پس از تایپ کردن*/
.tt-hint {
 font-size: 14px;
 color: #999999;
 padding-right:10px;
 
}
/*زیر منو باز شده*/
  .tt-dropdown-menu {
 width: 100%;

 font-size: 14px;
 color: rgb(85, 85, 85);
 background-color:#FFF;
 background-image: none;
 border: 1px solid rgb(204, 204, 204);

 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
 transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
 display: inline-block;
 cursor: pointer;
 outline: 0;
 border: 0;
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 padding-right:5px;
}


/*متن منو باز شده*/
.tt-suggestion p {
	font-size: 14px;
	color:#FEC463;

 } 
 .tt-suggestion p:hover {
 width: 100%;
 height:34px;
 font-size: 14px;
 font-weight:bold;
 color: rgb(85, 85, 85);
 display: inline-block;
}

</style>
