/* ************************************************** */
/*          CSS SELECT 2 PARA MATERIALIZE             */
/* ************************************************** */
.select2-container--default .select2-selection--single {
  border: 2px !important;
  border-radius: 0px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  width: 96% !important;
  padding: 2% !important;
  height: 50% !important;
}

span.select2-search.select2-search--dropdown {
  height: 50px !important;
}

.select2-container--open .select2-dropdown--below {
  /* border-top: 1px solid #ccc !important; */
  border-top: 1px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown {
  background-color: white !important;
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

.select2-results__options {
  list-style: disc !important;
  margin: 0 !important;
  padding: 0 !important;
}

.select2-search--dropdown {
  display: block !important;
  padding: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  line-height: 30px !important;
  height: 31px !important;
  position: relative !important;
  top: -9px !important;
  border-bottom: 1px solid #9e9e9e !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  top: -12px !important;
  right: 1px !important;
  width: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block !important;
  padding-left: 0px !important;
  padding-right: 20px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent !important;
  border: none !important;
  font-size: 1em !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer !important;
  float: right !important;
  font-weight: bold !important;
  height: 26px !important;
  margin-right: 30px !important;
  padding-right: 0px !important;
  top: -9px !important;
  position: relative !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #d1d1d1 !important;
  top: -7px !important;
  position: inherit !important;
  font-size: medium !important;
}

.select2-container--default .select2-results>.select2-results__options {
  /* max-height: 200px;*/
  overflow-y: auto;
  background-color: #fff !important;
  margin: 0 !important;
  min-width: 100px !important;
  /* opacity: 0 !important; */
  /* position: absolute !important; */
  left: 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent !important;
  -webkit-text-fill-color: #999;
  /* cursor: default !important; */
  background-color: transparent !important;
  border-bottom: groove !important;
}