/*
 * 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-a39b6f98] {
  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-a39b6f98] {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.primary_action_hover.btn-select[data-v-a39b6f98],
.primary_action_hover[data-v-a39b6f98]:active,
.primary_action_hover.active[data-v-a39b6f98],
.primary_action_hover[data-v-a39b6f98]:checked,
.primary_action_hover[data-v-a39b6f98]::selection,
.primary_action_hover.open[data-v-a39b6f98],
.primary_action_hover[aria-expanded="true"][data-v-a39b6f98] {
  background-color: #265c89;
}
#CommuterFlows button[data-v-a39b6f98]:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
#CommuterFlows button[data-v-a39b6f98]:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
#CommuterFlows button:hover.btn-select[data-v-a39b6f98],
#CommuterFlows button[data-v-a39b6f98]:hover:active,
#CommuterFlows button:hover.active[data-v-a39b6f98],
#CommuterFlows button[data-v-a39b6f98]:hover:checked,
#CommuterFlows button[data-v-a39b6f98]:hover::selection,
#CommuterFlows button:hover.open[data-v-a39b6f98],
#CommuterFlows button:hover[aria-expanded="true"][data-v-a39b6f98] {
  background-color: #265c89;
}
.container[data-v-a39b6f98] {
  max-width: 340px;
}
.section[data-v-a39b6f98] {
  margin-bottom: 10px;
}
.section .col-sm-1[data-v-a39b6f98],
.section .col-sm-2[data-v-a39b6f98],
.section .col-sm-3[data-v-a39b6f98],
.section .col-sm-4[data-v-a39b6f98],
.section .col-sm-6[data-v-a39b6f98],
.section .col-sm-12[data-v-a39b6f98] {
  padding-left: 2px;
  padding-right: 2px;
}
.section .col-12[data-v-a39b6f98] {
  padding-top: 2px;
  padding-bottom: 2px;
}
hr[data-v-a39b6f98] {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid #ddd 1px;
}
.form-check-label[data-v-a39b6f98] {
  padding-left: 4px;
}
.animationButton[data-v-a39b6f98] {
  width: 80px;
}
.noDataset[data-v-a39b6f98] {
  margin-top: 10px;
  text-align: center;
}
.featureList[data-v-a39b6f98] {
  height: 200px;
  overflow-y: auto;
}
.featureList table[data-v-a39b6f98] {
  width: 100%;
  padding: 0;
  margin: 0;
}
.featureList table tbody tr[data-v-a39b6f98]:nth-child(odd) {
  background-color: #fdfdfd;
}
.featureList table tbody tr[data-v-a39b6f98]:nth-child(odd) {
  background-color: #f8f8f8;
}
.featureList table tr[data-v-a39b6f98] {
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
}
.featureList table tr td[data-v-a39b6f98] {
  padding: 0 1px 0 1px;
  margin: 0;
  vertical-align: middle;
}
.featureList table tr td.featureColor[data-v-a39b6f98] {
  width: 15%;
  text-align: center;
}
.featureList table tr td.featureColor div[data-v-a39b6f98] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.featureList table tr td.featureCaption[data-v-a39b6f98] {
  width: 35%;
}
.featureList table tr td.featureValue[data-v-a39b6f98] {
  width: 25%;
  text-align: right;
}
.featureList table tr td.featurePeople[data-v-a39b6f98] {
  width: 25%;
}
.tooltipWrapper[data-v-a39b6f98] {
  position: relative;
  width: 50%;
  float: left;
}
.tooltipWrapper .tooltip[data-v-a39b6f98] {
  position: absolute;
  top: 25px;
  width: 200px;
  z-index: 1;
  opacity: 1;
  border-radius: 4px;
  border: solid 1px #000;
  background-color: white;
  padding: 5px;
}
.tooltipWrapper .tooltipRight[data-v-a39b6f98] {
  right: 0px;
}

