﻿.has-error .select2-selection,
.has-error .select2-container--open .select2-selection,
.has-error .select2-container--focus .select2-selection {
    border: 1px solid #FF5869;
    box-shadow: 0 0 5px #FF5869;
}

.dd-select {
    z-index: 1;
}

label.dd-selected-text {
    margin-bottom: 0px;
}

div.dd-select,
label.dd-selected-text {
    cursor: pointer;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    background: transparent;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border: 1px dashed #9194b9;
    border-radius: 0;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    border: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: hsla(0,0%,100%,.6);
}

.select2-container--bootstrap .select2-selection {
    background: transparent !important;
    border-color: #9194b9;
}

.select2-dropdown {
    background-color: #27293d;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #27293d;
    border: 1px solid #009CDE;
    border-radius: 4px;
    color: #009CDE;
    font-size: 14px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #27293d;
}