﻿
.select2-dropdown .select2-search {
    z-index:9999;
    position:absolute;
    top:-39px;
    left:0px;
    right:40px;
    float:left;
    padding: 0;
    border-radius:5px;

    /*border:0px;*/
}
.select2-dropdown input {
  border-radius:5px;
  outline:0px !important;
  background-color:#fff;
}


.select2-dropdown .select2-search .select2-search__field {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom:0;
  border-radius: 5px;
  
  /* padding: @padding-base-vertical @padding-base-horizontal; */
  padding: 6px 12px;
  
  /* height: calc(@input-height-base - 1px); */
  height: 38px;
  
}

/*.select2-dropdown {
  background-color:transparent !important;
}*/


