.b-core-ui-select {
    position: relative;
    width: 80%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.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;
}

.b-core-ui-select__select_state_hide {
    height: 1px ;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity = 0);
	left: 0 !important;
}

/* .b-core-ui-select.open {
    border-radius: 3px 3px 0 0;
} */

.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE{
    opacity: .5;
    color: #333333;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.b-core-ui-select__button {
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}

.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
    color: #333;
    margin-top: -1px;
    padding: 10px;
    max-height: 200px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    background-color: whiteSmoke;
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;
}

.b-core-ui-select__dropdown.hide {
    display: none;
}

.b-core-ui-select__dropdown.show {
    display: block;
}

.b-core-ui-select__dropdown__wrap {
    max-height: 200px;
    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 10px;
    min-height: 18px;
    list-style-type: none;
    cursor: pointer;
}


.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:HOVER {
    color: #117499;
}


/* Customize our selects */
.b-core-ui-select{

    border: 1px solid #BDBDBD; /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background: #f5f5f5 url(http://worcesterscene.com/wp-content/themes/WorcesterScene-12/css/images/vline.png) repeat-y right 0; /* layer fill content */
    padding: 8px 10px;
}
.b-core-ui-select__button{
    top: 8px;
    right: 13px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #BDBDBD;
}
.b-core-ui-select__value, .b-core-ui-select__dropdown__item{
    color: #00ADEF;
    font-size: 11px;
    text-transform: uppercase;    
}

.b-core-ui-select:HOVER {
    color: #333333;
    background-color: #eff2f3;
}


/* Customize */
.top-fixed-section .custom-select-wrapper{
    right: 50%;
    position: absolute;
    top: 98px;
    width: 206px;
    z-index: 10;
    margin-right: -60px;
}
.top-fixed-section .b-core-ui-select{
    padding: 3px 4%;
    width: 92%;
    border-radius: 0;
    border: 1px solid #A89FA0;
    background: #FAF3E3 url(../images/select-arrow.png) right center no-repeat;
}

.top-fixed-section .b-core-ui-select__value, .top-fixed-section .b-core-ui-select__dropdown__item {
    color: #9D6067;
    font: 16px 'Dosis';
    text-transform: none;

}
.top-fixed-section .b-core-ui-select__button{
    display: none;
}
.top-fixed-section .b-core-ui-select__dropdown__item{
    padding: 1px 5px;
}
.top-fixed-section .b-core-ui-select__dropdown{
    padding: 4px;
}