.select2-container--default .select2-selection--single {
  padding: 0 15px;
  border: 1px solid #E6E7E8;
  color: #1D72B5;
  line-height: 36px;
  height: 36px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  color: #1D72B5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: block;
    left: 4px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #fff url(../images/icon_arrow_triangle_down.png) no-repeat 95% 50%;
}


.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #E6E7E8;
}
