.association-selection-component {
  height: 100%;
}

.association-selection-component .association-selection-table tr.selectable {
	cursor: pointer;
}

.association-selection-component .association-selection-table tr.highlighted {
  font-weight: bold;
}

.association-selection-component:not(.single-select) .association-selection-table tr.selected {
	font-weight: bold;
}

.association-selection-component .association-selection-table .code {
  width: 120px;
}
.association-selection-component .association-selection-table .code-1 {
  width: 20px;
}
.association-selection-component .association-selection-table .code-2_3 {
  width: 100px;
}
.association-selection-component .association-selection-table .code-1_2 {
  width: 40px;
}
.association-selection-component .association-selection-table .code-3 {
  width: 80px;
}
.association-selection-component .association-selection-table .district {
  width: 40px;
  text-align: center;
}
.association-selection-component .association-selection-table .clubcloud {
  width: 40px;
  text-align: center;
}
.association-selection-component .association-selection-table .selection {
  width: 70px;
  text-align: center;
  cursor: pointer;
}

.association-selection-component .selection-input {
  border: 1px solid #ced4da;
  padding: 5px;
  margin-top: 5px;
  margin-right: 80px;
}

.association-selection-component .selection-control {
  position: absolute;
  top: 52px;
  right: 11px;
  width: 70px;
  height: 30px;
}

.association-selection-component .selection-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
}

.association-selection-component .selection-button:hover {
  background-color: #d0d8e2;
}

.association-selection-component .selection-button.select-all {
  left: 4px;
}

.association-selection-component .selection-button.deselect-all {
  left: 30px;
}

.association-selection-component .selection-button > div {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
}

.association-selection-component.single-select .selection,
.association-selection-component.single-select .flex-bottom-static {
  display: none;
}
