﻿.form-control:not(.fc-alt) {
    box-shadow: none;
    border: 0;
    border: 1px solid #e0e0e0 !important;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    padding: 3px !important;
}

html:not(.ie9) .select:before{
    background-color: transparent !important;
}