.sidebar-search-wrapper{
	position: relative;
}
#sidebar-search{
	width: 100%;
	border: 0;
	height: 40px;
	padding: 10px;
	font-size: 13px;
	box-shadow: 5px 0 6px 0 rgba(0,0,0,.1);
}
.sidebar-search-icon{
	position: absolute;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	right: 10px;
	top: 0;
}
.sidebar-result-found{
	color: #71be83 !important;
    background: rgba(43, 219, 138, 0.2) !important;
}
.sidebar-no-results{
	font-size: 12px;
    margin: 0 10px;
}