/*body>.select2-container.select2-container--default.select2-container--open{*/
/*    padding:0;*/
/*    border:0;*/
/*}*/
.select2-container{
/*    font-size: 15px;*/
/*    padding: 6px 9px;*/
/*    box-sizing: border-box;*/
/*    border: 1px solid #dcdcdc;*/
/*    font-family: Arial,Verdana;*/
    min-width: 100%;
}
.select2-selection.error {
    background-color: rgba(230,0,0,.1);
    color: #e60000;
    border-color: #b30000;
}
/*.select2-container--default .select2-selection--single,*/
/*.select2-container--default .select2-selection--multiple{*/
/*    border:0;*/
/*    height:20px;*/
/*}*/
/*.select2-container--default.select2-container--focus .select2-selection--multiple[aria-expanded=true]{*/
/*    border: 1px solid #658315;*/
/*    border-radius: 0;*/
/*}*/
/*.select2-container--default.select2-container--focus .select2-selection--multiple[aria-expanded=false]{*/
/*    border: 0;*/
/*}*/

/*.select2-selection.select2-selection--multiple{*/
/*    height: auto;*/
/*}*/
/*.select2-container--default .select2-selection--single .select2-selection__rendered{*/
/*    line-height: 20px;*/
/*}*/
/*.select2-container--default .select2-selection--single .select2-selection__arrow{*/
/*    height: 100%;*/
/*    top:0;*/
/*}*/
/*.select2-container .select2-search--inline{*/
/*    width: 100%;*/
/*}*/
/*.select2-dropdown{*/
/*    border-radius: 0;*/
/*    border-color: #dcdcdc;*/
/*}*/
/*.select2-dropdown h4{*/
/*    padding: 6px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    color:#658315;*/
/*    background: #dcdcdc;*/
/*    margin-bottom: 3px;*/
/*}*/
/*.select2-results span>img{*/
/*    width: 40px;*/
/*    margin: 3px;*/
/*    vertical-align: top;*/
/*}*/
/*.select2-results__option{*/
/*    padding:0;*/
/*}*/
/*.select2-container--default .select2-results__option--highlighted[aria-selected] {*/
/*    background-color: #658315;*/
/*}*/
/*.select2-container--default .select2-results__option[aria-selected=true] {*/
/*    background-color: #fff;*/
/*}*/
/*.select2-container--default .select2-results__option[id^="select2"]{*/
/*    padding:9px;*/
/*}*/
/*.select2-container--default .select2-results__option[id^="select2"][aria-selected=true] {*/
/*    color:#555;*/
/*    background-color: #ddd;*/
/*}*/
/*.select2-results__options{*/
/*    min-height: 16px;*/
/*}*/
/*.select2-results__message,*/
/*.select2-results__option.select2-results__option--load-more{*/
/*    margin-left: 4px;*/
/*    color: #769918 !important;*/
/*    font-weight: bold;*/
/*}*/
/*.select2-search__field,*/
/*.select2_search__field{*/
/*    width: 100% !important;*/
/*    border-color: #658315 !important;*/
/*}*/
/*.select2_search__field{*/
/*    border: none;*/
/*    font-size: 100%;*/
/*    margin-top: 5px;*/
/*    padding: 0;*/
/*}*/
/*.select2-search__field.loading,*/
/*.select2-selection.select2-selection--multiple.loading{*/
/*    background: url("../../../img/loader_green_lgrey.gif") #fff 95% center no-repeat;*/
/*}*/
/*.select2-container--default .select2-selection--multiple .select2-selection__clear{*/
/*    margin-right:0;*/
/*    margin-top:9px;*/
/*}*/
/*.select2-selection__clear{*/
/*    color:red;*/
/*}*/
/*.select2-results__option>div{*/
/*    margin: 3px;*/
/*}*/
/*.select2-results__option>div.active,*/
/*.select2-results__option>div:hover,*/
/*.select2-results__option>div:focus{*/
/*    background: #658315;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    cursor: pointer;*/
/*}*/
/*.select2-results__option img{*/
/*    width: 40px;*/
/*    margin: 3px;*/
/*    vertical-align: top;*/
/*}*/
/*.select2-results__option span{*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    margin-left: 7px;*/
/*    margin-bottom: 4px;*/
/*}*/
/*.select2-results__option h5{*/
/*    text-transform: uppercase;*/
/*    padding-top: 4px;*/
/*    font-size: 13px;*/
/*    font-weight: bold;*/
/*    color: #769918;*/
/*}*/
/*.select2-results__option h6{*/
/*    margin-top: 2px;*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*}*/
/*.select2-results__option>div.active h5,*/
/*.select2-results__option>div.active h6,*/
/*.select2-results__option>div:hover h5,*/
/*.select2-results__option>div:hover h6,*/
/*.select2-container--default .select2-results__option--highlighted[aria-selected=false] h5,*/
/*.select2-container--default .select2-results__option--highlighted[aria-selected=false] h6{*/
/*    color:#fff;*/
/*}*/
/*.select2-results__option h6>b,*/
/*.select2-results__option h5>b{*/
/*    color: red;*/
/*    font-weight: bold;*/
/*}*/
/*.select2-empty_message{*/
/*    font-size: 14px;*/
/*    color: #999;*/
/*    font-family: vdpubuntu, Arial, Verdana;*/
/*}*/
