
/*
Tipue drop 5.0.2
Copyright (c) 2015 Tipue
Tipue drop is released under the MIT License
http://www.tipue.com/drop
*/


#tipue_drop_input
{
   
	border: 1px solid #b3b2b2;      
    right:0px;
    min-width: 99%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    direction:rtl;
    text-align:right;
    border-radius:5px;
    font-size: 14px;
    color: #222222;
    border: 2px solid #126e03;    
    display: inline-block;
    border-radius: 99999px;
    padding: 10px 20px 10px 240px;
    text-align:right;
   

}



#tipue_drop_input_mobile
{
   
	border: 3px solid #c3c3c3;    
    padding: 10px 10px;
    right:0px;
    min-width: 99%;
    height:51px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    border-radius:5px;
    font-size: 14px;
    color: #222222;    
    display: inline-block;
    border-radius: 99999px;    
    text-align:right;   
    direction:rtl;
    font-family:Vazir-Light, Yekan, Tahoma !important;
   

}

#tipue_drop_input_mobile:hover
{
   
	border: 3px solid #192d66;      
    padding: 10px 10px;
    right:0px;
    min-width: 99%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    direction:rtl;
    text-align:right;
    border-radius:5px;
    font-size: 14px;
    color: #222222;   
    display: inline-block;
    border-radius: 99999px;          
    font-family:Vazir-Light, Yekan, Tahoma !important;
    height:51px;
}




#tipue_drop_input_main
{
  
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
  text-align:right;
  direction:rtl;
  font-family:Vazir-Light, Yekan, Tahoma !important;
}









#tipue_drop_content
{
    display: none;    
	margin: 13px 0px 0 0;
	line-height: 0;
	z-index: 1000;
    width:100%;
    overflow:scroll;
    height:250px;
    background-color:#ffffff;
    position:absolute;
    right:0px
   
    
}

#tipue_drop_content img
{
    max-height:30px;
    max-height:30px;
   
    
} 



#tipue_drop_content_mobile
{
    display: none;    
	margin: 13px 0px 0 0;
	line-height: 0;
	z-index: 1000;
     width:100%;
    overflow:scroll;
    height:250px;
    background-color:#ffffff;
    position:absolute;
    right:0px
    
}



#tipue_drop_content_main
{
    display: none;    
	margin: 60px 0px 0 0;
	line-height: 0;
	z-index: 1000;
     width:100%;
    overflow:scroll;
    height:250px;
    background-color:#ffffff;
    position:absolute;
    right:0px
    
}




#tipue_drop_content_mobile img
{
     max-height:30px;
    max-height:30px;
    
}

#tipue_drop_content_main img
{
     max-height:30px;
    max-height:30px;
    
}


.tipue_drop_box 
{
     position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #f9f9f9;
    text-align:right;
    direction:rtl;
    min-height:250px;
}
.tipue_drop_box:after, .tipue_drop_box:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipue_drop_box:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 42px;
	margin-left: -8px;
}
.tipue_drop_box:before 
{
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 42px;
	margin-left: -9px;
}

#tipue_drop_wrapper
{
     margin: 6px;
}
#tipue_drop_wrapper a
{
     text-decoration: none;
}
.tipue_drop_item
{
     background-color: #fff;
}
.tipue_drop_item:hover
{
     background-color: #f7f7f7;
}
.tipue_drop_left
{
     display: table-cell;
     padding: 7px;
     max-width:30px;
     max-height:30px;
     margin:0px 5px 0px 5px;
}
.tipue_drop_image
{
     min-width: 35px;
     min-height: 35px;
     border-radius: 100px;     
     box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}




.tipue_drop_right
{
     display: table-cell;
     vertical-align: middle;
    font-size:15px;
	color: #333;     
     width: auto;
     padding: 0px 20px 0px 5px;
     line-height:20px;
     direction:rtl;
    font-family:Vazir-Light, Yekan, Tahoma !important;
}



