/** Reset */
.select2-container .select2-choice .select2-arrow,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop,
.select2-drop.select2-drop-above,
.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choice,
.select2-container .select2-choice,
.select2-container.select2-drop-above .select2-choice,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi .select2-choices,
.select2-search input,
.select2-container-multi .select2-container-active .select2-choices,
.select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi .select2-choices .select2-search-choice

{
    background-image: none;
    background: #FFFFFF none;
    filter: none;
    box-shadow: none;
    -webkit-box-shadow: none;

}

.select2-search input {
    background: #fff url('/img/icons/select2.png') no-repeat 4px -22px;
    background: url('/img/icons/select2.png') no-repeat 4px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/img/icons/select2.png') no-repeat 4px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/img/icons/select2.png') no-repeat 4px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/img/icons/select2.png') no-repeat 4px -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container .select2-choice .select2-arrow b {
  background: url("/img/icons/select2.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}

/** select2-container */
.select2-container {
  min-height: 40px;
  margin: 0 auto;
}

.select2-container .select2-choice {
    height: 34px;
    width: 200px;
}

    div.filter .select2-container .select2-choice {
      width: 200px;
    }

.select2-container .select2-choice {
    border: 1px solid #DDDDDD;
}

.select2-container .select2-choice .select2-arrow {
    width: 40px;
    border-left: 1px solid #DDDDDD;
}

    .select2-container .select2-choice .select2-arrow b {
        margin-left: 12px;
        margin-top: 3px;
    }

    .select2-dropdown-open .select2-choice .select2-arrow b {
      background-position: -22px 2px;
    }

    .select2-container .select2-choice > .select2-chosen {
        /* color: #6B6666; */
        float: left;
        font-size: 12px;
        letter-spacing: 0.8px;
        margin-left: 4px;
        margin-top: 3px;
        text-transform: none;
        font-weight: initial;
    }

/** DropDown */
div.filter .select2-dropdown-open .select2-choice {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px /** ImportantDelete */;
}
.select2-drop-active {
  border: 1px solid #E5E6E8;
  box-shadow: 0 3px 3px rgba(40, 49, 55, 0.26);
  margin-top: -4px;
}

    .select2-search {
        background: none repeat scroll 0 0 #FFFFFF;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EAEEF1;
    }

        .select2-search input {
            border: 1px solid #D2D2D2;
            border-radius: 3px;
            padding: 0;
            margin: 0;
            min-height: 30px;
        }

        .select2-search input[type="text"]:focus, .select2-search input[type="password"]:focus, .select2-search button:focus {
            outline: none;
            padding-left: 22px;
        }

    ul.select2-results {
        margin: 0;
        padding: 0;
    }

        li.select2-result {
          background: none repeat scroll 0 0 #F8FAF9;
          border-bottom: 1px solid #EAEEF1;
          padding: 8px 5px;
          color: #768A93;
        }

        .select2-results .select2-highlighted {
          background: #2DA8EB;
          border-bottom: none;
          color: #FFFFFF;
        }

        .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
          background: none repeat scroll 0 0 #FFFFCC;
          padding: 10px;
          color: #3E505D;
        }

.no-search .select2-search {
    display:none
}
