
/*
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
{
    /* font: 13px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	/*font: "Lato";*/
	font: 12px 'Lato';
	/*font-family: "Lato";*/
	color: #454545;
	padding: 13px 13px 13px 15px;
	width: 170px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
     box-shadow: none; 
	outline: 0;
	margin: 0;
	background: #fff url('img/search.png') no-repeat 95% 50%;
}
#tipue_drop_input2
 {
	 /*font: 13px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	 color: #454545;
	 padding: 13px 13px 13px 15px;
	 width: 170px;
	 border: 1px solid #e2e2e2;
	 border-radius: 0;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 box-shadow: none;
	 outline: 0;
	 margin: 0;
	background: #fff url('img/search.png') no-repeat 95% 50%;
 }
#tipue_drop_input3
{
	/*font: 13px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	color: #454545;
	padding: 13px 13px 13px 15px;
	width: 170px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: 0;
	margin: 0;
	background: #fff url('img/search.png') no-repeat 95% 50%;

}
#tipue_drop_input4
{
	/*font: 13px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	color: #454545;
	padding: 13px 13px 13px 15px;
	width: 170px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: 0;
	margin: 0;
	background: #fff url('img/search.png') no-repeat 95% 50%;
}
#tipue_drop_content
{
     display: none;
     position: absolute;
	margin: 13px 20px 0 0;
	line-height: 0;
	z-index: 1000;
}

.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: #e0f7e5;
}
.tipue_active
{
	background-color: #e0f7e5;
}
.tipue_drop_left
{
     display: table-cell;
     padding: 7px;
}
.tipue_drop_image
{
     width: 50px;
     height: 50px;
     border-radius: 10px;
     /*border: 1px solid #fff;*/
}
.tipue_drop_right

{	font-size: 14px;
	position: relative!important;
    display: table-cell;
     vertical-align: middle;
     font-weight: normal;
	 color: #454545;
     width: Auto;
     padding: 0px 15px 0px 5px;
}
