.navbar_user
{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.navbar_search_item
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.navbar_search_form
{
	display: flex;
	align-items: center;
	height: 40px;
	border: solid 1px #ebebeb;
	background: #ffffff;
	min-width: 0;
}

.navbar_search_input
{
	width: 180px;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 12px;
	font-size: 13px;
	color: #000000;
	background: transparent;
	min-width: 0;
}

.navbar_search_input::placeholder
{
	color: #b5aec4;
}

.navbar_search_button
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 100%;
	border: none;
	background: #fe4c50;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
}

.navbar_search_button:hover
{
	background: #ff1f26;
}

@media only screen and (max-width: 991px)
{
	.top_nav .row
	{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	.top_nav .col-md-6
	{
		width: auto;
		max-width: none;
		flex: 0 1 auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.top_nav .col-md-6:first-child
	{
		flex: 1 1 auto;
	}

	.top_nav_left
	{
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.navbar_user
	{
		margin-left: 0;
	}

	.navbar_search_item
	{
		margin-right: 6px;
	}

	.navbar_search_form
	{
		height: 36px;
	}

	.navbar_search_input
	{
		width: 150px;
		font-size: 12px;
		padding: 0 10px;
	}

	.navbar_search_button
	{
		width: 36px;
	}
}

@media only screen and (max-width: 767px)
{
	.navbar_search_input
	{
		width: 120px;
	}
}

@media only screen and (max-width: 575px)
{
	.top_nav_left
	{
		font-size: 11px;
	}

	.navbar_search_input
	{
		width: 100px;
		padding: 0 8px;
	}

	.navbar_search_form
	{
		height: 34px;
	}

	.navbar_search_button
	{
		width: 34px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 479px)
{
	.navbar_search_item
	{
		margin-right: 4px;
	}

	.navbar_search_input
	{
		width: 90px;
		font-size: 11px;
	}

	.hamburger_container
	{
		margin-left: 12px;
	}
}
