/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
#search {
	padding-top: 13px
}
#search .input-group {
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
#search input {
	height: 40px;
	display: inline-block;
	width: 60%;
	border: none;
	background: #fff;
	border-left: 1px solid #eaeaea;
	box-shadow: none;
}
.form-control::-moz-placeholder {
color: #333e48;
}
#search button {
	line-height: 28px;
	padding: 6px 20px 6px 18px;
	float: right;
	display: inline-block;
	background: #fafafa;
	border: none;
	color: #333e48;
	border-left: 1px #eaeaea solid;
}
#search button:hover {
	background: #333e48;
	border: none;
	color: #fff
}
.top-search .fade.in {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	opacity: 1
}
.top-search .modal-content {
	border-radius: 3px
}
#search button i {
	font-size: 15px
}
.cate-dropdown {
	float: left;
	width: 130px;
	height: 39px;
	border: none;
	display: inline-block
}
select.cate-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	position: right 10px center;
	color: transparent;
	padding-right: 8px;
	padding-left: 18px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	color: #333e48;
}
.cate-dropdown:focus {
	border: none;
}
.top-search .modal-lg {
	width: 700px
}
@media (max-width:767px) {
.top-search .modal-lg {
	width: 95%
}
}



#listboxsearch{
	position: absolute;
	border:1px solid #CCC;
	padding:5px;
	display:none;
	background:#FFF;
	z-index:9999999;
	width:450px;
	max-height:400px;
	overflow-y:auto;
	margin-top:0;
}
#listboxsearch > div{
	background:#fed700;
	padding:5px;
	cursor:pointer;
	font-weight:bold;
	color:#FFF;
}
#listboxsearch > div:hover{
	background:#79d1f0;
	color:#FFF;
}
#listboxsearch ul{
	margin:0;
	padding:0;
	list-style:none;
}
#listboxsearch ul li{
	margin:0;
	padding:3px 0;
	cursor:pointer;
	width:100%;
	clear:both;
}
#listboxsearch ul li:hover{
	color:#F00;
}
#listboxsearch table{
	background:#F2F2F2;
}
#listboxsearch table tr:hover{
	background:#AEAEAE;
	color:#FFF !important;
	cursor:pointer;
}
#listboxsearch tr td{font-size:10px; padding:3px 5px !important;}
