/* Select jquery */
span.customSelect {

    border-radius: 2px;
    border: 1px solid #dadada;
    width: 100%;
    line-height: 40px;
    height: 42px;

    background-color: #f1f1f1;
    background-image: url(../images/directionBottom.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;

    color: #333;
    padding-left: 10px;
    padding-right:16px;
    box-sizing: border-box;

}



span.customSelect.changed {
    background-color: #f0dea4;
}
.hasCustomSelect option {
    width: 100%;
}

.customSelectInner {
    box-sizing: border-box;
    width: 100%;
    /*padding-left: 10px;*/
    line-height: 38px;

}





/* end selection jquery */