﻿.select2-results {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--open{
  -webkit-box-shadow: none;
  box-shadow: none;
}


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    min-height: 35px;
    background: #3C3C3C;
    color: #fff;
    border: 1px solid #3C3C3C;
    border-radius: 0;
    cursor: pointer;
    outline: 0;

    font-size: 16px;
    font-family: 'CorporateS-Regular';
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 16px;
    font-family: 'CorporateS-Regular';
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 44px 0 20px;
    color: inherit;
    line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #3c3c3c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%20%20%3Cpolygon%20points%3D%222%205.5%202%208.1%2010.5%2015.6%2019%208.1%2019%205.4%2010.5%2012%22%20fill%3D%22%23fff%22%20stroke%3D%22none%22%20stroke-miterlimit%3D%2210%22%20%2F%3E%0D%0A%3C%2Fsvg%3E) no-repeat;
    border: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, 
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple{
    height: 30px;
    line-height: 30px;    
}

.select2-container--default .select2-selection--multiple .default-title{
    padding-left: 10px;
    display: block;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    padding-right: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    margin-top: 4px;
    padding: 0 !important;
    overflow: initial;
    display: block;
    height:100%;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #646364 !important;
    padding-right: 30px !important;
    position: relative;

    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: absolute;
    right: 2px;
    font-size: 21px;
    background: url('../icons/close_abort_big.svg') no-repeat 0 0 transparent;
    margin-right: 2px;
    color: inherit;
    width: 15px;
    height: 15px;
    margin-top: 2px;
}

.select2-container--default .select2-dropdown {
    background: #eee;
    border-color: #3c3c3c;
    border-radius: 0;
}

.select2-container--default .select2-results__option {
    padding: 8px 20px;
    border-top: 1px solid #ccc;
    background-color: #515151;
    color: white;
}

.select2-container--default .select2-results__option:first-child {
    border-top: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #515151;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #515151;
    color: #00aedf;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 10px;
    background: #888;
    border: 0;
    border-radius: 0;
    color: #fff;
    line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: inherit;
}

.select2-container--default .select2-selection--multiple .select2-search__field{
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: inherit;
}

.select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
    opacity: 0.8;
    background-color: #3C3C3C;
    color: #888;
}