.search-container{
	height: 100%;
	position: absolute;
	top:0;
	bottom:0;
	right:55px;
	padding: 0;
	z-index: 10000;

}
.search-container .btn {border-radius: 0;}
.searchbox{
	width:0;
	overflow:hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	background-color: #ffffff;
}
.searchbox-open{
	width:calc(100% - 55px);
	overflow: visible;
}
.searchbox-input{
	width:100%;
	padding:0 20px;
	border:0;
	outline:0;
	background:#f9f9f9;
	height:50px;
	margin:0;
	font-size:20px;
}
.searchbox-icon { cursor:pointer;}
.searchbox .input-group { max-width:150px;}
.searchbox .custom-select {	height:50px; border-radius: 0;}

.title-search-result {
	background-color: #ffffff;
	padding:10px;
}