match-section .md-button.active {
  border-bottom: 1px solid #ebebeb;
}

.match-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
}

li.match-item {
  position: relative;
  padding-left: 41px;
}

.match-link table {
  width: 99%;
  border-collapse: collapse;
}

.match-link td {
  vertical-align: middle;
  width: 50%;
  padding: 0 5px;
  height: 40px;
  line-height: 0.9;
  border-left: 1px solid #ebebeb;
}

.match-link td small {
  font-size: 0.7em;
  color: #aaaaaa;
}

.match-menu .md-button {
  padding: 0px !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 42px !important;
  max-height: 42px !important;
  line-height: 1 !important;
  display: block;
  text-align: center !important;
  cursor: pointer !important;
}

.match-link {
  border-bottom: 1px solid #ebebeb;
  padding-left: 0 !important;
}

.match-link .md-button {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none;
}

.match-link .md-button {
  min-height: 40px !important;
  height: 40px !important;
  line-height: 40px;
}

.match-link .md-button.active {
  font-weight: bolder;
  border-bottom: 0px;
}

.match-link .md-button.active.md-warn {
  color: red;
}

.match-invisible .md-button {
  opacity: 0.3;
}

match-section .md-sup {
  font-size: 9px;
}

.matching-multi-select {
  display: block;
  position: relative;
  overflow: visible;
  border-left: 3px solid #01579b;
}

md-toolbar.matching-toolbar {
  padding: 0;
  line-height: 47px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

.matching-toolbar label {
  line-height: 1.5;
}

md-input-container.matching-search {
  padding: 0 10px !important;
  color: #ffffff !important;
}
md-input-container.matching-search label {
  color: #ffffff !important;
}
md-input-container.matching-search input {
  color: #ffffff !important;
  border-bottom-color: #ffffff !important;
  text-transform: uppercase;
}
md-input-container.matching-search.md-input-focused label {
  color: transparent !important;
}
md-input-container.matching-search.md-input-has-value label {
  color: transparent !important;
}
md-input-container.matching-search.md-input-focused input {
  border-bottom-color: transparent !important;
}

.matching-content {
  position: relative;
  /* top: 47px; */
  right: 0;
  /* width: 340px; */
  bottom: 0;
}

.matching-toolbar {
  top: -16px;
}

.double-column {
  overflow: hidden;

  height: 100%;
  display: flex;
  justify-content: space-between;
}

.double-column > div {
  flex: 1;
}

#tools-container > .md-virtual-repeat-offsetter > div:first-child {
  display: none;
}

.list-mini {
  height: 500px;
}
