.b-core-ui-select
{
    position: relative;
    padding: 5.5px;
    margin-left: 30px;
    cursor: pointer;
    font-weight: normal !important;
}

.b-core-ui-select__select
{
    position: static;
    width: 80%;
    padding: 10px;
    line-height: 2em;
}

.b-core-ui-select__value
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}

.b-core-ui-select__select_state_hide
{
    height: 1px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    z-index: -1;
}

.b-core-ui-select__button
{
    position: absolute;
    right: 8px;
    top: 4px;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    margin-top: 2px;
    margin-left: 2px;
}

.b-core-ui-select__dropdown
{
    display: none;
    position: absolute;
    top: 0;
    margin-top: -1px;
}

.b-core-ui-select__dropdown.hide
{
    display: none;
}

.b-core-ui-select__dropdown.show
{
    display: block;
}

.b-core-ui-select__dropdown__wrap
{
    max-height: 300px;
    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;
}

.b-core-ui-select__dropdown__item
{
    padding: 5px 5px;
    list-style-type: none;
    cursor: pointer;
    line-height: 2em;
}

.b-core-ui-select__dropdown__label
{
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    list-style-type: none;
    line-height: 2em;
}
