.elmpodbor {
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #ccc;
}

.elmpodbor__header {
	margin-bottom: 15px;
	line-height: normal;
}

.elmpodbor__footer {
	line-height: normal;
}

.elmpodbor__selector {
	display: flex;
}

.elmpodbor__selector_item {
	width: 140px;
	margin-right: 10px;
}

.elmpodbor__selector_item:last-child {
	margin-right: 0;
}

.elmpodbor__selector_item.disabled select {
	color: #888;
}

.elmpodbor__selector_item.disabled select[disabled] {
	background-color: #fff;
}

.elmpodbor__selector_item select {
	width: 100%;
}

@media (max-width: 480px) {
	.elmpodbor__selector {
		flex-direction: column;
	}

	.elmpodbor__selector_item {
		width: 100%;
	}

	.elmpodbor__selector_item .jq-selectbox {
		width: 100%;
	}
}