   
/*
 *   select2 overrides 
 */
.select2-container .select2-choice {
    height: 35px;
    background: #333333;
    color: white;
    border-style: none;

    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.2rem;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../images/icons/navigation-down-white.png') no-repeat 0 1px !important;
}
.select2-container .select2-choice .select2-arrow {
    display: block;
    width: 30px;
    border: none;
    height: 100%;
    background: url('../../images/icons/navigation-down-white.png') no-repeat 0 1px !important;
}
.select2-results .select2-highlighted {
    background: #333333;
    color: white;
}
.select2-search {
    padding-top: 4px;
}
.select2-results li {
    padding-top: 5px;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
li.select2-no-results{
    font-size: 1.2rem;
    line-height: 1.0rem;
}

.select2-container .select2-choice > .select2-chosen {
    padding-top: 4px !important;
}



.select2-container-multi .select2-choices {
    min-height: 26px;
    border: none;
    background-image: none !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 0px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 29px;
    padding-left: 20px;
    padding-right: 12px;
}
.select2-container-multi .select2-choices .select2-search-choice a {
  /*  margin-top: 4px;*/
}
