/*
 * 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-ee4f9798] {
  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-ee4f9798] {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.primary_action_hover.btn-select[data-v-ee4f9798],
.primary_action_hover[data-v-ee4f9798]:active,
.primary_action_hover.active[data-v-ee4f9798],
.primary_action_hover[data-v-ee4f9798]:checked,
.primary_action_hover[data-v-ee4f9798]::selection,
.primary_action_hover.open[data-v-ee4f9798],
.primary_action_hover[aria-expanded="true"][data-v-ee4f9798] {
  background-color: #265c89;
}
/*sdp download*/
.content[data-v-ee4f9798] {
  width: 350px;
}
.content .first[data-v-ee4f9798] {
  padding-top: 5px;
}
.content .form-group > label[data-v-ee4f9798] {
  float: left;
  width: 75%;
}
#button-selectedDownload[data-v-ee4f9798] {
  margin-top: 15px;
}
.btn[data-v-ee4f9798],
.btn-default[data-v-ee4f9798],
.btn-primary[data-v-ee4f9798] {
  white-space: initial;
}
.btn[data-v-ee4f9798]:focus,
.btn-default[data-v-ee4f9798]:focus,
.btn-primary[data-v-ee4f9798]:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.btn[data-v-ee4f9798]:hover,
.btn-default[data-v-ee4f9798]:hover,
.btn-primary[data-v-ee4f9798]:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.btn:hover.btn-select[data-v-ee4f9798],
.btn-default:hover.btn-select[data-v-ee4f9798],
.btn-primary:hover.btn-select[data-v-ee4f9798],
.btn[data-v-ee4f9798]:hover:active,
.btn-default[data-v-ee4f9798]:hover:active,
.btn-primary[data-v-ee4f9798]:hover:active,
.btn:hover.active[data-v-ee4f9798],
.btn-default:hover.active[data-v-ee4f9798],
.btn-primary:hover.active[data-v-ee4f9798],
.btn[data-v-ee4f9798]:hover:checked,
.btn-default[data-v-ee4f9798]:hover:checked,
.btn-primary[data-v-ee4f9798]:hover:checked,
.btn[data-v-ee4f9798]:hover::selection,
.btn-default[data-v-ee4f9798]:hover::selection,
.btn-primary[data-v-ee4f9798]:hover::selection,
.btn:hover.open[data-v-ee4f9798],
.btn-default:hover.open[data-v-ee4f9798],
.btn-primary:hover.open[data-v-ee4f9798],
.btn:hover[aria-expanded="true"][data-v-ee4f9798],
.btn-default:hover[aria-expanded="true"][data-v-ee4f9798],
.btn-primary:hover[aria-expanded="true"][data-v-ee4f9798] {
  background-color: #265c89;
}
.formatselect[data-v-ee4f9798] {
  width: 100%;
  height: 30px;
  margin-right: 15px;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
}
.limiter[data-v-ee4f9798] {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
.header[data-v-ee4f9798] {
    padding: 5px;
}
}

#circle-overlay {
  position: absolute;
  background: rgba(51, 153, 204, 0.8);
  color: #fff;
  padding: 4px 8px;
}
#tooltip-overlay {
  position: absolute;
  background: rgba(51, 153, 204, 0.8);
  color: #fff;
  padding: 4px 8px;
}

