.react-select {
  display: block;
  flex-grow: 1;
  min-width: 0;
  background: none;
  vertical-align: middle;
  height: 29px;
  position: relative;
  top: -6px;
}

.react-select__control {
  background-color: transparent !important;
  border: none !important;
}

.react-select__control--is-focused {
  border: none !important;
  box-shadow: none !important;
}

.react-select__indicator-separator {
  visibility: hidden;
}

.react-select__value-container {
  padding: 2px 8px 2px 0 !important;
}

.react-select__placeholder {
  margin-left: 0 !important;
  left: 0;
  color: #a9a9a9 !important;
  font-weight: lighter !important;
}

.react-select__input {
  margin-left: -2px !important;
}
.react-select__menu{
  z-index:10 !important;
}
.layout.horizontal>.layout-cell.gut-bottom{
  margin-bottom:0;
  margin-right:20px;
}
button.padding-small{
  padding:6px;
}