/*
 * 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[data-v-41f06b7a] {
  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[data-v-41f06b7a] {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.primary_action_hover.btn-select[data-v-41f06b7a],
.primary_action_hover[data-v-41f06b7a]:active,
.primary_action_hover.active[data-v-41f06b7a],
.primary_action_hover[data-v-41f06b7a]:checked,
.primary_action_hover[data-v-41f06b7a]::selection,
.primary_action_hover.open[data-v-41f06b7a],
.primary_action_hover[aria-expanded="true"][data-v-41f06b7a] {
  background-color: #265c89;
}
div.toggleCheckboxComponent[data-v-41f06b7a] {
  width: 63px;
}
div.toggleCheckboxComponent[data-v-41f06b7a]:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
div.toggleCheckboxComponent:hover.btn-select[data-v-41f06b7a],
div.toggleCheckboxComponent[data-v-41f06b7a]:hover:active,
div.toggleCheckboxComponent:hover.active[data-v-41f06b7a],
div.toggleCheckboxComponent[data-v-41f06b7a]:hover:checked,
div.toggleCheckboxComponent[data-v-41f06b7a]:hover::selection,
div.toggleCheckboxComponent:hover.open[data-v-41f06b7a],
div.toggleCheckboxComponent:hover[aria-expanded="true"][data-v-41f06b7a] {
  background-color: #265c89;
}
div.toggleCheckboxComponent[data-v-41f06b7a]:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}

.PopulationRequest[data-v-4aaa9dd4] {
  max-width: 500px;
}
div.result[data-v-4aaa9dd4] {
  margin-top: 10px;
}
.result .table[data-v-4aaa9dd4] {
  margin-bottom: 20px;
}
.result .table td[data-v-4aaa9dd4] {
  padding: 8px;
  border-top: 1px solid #ddd;
}
.checkbox-container .form-inline[data-v-4aaa9dd4] {
  font-size: 15px;
}
@media (max-width: 767px) {
.checkbox-container .form-inline[data-v-4aaa9dd4] {
    font-size: 12px;
}
}
.checkbox-container .form-inline .title-checkbox[data-v-4aaa9dd4] {
  width: 100%;
}
.checkbox-container .form-inline .title-checkbox label[data-v-4aaa9dd4] {
  white-space: normal;
  padding-left: 5px;
}

/*
 * 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;
}
#tooltip-overlay {
  position: relative;
  background: #204d74;
  color: #fff;
  max-width: 200px;
  padding: 4px 8px;
}
#circle-overlay {
  position: relative;
  top: -20px;
  background: #204d74;
  color: #fff;
  max-width: 70px;
  padding: 4px 8px;
}

