﻿
.select2-selection--single {
    height: 40px !important;
    padding-top: 4px;
}

.select2-selection__arrow {
    top: 6px !important;
}

.combo-box-template {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.select2-selection__clear {
    padding-top: 3px !important;
    color: rgb(0, 150, 64);
}