@CHARSET "UTF-8";

.custom_select {
	border: 1px solid #C7C7C7;
	color: #232D2E;
	width: 100px;
	cursor: pointer;
	color: #232D2E;
	position: relative;
	background-color: #FFF;
}
.custom-select-icon,
	#container span.custom-select-icon,
	#modal_popup span.custom-select-icon,
	.ui-widget-content span.ui-icon.custom-select-icon {
	position: absolute;
	right: 0px;
	top: 2px;
	width: 19px;
	padding: 0px;
	background-image: url(../../images/custom_select_tr.gif);
	background-color: #fff;
	margin: 0px;
}
#container .section_field.has_error span.custom-select-icon {
	background-color: #FDF0F0;
}
#container .section_field.has_error .custom_select > div.custom-select-open {
	border: 1px solid #DD4B49;
}
.custom-select-text,
	#container span.custom-select-text,
	#modal_popup span.custom-select-text {
	display: block;
	float: none;
	padding: 3px 3px 3px 5px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	color: #232D2E;
	text-align: left;
}

.custom_select > div.custom-select-open {
	display: block;
}

.custom_select > .custom-select-open-above {
	transform: translateY(calc(-100% - 36px));
}

.custom_select > div > div > div {
	padding: 5px;
	border: 1px solid #fff;
	white-space: nowrap;
	float: none;
	margin: 0px auto;
	float: none;
}
.custom_select > div > div > div:not(.extra-options):hover,
.custom_select > div > div > div.selected,
#container .section_field.has_error .custom_select > div > div > div:hover {
	background-color: #c6e5fc;
}

.custom_select .ui-menu {
	float: none;
}
.custom_select .ui-menu + .custom_select .extra-options {
	margin-top: 8px;
}

.custom_select .extra-options {
	padding: 8px 0;
	border-top: 1px solid #ccc;
}

.custom_select .extra-options .head {
	display: block;
	padding: 4px;
	font-size: 12px;
}

.custom_select .extra-options label {
	white-space: normal !important;
	margin-top: 4px;
}

.custom_select .extra-options label input {
	float: left;
}

.custom_select .extra-options label > span {
	display: block;
	padding-left: 20px;
}

.custom_select > div > div > div.group_item {
	font-weight: bold;
}
.custom_select .ui-menu {
	border: 0px none;
	padding: 0px;
}
.custom_select .ui-widget {
	font-size: inherit;
	font-family: inherit;
}
.custom_select > div {
	border: 1px solid #C7C7C7;
	color: #232d2e;
	position: absolute;
	top: 19px;
	left: -1px;
	width: 100%;
	background-color: #fff;
	display: none;
	max-height: 217px;
	overflow-x: hidden;
	overflow-y: auto;
}

.custom_select .custom_select_item.disabled,
.custom_select .custom_select_item.disabled:hover {
	color: #acacac;
	background: #fff;
}
.custom_select .group_item:hover {
	background: #fff;
}

.custom_select .custom_select_item {
	min-height: 13px;
}

.custom_select .custom_select_item input[type=checkbox] {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.custom_select.has-error,
.custom_select.has-error.hover {
	background-color: #fdf0f0;
	border-color: #dd4b49;
}
.custom_select.has-error .custom-select-icon {
	background-color: #fdf0f0 !important;
}
.inline_select {
	cursor: pointer;
}