﻿@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    form select, form select.form-control {
        padding-right: 10px !important;
        background-image: none !important;
    }
}
