.b-core-ui-select {
	/* position: relative; */
	height: 16px;
	cursor: pointer;
	width: 104px;
	color: #c1c1c1;
	font-size: 12px; 
	padding: 6px;
	border: 1px solid #87a6bf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #9c9c9c;
	background: url(img/select.png) right center no-repeat #FFFFFF;
}

#info-form .b-core-ui-select {
	width: 370px;
	padding: 9px 15px;
}

.b-core-ui-select__select {
    position: static;
    width: 80%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.b-core-ui-select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
    color: #989797;
    line-height: normal;
}

.b-core-ui-select__select_state_hide {
    height: 1px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity = 0);
}

.b-core-ui-select.open {
}

.b-core-ui-select__button {
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    width: 16px;;
    height: 11px;
    content: "";
    margin-top: 6px;
    margin-left: 2px;
}

.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
    color: #5e5d5d;
    margin-top: 4px;
    padding: 11px;
    height: 140px;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #87a6bf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.b-core-ui-select__dropdown.hide {
    display: none;
}

.b-core-ui-select__dropdown.show {
    display: block;
}

.b-core-ui-select__dropdown__wrap {
    max-height: 141px;
    overflow: auto;
	outline: none;
}


.j-scroll-pane .b-core-ui-select__dropdown__item {
    margin-right: 20px;
}

.b-core-ui-select__dropdown__list {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

.b-core-ui-select__dropdown__item {
    list-style-type: none;
    line-height: 20px;
    cursor: pointer;
    padding: 0 !important;
    background-image: none !important;
}

.calculator-input .b-core-ui-select__dropdown__item {
	font-size: 15px;
}

.b-core-ui-select__dropdown__label {
    padding: 10px;
    min-height: 18px;
    font-style: italic;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.b-core-ui-select__dropdown__item.disabled,
.b-core-ui-select__dropdown__item.disabled:HOVER {
    color: #ccc;
    background: none;
}

.b-core-ui-select__dropdown__item.selected,
.b-core-ui-select__dropdown__item.selected:HOVER {
	font-weight: bold;
}

.b-core-ui-select__dropdown__item:HOVER {
    background: #eee;
}