/**
 * Multiple Select2
 */
/*.select2-selection__rendered li {
    margin-top: 8px;
    margin-bottom: 2px;
    margin-right: 8px;
    margin-left: 0px;
}*/

.select2-container--default {
    width: 100% !important;
    border-bottom:1px solid #ccc;
    /**
     * Textbox
     */
    /**
     * Dropdown
     */
    /**
     * Options
     */
    /**
     * Focused textbox
     */
    /**
     * Disabled textbox
     */
}

.select2-container--default.select2-container--below.select2-container--focus {
    border-bottom:1px solid #ccc;
}

.select2-container--default ::-webkit-input-placeholder {
    color: inherit;
}
.select2-container--default ::-moz-placeholder {
    color: inherit;
}
.select2-container--default :-ms-input-placeholder {
    color: inherit;
}
.select2-container--default ::-ms-input-placeholder {
    color: inherit;
}
.select2-container--default ::placeholder {
    color: inherit;
}
.select2-container--default .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    /*margin-top: 0.2rem;
    margin-bottom: 1rem;*/
    /* @extend input[type=text] */
    background-color: transparent;
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 2.1rem;
    --border-bottom: 1px solid #ccc;
}
.select2-container--default .select2-selection .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    float: left;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    float: right;
    margin-top: 5px;
}
.select2-container--default .select2-selection.select2-selection--multiple {
    /*display: inline-block;*/
    /**
     * Multiple selected options
     */
    /**
     * Multiple selected option clear button
     */
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    margin-bottom: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 22px;
    line-height: 23px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-top: 8px;
    margin-bottom: 2px;
    margin-right: 8px;
    margin-left: 0px;
    padding-right: 16px;
}
.select2-container--default.select2-container--focus.select2-container--open  .select2-selection--multiple .select2-selection__choice {
    /*margin-top: 0px;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 3px;
    margin-right: -13px;
    -margin-left: 6px;
    -webkit-transition: opacity;
    transition: opacity;
    border: none;
    height: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .default-icons */
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: red;
    padding-left: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100%;
    margin-top: 1px;
    /* Match input[type=text] */
    /*height: 34px;*/
    line-height: 1;
    font-size: 14px;
}
.select2-container--default .select2-dropdown {
    /*border: 0;*/
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    /*margin-bottom: 16px;*/
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.select2-container--default .select2-dropdown .select2-search__field:focus {
    -border-bottom: 1px solid #4285f4;
    -box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--default .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}
.select2-container--default .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    line-height: 0.8rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    -font-size: 1.2rem;
    display: block;
    /*padding: 1rem;*/
    /**
     * Disabled options
     */
    /**
     * Selected option
     */
    /**
     * Active/hovered option
     */
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}
.select2-container--default .select2-results__option.select2-results__option--selected {
    background-color: #e53935;
    color: #fff;
}

.select2-container--default .select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
    background-color: #ff6a6a;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: silver;
    background-color: #e53935;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #41b883;
    color:#fff;
}
.select2-container--default.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    /*border-bottom: 1px solid #AAAAAA;;
    box-shadow: 0 1px 0 0 #AAAAAA;;
    */
}
.select2-container--default.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single/*, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple*/ {
    -margin-top: 5px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.select2-container--default .select2-selection--single {
    margin-top: 0px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    height: 22px;
    line-height: 23px;
    margin-top: 8px;
}