/* --- component Location Edit CSS --- */

.location_unit_hide
{
	display: none;
}

.location_unit_show
{
	display: block;
}

.search_label_blocked
{
	display: none;
}

.search_label_passive_closed,
.search_label_active_opened,
.search_label_active_closed
{
	margin: 1px;
	margin-right: 2px;
	padding: 3px 4px;
	cursor: pointer;
	color: #fff;
	background: #b9b8b8;
	float: left;
	width: auto;
}


.search_label_active_opened
{
	padding: 3px 4px;
	color: #45596F;
	background: #e0e0e0;
	border: 1px solid #85A7B0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: -2px;
}

.search_label_active_closed
{
	background: #D4E6E7;
	color: #45596F;
}

.search_cont_active,
.search_cont_passive
{
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 5px;
	background: #e0e0e0;
	border: 1px solid #85A7B0 ;
	display: none;
}

.search_cont_active
{
	display: block;
}

/* --- Second tab --- */
.country_region_closed_unselected,
.country_region_closed_selected,
.country_region_opened_unselected,
.country_region_opened_selected
{
	margin-bottom: 1px;
	border: 1px solid #29536F;
	padding: 1px 3px;
	background: #f9f9f9;
	color: #29536F;
	cursor: pointer;
	width: 300px;
}

.country_region_opened_selected,
.country_region_closed_selected
{
	color: #CF7478;
}

.country_region_opened_unselected,
.country_region_opened_selected
{
	border: 1px solid #666;
}

.region_country_cont_closed
{
	background: #f9f9f9;
	border-top: none;
	padding: 4px;
	opacity: 0;
	display: none;
}

#first_search_cont label
{
	display: block;
	float: left;
	width: 100px;
}
