
/*
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
{
   
	color: #333;
	padding: 10px 10px 10px 40px;
	width: 99%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
   box-shadow: 1px 3px 7px rgb(0 0 0 / 10%);
	outline: 0;
	margin: 15px 0px 0px 10px;
	background: #fff url('img/search.png') no-repeat 2px 2px;
    font-size:13px;
}

#tipue_drop_content
{
     display: none;
     position: absolute;
	margin: 13px 0px 0 0;
	line-height: 0;
	z-index: 1000;
    width:76%;
}

.tipue_drop_box 
{
     position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #f9f9f9;
}
.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;
}
.tipue_drop_image
{
     width: 35px;
     height: 35px;
     border-radius: 25px;     
     box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.tipue_drop_right
{
     display: table-cell;
     vertical-align: middle;
    font-size:13px;
	color: #333;     
     width: auto;
     padding: 0px 5px;
     line-height:20px;
}
