.load_area {
  top: 65px;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(250,250,250,0.5);
  z-index: 100;
}

.loading_img {
  display: block;
  width: 40px;
  position: absolute;
  top: 40%;
  left: 50%;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #666;
}

.select2-container {
  margin-top: 4px;
  margin-left: 0px;
}

.select2-container .select2-selection--single {
  height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -4px;
}

.select2-search__field {
  height: 20px;
}

.select2-container--open .select2-dropdown--below {
  font-size: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: normal;
  display: block;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  color: #000;
}
