/* Dropdown control */
.customSelect._w260{
    width: 260px;
}

.selectBox-dropdown {
    /* min-width: 110px; */
    min-width: 80px;
    position: relative;
    border: 1px solid #d9d9d9;

    width: 100% !important;
    text-decoration: none;
    text-align: left;
    color: #333333;
    outline: none;
    vertical-align: middle;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: default;
    font-size: 14px;


}

.selectBox-dropdown._type2{
    border-width: 1px;
}
.selectBox-dropdown._type2 .selectBox-label{
    line-height: 29px;
}
.selectBox-dropdown._type3 .selectBox-label{
    line-height: 30px;
}

.customField__dd .selectBox-dropdown._type2{

}

.selectBox-dropdown.selectBox-menuShowing {

}

.selectBox-dropdown .selectBox-label {
    padding: 0 33px 0 8px;
    line-height: 38px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    position: relative;
    width: 100% !important;

}

._icon .selectBox-label{
    padding-left: 39px;
}
._icon .selectBox-label:before {
    content: "";
    position: absolute;
}

._from .selectBox-label:before {
    background-image: url('../images/sprite.png ');
    background-position: -19px -138px;
    width: 19px;
    height: 19px;
    top: 8px;
    left: 9px;
}

._stars .selectBox-label:before {
    background-image: url('../images/sprite.png ');
    background-position: 0px -140px;
    width: 18px;
    height: 17px;
    top: 7px;
    left: 9px;
}

._food .selectBox-label:before {
    width: 16px;
    height: 20px;
    background-image: url('../images/sprite.png ');
    background-position: -76px -137px;
    top: 6px;
    left: 9px;
}

._resort .selectBox-label:before {
     background-image: url('../images/sprite.png ');
     background-position: -93px -139px;
     width: 14px;
     height: 18px;
     top: 8px;
     left: 11px;
}

._count .selectBox-label:before {
    width: 15px;
    height: 18px;
    background-image: url('../images/sprite.png ');
    background-position: -39px -139px;
    top: 8px;
    left: 11px;
}


._flags .selectBox-label{
    background-repeat: no-repeat;
    background-position: 8px 54%;
    padding-left: 39px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.selectBox-dropdown .selectBox-arrow:after{
    content: "";
    background-image: url("../images/sprite.png");
    background-position: -349px -65px;
    background-repeat: no-repeat;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    margin: -3.5px 0 0 -6px;
}
.selectBox-menuShowing  .selectBox-arrow:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4.5px
}
/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

._type2-selectBox-dropdown-menu{
    border-width: 1px;
}
._type3-selectBox-dropdown-menu{
    border-width: 2px;
}


/* Options */
._flags-selectBox-dropdown-menu LI{
    background-repeat: no-repeat;
    background-position: 8px 50%;
    padding-left: 31px !important;
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 14px;
}

.selectBox-options LI A {
    padding: 7px 8px 9px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover  {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled  {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected  {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}