
/*
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_more
{
   
	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: 1px solid #b3b2b2;    
    padding: 7px 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;
    /*border: 2px solid #126e03;*/    
    display: inline-block;
    /*border-radius: 99999px;*/    
    text-align:right;
   

}

#tipue_drop_input_mobile_more
{
   
	border: 1px solid #b3b2b2;    
    padding: 7px 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;
    /*border: 2px solid #126e03;*/    
    display: inline-block;
    /*border-radius: 99999px;*/    
    text-align:right;
   

}



#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_mobile 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: #ffffff;
      transition: all 250ms ease;
}
.tipue_drop_item:hover
{
    transition: all 250ms ease;
     background-color: #d6deed;     
     /*padding-right:2px;*/
}
.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: 5px;   
    box-shadow: 0px 1px 5px 0px #0e2a6436;
    -webkit-box-shadow: 0px 1px 5px 0px #0e2a6436;
    border: 1px solid #ffffff;
}




.tipue_drop_right
{
     display: table-cell;
     vertical-align: middle;
    font-size:13px;
	color: #333;     
     width: auto;
     padding: 0px 20px 0px 5px;
     line-height:20px;
}



