﻿ 
.select2-container
{
        background-color: #EEE !important;
        font-family: Arial, sans-serif;

}
.select2-container .select2-choice{


    background-image:none;
    background-color: #EEE !important;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 35px;
    height:35px;
    position: relative;
    color: #888;
    outline: none;
    text-decoration: none;
    font-weight: bold !important;
    cursor:pointer;
    border:0 !important;
    border-radius:0;
 }
.select2-container.select2-drop-above .select2-choice,
.select2-container.select2-drop-above .select2-choices
{
    border-radius:0;
     border-bottom-color: none;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choices .select2-arrow
{
    width:30px;
    border-left:0;
    background:none;
    background-image:none;
    border-radius:0;
}
 

.select2-container-active .select2-choice,
.select2-container-active .select2-choices  {
    border: 0;
    outline: none;

    -webkit-box-shadow: none;
            box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
        border: 0;
    outline: none;

    -webkit-box-shadow: none;
            box-shadow: none;

}
.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choices {
   border: 0;
    outline: none;
    background-image:none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: none;
}
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('dropdown-icon.png') !important;
        background-position:center;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

.select2-drop-active
{
    border:none;
    color:#DDD;
    /*width: 300px !important;*/
   
    background-color: #AAA;
    border-radius:0;
   -webkit-box-shadow: none;
            box-shadow: none;
    background-image: none;
}
.select2-results
{
    font-family: Arial, sans-serif;
    font-size:12px !important;
    max-height:300px;
}

.select2-results li.select2-highlighted
{
    background: #F5F5F5;
	color: #AAA;
}

.select2-results  li:hover,
.select2-results  li:focus 
{
    background: #F5F5F5;
	color: #AAA;
}
 