/*
 * This file contains and imports less variables, mixins, and functions.
 * 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.
 */
.address-list[data-v-bd57c524] {
  z-index: 3;
  padding-left: 15px;
}
.address-list li[data-v-bd57c524]:first-child {
  border-top: 0;
}
.address-list li[data-v-bd57c524]:hover {
  cursor: pointer;
  background-color: #e3e3e3;
}

/*
 * This file contains and imports less variables, mixins, and functions.
 * 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.
 */
.route-information-container span[data-v-f3f034d2] {
  font-family: "MasterPortalFont Bold", "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
}
.route-information-container .result[data-v-f3f034d2] {
  background-color: #e5e5e5;
}
.route-information-container .result p[data-v-f3f034d2]:first-child {
  padding-top: 20px;
}
.route-information-container .result p[data-v-f3f034d2]:last-child {
  padding-bottom: 20px;
}
.route-information-container .description button[data-v-f3f034d2] {
  margin: 20px 0;
}
.route-information-container .description ol[data-v-f3f034d2] {
  padding-left: 15px;
}
.route-information-container .description li[data-v-f3f034d2] {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
.route-information-container .description ol[data-v-f3f034d2] {
    font-size: 14px;
}
.route-information-container .description label[data-v-f3f034d2] {
    font-size: 14px;
}
}

.schools-container .form-group[data-v-094ee48a] {
  margin-bottom: 25px;
}
.schools-container .form-group > label[data-v-094ee48a] {
  float: left;
  width: 75%;
}
.schools-container #regional-school[data-v-094ee48a] {
  cursor: pointer;
}

div.toggleCheckboxComponent[data-v-d2d06d8e] {
  width: 63px;
}

.content-school-route-planning[data-v-b292c058] {
  padding-top: 20px;
}
.content-school-route-planning .input-group[data-v-b292c058] {
  width: 100%;
}
.content-school-route-planning .form-group[data-v-b292c058] {
  margin-bottom: 25px;
}
.content-school-route-planning .form-group > label[data-v-b292c058] {
  float: left;
  width: 75%;
}
.content-school-route-planning .routing-checkbox-container[data-v-b292c058] {
  margin-bottom: 33px;
  width: 100%;
}
.content-school-route-planning .routing-checkbox-container .routing-checkbox-label[data-v-b292c058] {
  padding-top: 9px;
}
.content-school-route-planning .routing-checkbox-container .routing-checkbox-toggle-checkbox[data-v-b292c058] {
  position: absolute;
  right: 15px;
}
#regional-school[data-v-b292c058] {
  cursor: pointer;
}

.content-school-route-planning .bootstrap-select .dropdown-menu {
  right: 0;
  left: null;
}

