﻿.md-select2 {
    width: 100%;
}

.select2-container {
    margin-top: 0;
}

.select2-container--default .select2-selection--single {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 36px;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 10px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
    }


.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
}


.select2-results__option {
    color: #4285F4;
}

.select2-container--default .select2-selection--multiple {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
}

.select2-selection__choice__remove {
    color: #381fa8 !important;
}
