﻿
.select2-container {
    width: 100% !important;
}

/*.select2-container--default .select2-selection--single{
        border-color: salmon !important;
    }*/

.select2-selection--single{
        border-color: salmon !important;
        border-radius:0px !important;
    }


.select2-selection__clear {
display:none;
}