.compare-districts #layerfilter-selector-container .bootstrap-select {
  width: 12vw !important;
}
.compare-districts #layerfilter-selector-container .dropdown-menu.open {
  width: 400px;
  height: 200px;
}
.compare-districts #district-selector-container .bootstrap-select {
  width: 12vw !important;
}
.compare-districts #district-selector-container .dropdown-menu.open {
  height: 200px;
}
#compare-results {
  word-wrap: break-word;
}
#add-filter {
  width: 100%;
}
#help,
#remove-reference {
  padding-top: 5px;
  background-color: white;
  height: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  min-width: 30px;
}
#help:hover,
#remove-reference:hover {
  background-color: #d3d3d3;
}
.form-group {
  padding-left: 0px;
}
#compare-results {
  line-height: 1.6;
}
.name-tag {
  border-radius: 5px;
  background-color: #E3E3E3;
  color: black;
  padding: 2px 4px;
  margin: 2px;
  display: inline-block;
}
.name-tag.district-name {
  cursor: pointer;
}
#Referenzgebiet {
  margin-top: 10px;
}
.compare-district-row {
  min-width: 400px;
}
.compare-districts {
  min-height: 300px;
}
#add-filter-button-group {
  margin: 8px 15px;
  position: relative;
}
#show-in-dashboard,
#set-selected-district {
  width: 100%;
}
.table th,
.table td {
  border-bottom: 1px solid #ddd;
}
.table tr:hover {
  background-color: #f5f5f5;
}


/*
 * This file contains less mixins.
 *
 * ⚠️ This file must not contain any css rules. It is imported in many places,
 * and css rules in this file would result in a copy of all of the rules per import.
 */
/*
 * This file contains and imports less variables.
 * It is also used to override default styling to design custom styles.
 *
 * ⚠️ This file must not contain any css rules. It is imported in many places,
 * and css rules in this file would result in a copy of all of the rules per import.
 */
/*
 * Imports from Bootstrap
 */
/*
 * Masterportal Default Style (Override of Bootstrap)
 */
/* PRIMARY: Map Interaction
 * Used for control elements placed directly on the map.
 * Elements: Buttons and button-like elements.
 * Examples: ZoomButtons, MousePosition, ...
 */
/* SECONDARY: Navigation
 * Used for the nav bar, its children, and going back and forth within elements.
 * Elements: Navigation bars and togglers, overall content.
 * Examples: NavBar, open/close tool, layer list, change tabs, back button, next entry ...
 * NOTE Bootstrap 3 has some colours for "NavBar" and "Panels" - use instead of a secondary?
 */
/* ACCENT: Action
 * Action color for windows to trigger actions like saving or sending.
 * Elements: Buttons.
 * Examples: start search (for e.g. parcels), save something, draw something, send a message, ...
 */
/* NOTIFICATION COLOURS
 * Notification colours can and should be used directly from Bootstrap 3.
 * Keywords: success, info, warning, danger
 */
/* ICON SIZES */
/* FONT STYLES
 * TODO why is Arial Narrow an alternative to MPF Bold?
 */
/* NOTE if three sizes suffice, we could move this to bootstrap 3 variables */
/* Should something like this be supported for windows resp. buttons? TODO discuss */
/* other */
/*
 * Customer Style. In this place, all previously mentioned variables may be overwritten
 * to achieve a different look and feel from the default Masterportal design.
 *
 * Please note that the theme is currently under development and only used in some parts of the
 * application - changes will have limited effects.
 */
/* focus styling for actions like menu-entries, buttons, icons, etc */
.primary_action_focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
/* hover styling for actions like menu-entries, buttons, icons, etc */
.primary_action_hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.primary_action_hover.btn-select,
.primary_action_hover:active,
.primary_action_hover.active,
.primary_action_hover:checked,
.primary_action_hover::selection,
.primary_action_hover.open,
.primary_action_hover[aria-expanded="true"] {
  background-color: #265c89;
}
.table {
  margin: 0;
  padding: 0;
}
.table td {
  width: 0;
}
.tbody {
  border: none;
}
#filter-panel {
  width: 100%;
  padding: 10px;
  background-color: #E3E3E3;
}
#filter-panel button.close {
  margin-top: 4px;
  margin-left: 0px;
  border: none;
  padding: 0;
  opacity: 1;
}
#filter-panel button.close span {
  padding: 5px;
  color: #525252;
  font-size: 20px;
}
#filter-panel button.close span:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
#filter-panel button.close span:hover.btn-select,
#filter-panel button.close span:hover:active,
#filter-panel button.close span:hover.active,
#filter-panel button.close span:hover:checked,
#filter-panel button.close span:hover::selection,
#filter-panel button.close span:hover.open,
#filter-panel button.close span:hover[aria-expanded="true"] {
  background-color: #265c89;
}
#filter-panel button.close span:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.close {
  font-size: 15px;
  margin: 8px;
}
.reference-value-input {
  width: 60px;
}

input[type=range]::-ms-track {
  /*example */
  width: 100px;
  height: 10px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range] {
  padding: 0;
  margin: 0;
}
input[type=range]::-ms-fill-upper {
  background: gray;
  border-radius: 6px;
}
input[type=range]::-ms-fill-lower {
  background: gray;
  border-radius: 6px;
}
.slider-value {
  visibility: hidden;
  background-color: #FFFFFF;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.sliderdiv {
  position: relative;
  display: inline-block;
}
.sliderdiv:hover .slider-value {
  visibility: visible;
}
#lowerTolerance,
#upperTolerance {
  width: 40px;
}
table {
  margin: 0px;
}

