#massAddSearchPanel {
	width: 100%;
	max-width: 100%;
}
.entry-content,
.site-footer {
	padding: 0!important;
}
.mass_addor_conf_search_result ul:before {
	width: 100%!important;
}
.inner_directory_search_row {
	max-width: 1440px;
}
.search_ador_group.hide {
    display: none !important;
}
.search_ador_group.active {
    display: block;
}
.dencity_sticky {
	padding: 26px 0px 20px 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 33px!important;
    right: 1px;
    width: 20px;
}
.common_select_wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.common_select_wrapper  {
	position: relative;
}
.common_select_wrapper:after {
	content: '';
	position: absolute;
	right: 11px;
	top: 31px;
	width: 10px;
	height: 10px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
}
.tabs_addor_mass_conf {
	margin-bottom: 0!important;
}
@media screen and (max-width: 679px) {
	.common_select_wrapper:after {
		top: 15px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		top: -3px!important;
	}
}


