/*
 * 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.
 */
.dipas-gfi-content[data-v-5a8e92cf] {
  margin: 12px;
  font-family: "MasterPortalFont", "Arial", sans-serif;
}
.dipas-gfi-content .dipas-gfi-thema[data-v-5a8e92cf] {
  font-family: "MasterPortalFont", "Arial", sans-serif;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
}
.dipas-gfi-content .dipas-gfi-name[data-v-5a8e92cf] {
  font-family: "MasterPortalFont Bold", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  color: #003063;
  padding-bottom: 16px;
}
.dipas-gfi-content .dipas-gfi-name a[data-v-5a8e92cf] {
  color: #003063;
}
.dipas-gfi-content .dipas-gfi-description[data-v-5a8e92cf] {
  font-family: "MasterPortalFont", "Arial", sans-serif;
  font-size: 14px;
  color: #808080;
}
.dipas-gfi-content .dipas-gfi-icon img[data-v-5a8e92cf] {
  width: 30px;
  float: left;
  margin: 0px 10px 10px 0px;
}
.dipas-gfi-content a.dipas-gfi-more[data-v-5a8e92cf] {
  font-size: 12px;
  border-radius: 2px;
  margin-top: 20px;
  padding: 7px 8px 4px;
  background-color: #E40613;
  border-color: #800040;
  color: #ffffff;
  font-family: "MasterPortalFont Bold", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

