/*
 * 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;
}
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span {
  background-color: #204d74;
  color: white;
}
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover.btn-select,
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover:active,
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover.active,
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover:checked,
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover::selection,
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover.open,
.dashboard .dashboard-inner .dashboard-widget.minimized .header button.win-control.open span:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard-widget {
  position: relative;
  overflow: hidden;
  margin: 5px;
}
.dashboard-widget.minimized #content {
  display: none;
}
.dashboard-widget.dragging {
  cursor: grabbing;
  background: rgba(0, 0, 255, 0.05);
}
.dashboard-widget .header {
  cursor: grab;
}
.dashboard-widget .header:hover {
  background: rgba(0, 0, 255, 0.05);
}
.dashboard-widget .detail-view-container {
  padding: 8px 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-widget .detail-view-container .dashboard-graph {
  width: 100%;
  height: 40vh;
}
.dashboard-widget .detail-view-container .graphTooltip {
  position: fixed;
  pointer-events: none;
}
.dashboard-widget .svg-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.dashboard-widget .svg-container svg {
  overflow: visible !important;
}
.dashboard-widget div.drag {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  opacity: 0.6;
  filter: alpha(opacity=0);
}
.dashboard-widget div.drag:hover {
  opacity: 0.9;
  filter: alpha(opacity=0);
  cursor: grab;
}
.dashboard-widget .buffer {
  height: 20px;
}
.dashboard-widget .widget-shadow {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.02);
  display: none;
}
.dashboard-widget .widget-shadow.dragging {
  display: block;
}

.parameter-control-container #help {
  float: right;
}

/*
 * 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;
}
.color-code {
  left: 0;
  bottom: 28px;
  position: absolute;
  background-color: rgba(255, 255, 255);
  color: #000000;
  font-size: 11px;
  padding: 4px;
}
.color-code .dropdown-container {
  float: left;
  padding-right: 0px;
}
.color-code .btn-reset,
.color-code .btn-prev-next {
  margin-top: 4px;
  padding: 6px 10px 5px 8px;
}
.color-code .btn-reset:hover,
.color-code .btn-prev-next:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.color-code .btn-reset:hover.btn-select,
.color-code .btn-prev-next:hover.btn-select,
.color-code .btn-reset:hover:active,
.color-code .btn-prev-next:hover:active,
.color-code .btn-reset:hover.active,
.color-code .btn-prev-next:hover.active,
.color-code .btn-reset:hover:checked,
.color-code .btn-prev-next:hover:checked,
.color-code .btn-reset:hover::selection,
.color-code .btn-prev-next:hover::selection,
.color-code .btn-reset:hover.open,
.color-code .btn-prev-next:hover.open,
.color-code .btn-reset:hover[aria-expanded="true"],
.color-code .btn-prev-next:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.color-code .bootstrap-select {
  width: 25vw !important;
}
.color-code .bootstrap-select .dropdown-menu.open {
  width: 550px;
}
.color-code .bootstrap-select ul {
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 0;
  list-style-type: none;
  overflow-x: hidden !important;
}
.color-code > div {
  padding: 4px 8px;
  border-right: 1px solid #ffffff;
}
.color-code > label {
  padding: 4px;
}
#color-code-legend {
  position: relative;
  padding: 7px;
  display: inline;
}
#inline-h5,
#legend-help {
  display: inline;
}

/*
 * 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;
}
.sidebar .header,
.sidebar .dashboard-footer,
.dashboard-inner .header,
.dashboard-inner .dashboard-footer {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.dashboard {
  overflow: hidden;
}
.dashboard .drag-bar {
  position: absolute;
  display: inline-block;
  height: calc(100vh - 50px);
  line-height: calc(100vh - 50px);
  vertical-align: top;
  width: 20px;
  text-align: center;
  font-size: 24px;
  border-right: 1px solid #fafafa;
  cursor: grab;
}
.dashboard .drag-bar:hover {
  background: #fafafa;
}
.dashboard .drag-bar.dragging {
  cursor: grabbing;
}
.dashboard .dashboard-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.dashboard .dashboard-inner .header div#print-button,
.dashboard .dashboard-inner .dashboard-footer div#print-button {
  float: left;
}
.dashboard .dashboard-inner .header button.close,
.dashboard .dashboard-inner .dashboard-footer button.close {
  margin-top: 8px;
}
.dashboard .dashboard-inner .header button,
.dashboard .dashboard-inner .dashboard-footer button {
  opacity: 1;
  margin-top: 4px;
  margin-left: 0px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.dashboard .dashboard-inner .header button span,
.dashboard .dashboard-inner .dashboard-footer button span {
  padding: 5px;
  color: #525252;
  font-size: 20px;
}
.dashboard .dashboard-inner .header button span:hover,
.dashboard .dashboard-inner .dashboard-footer button span:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard .dashboard-inner .header button span:hover.btn-select,
.dashboard .dashboard-inner .dashboard-footer button span:hover.btn-select,
.dashboard .dashboard-inner .header button span:hover:active,
.dashboard .dashboard-inner .dashboard-footer button span:hover:active,
.dashboard .dashboard-inner .header button span:hover.active,
.dashboard .dashboard-inner .dashboard-footer button span:hover.active,
.dashboard .dashboard-inner .header button span:hover:checked,
.dashboard .dashboard-inner .dashboard-footer button span:hover:checked,
.dashboard .dashboard-inner .header button span:hover::selection,
.dashboard .dashboard-inner .dashboard-footer button span:hover::selection,
.dashboard .dashboard-inner .header button span:hover.open,
.dashboard .dashboard-inner .dashboard-footer button span:hover.open,
.dashboard .dashboard-inner .header button span:hover[aria-expanded="true"],
.dashboard .dashboard-inner .dashboard-footer button span:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard .dashboard-inner .header button span:focus,
.dashboard .dashboard-inner .dashboard-footer button span:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.dashboard .dashboard-inner .header button#help,
.dashboard .dashboard-inner .dashboard-footer button#help {
  font-size: 12px;
  margin: 0px;
  color: #525252;
  float: right;
  border: none;
  width: auto;
  padding: 0;
}
.dashboard .dashboard-inner .header button#help:hover,
.dashboard .dashboard-inner .dashboard-footer button#help:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard .dashboard-inner .header button#help:hover.btn-select,
.dashboard .dashboard-inner .dashboard-footer button#help:hover.btn-select,
.dashboard .dashboard-inner .header button#help:hover:active,
.dashboard .dashboard-inner .dashboard-footer button#help:hover:active,
.dashboard .dashboard-inner .header button#help:hover.active,
.dashboard .dashboard-inner .dashboard-footer button#help:hover.active,
.dashboard .dashboard-inner .header button#help:hover:checked,
.dashboard .dashboard-inner .dashboard-footer button#help:hover:checked,
.dashboard .dashboard-inner .header button#help:hover::selection,
.dashboard .dashboard-inner .dashboard-footer button#help:hover::selection,
.dashboard .dashboard-inner .header button#help:hover.open,
.dashboard .dashboard-inner .dashboard-footer button#help:hover.open,
.dashboard .dashboard-inner .header button#help:hover[aria-expanded="true"],
.dashboard .dashboard-inner .dashboard-footer button#help:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard .dashboard-inner .header button#help:focus,
.dashboard .dashboard-inner .dashboard-footer button#help:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.dashboard .dashboard-inner .header .btn-group button,
.dashboard .dashboard-inner .dashboard-footer .btn-group button {
  margin-right: 4px;
  font-size: 14px;
}
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove {
  font-size: 14px;
  padding: 5px;
  margin-right: 5px;
  color: #525252;
}
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover.btn-select,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover.btn-select,
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover:active,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover:active,
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover.active,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover.active,
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover:checked,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover:checked,
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover::selection,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover::selection,
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover.open,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover.open,
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:hover[aria-expanded="true"],
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard .dashboard-inner .header .btn-group button span.glyphicon.remove:focus,
.dashboard .dashboard-inner .dashboard-footer .btn-group button span.glyphicon.remove:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.dashboard .dashboard-inner .header #reset-button,
.dashboard .dashboard-inner .dashboard-footer #reset-button {
  color: #525252;
}
.dashboard .dashboard-tooltip {
  position: fixed;
  padding: 5px;
  pointer-events: none;
}
.dashboard .dashboard-tooltip table {
  width: auto;
  margin: 0;
}
.dashboard .dashboard-tooltip table th,
.dashboard .dashboard-tooltip table td {
  width: auto;
  padding: 0 5px;
  max-width: 210px;
  vertical-align: top;
}
.dashboard .dashboard-tooltip table th:not(:last-child),
.dashboard .dashboard-tooltip table td:not(:last-child) {
  border-right: 1px solid grey;
}
.dashboard .dashboard-tooltip table th {
  text-align: left;
}
.dashboard .dashboard-tooltip table td {
  text-align: right;
}
.dashboard #dashboard-containers {
  display: flex;
  flex-wrap: wrap;
}
#info-screen .drag-bar {
  display: none;
}
#info-screen .dashboard-inner > .header > .close {
  display: none;
}

/*
 * 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;
}
.dashboard-table .head-bar,
.dashboard-table .table-footer {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  z-index: 100;
}
.dashboard-table .head-bar .filter,
.dashboard-table .table-footer .filter {
  width: 40%;
  min-width: 320px;
  float: right;
  display: flex;
  justify-content: flex-end;
}
.dashboard-table .head-bar .filter .filter-dropdown,
.dashboard-table .table-footer .filter .filter-dropdown {
  width: 100%;
}
.dashboard-table .head-bar .filter .dropdown-container,
.dashboard-table .table-footer .filter .dropdown-container {
  padding: 0;
}
.dashboard-table .head-bar .filter .dropdown-container .dropdown-toggle,
.dashboard-table .table-footer .filter .dropdown-container .dropdown-toggle {
  line-height: 14px;
}
.dashboard-table .head-bar .filter .btn-reset,
.dashboard-table .table-footer .filter .btn-reset {
  padding-top: 0px;
  display: inline-block;
  height: 26px;
}
.dashboard-table .head-bar #correlation-button,
.dashboard-table .table-footer #correlation-button {
  width: 100%;
}
.dashboard-table .head-bar .export-button,
.dashboard-table .table-footer .export-button {
  display: inline-block;
}
.dashboard-table .figure {
  overflow: auto;
}
.dashboard-table .figure button.open {
  float: right;
  padding: 12px;
  position: relative;
  background-color: transparent;
  border: 1px solid lightgrey;
  border-radius: 4px;
}
.dashboard-table .figure button.open span {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 8px;
  transform: rotate(45deg);
  pointer-events: none;
}
.dashboard-table .simple-views-container {
  padding: 8px 0px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-table .simple-views-container .btn-default:focus {
  outline: none;
}
.dashboard-table .simple-views-container table {
  width: calc(100% - 8px);
}
.dashboard-table .simple-views-container table thead tr {
  background: #fafafa;
}
.dashboard-table .simple-views-container table tbody {
  display: none;
}
.dashboard-table .simple-views-container table tbody.open {
  display: table-row-group;
}
.dashboard-table .simple-views-container table th,
.dashboard-table .simple-views-container table td {
  width: auto;
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.dashboard-table .simple-views-container table th.prop,
.dashboard-table .simple-views-container table td.prop {
  font-weight: 300;
}
.dashboard-table .simple-views-container table th.years,
.dashboard-table .simple-views-container table td.years {
  font-weight: 300;
}
.dashboard-table .simple-views-container table th.district,
.dashboard-table .simple-views-container table td.district {
  cursor: pointer;
}
.dashboard-table .simple-views-container table th:hover,
.dashboard-table .simple-views-container table td:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard-table .simple-views-container table th:hover.btn-select,
.dashboard-table .simple-views-container table td:hover.btn-select,
.dashboard-table .simple-views-container table th:hover:active,
.dashboard-table .simple-views-container table td:hover:active,
.dashboard-table .simple-views-container table th:hover.active,
.dashboard-table .simple-views-container table td:hover.active,
.dashboard-table .simple-views-container table th:hover:checked,
.dashboard-table .simple-views-container table td:hover:checked,
.dashboard-table .simple-views-container table th:hover::selection,
.dashboard-table .simple-views-container table td:hover::selection,
.dashboard-table .simple-views-container table th:hover.open,
.dashboard-table .simple-views-container table td:hover.open,
.dashboard-table .simple-views-container table th:hover[aria-expanded="true"],
.dashboard-table .simple-views-container table td:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard-table .simple-views-container table th:hover .move,
.dashboard-table .simple-views-container table td:hover .move {
  visibility: visible;
}
.dashboard-table .simple-views-container table th.minimized,
.dashboard-table .simple-views-container table td.minimized {
  width: 8px;
}
.dashboard-table .simple-views-container table th.minimized *:not(.toggle-col),
.dashboard-table .simple-views-container table td.minimized *:not(.toggle-col) {
  display: none;
}
.dashboard-table .simple-views-container table th .move,
.dashboard-table .simple-views-container table td .move {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 5px;
}
.dashboard-table .simple-views-container table th .move span,
.dashboard-table .simple-views-container table td .move span {
  color: white;
}
.dashboard-table .simple-views-container table th .move span:hover,
.dashboard-table .simple-views-container table td .move span:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard-table .simple-views-container table th .move span:hover.btn-select,
.dashboard-table .simple-views-container table td .move span:hover.btn-select,
.dashboard-table .simple-views-container table th .move span:hover:active,
.dashboard-table .simple-views-container table td .move span:hover:active,
.dashboard-table .simple-views-container table th .move span:hover.active,
.dashboard-table .simple-views-container table td .move span:hover.active,
.dashboard-table .simple-views-container table th .move span:hover:checked,
.dashboard-table .simple-views-container table td .move span:hover:checked,
.dashboard-table .simple-views-container table th .move span:hover::selection,
.dashboard-table .simple-views-container table td .move span:hover::selection,
.dashboard-table .simple-views-container table th .move span:hover.open,
.dashboard-table .simple-views-container table td .move span:hover.open,
.dashboard-table .simple-views-container table th .move span:hover[aria-expanded="true"],
.dashboard-table .simple-views-container table td .move span:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard-table .simple-views-container table th .toggle-col,
.dashboard-table .simple-views-container table td .toggle-col {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  color: white;
}
.dashboard-table .simple-views-container table th .toggle-col:hover,
.dashboard-table .simple-views-container table td .toggle-col:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard-table .simple-views-container table th .toggle-col:hover.btn-select,
.dashboard-table .simple-views-container table td .toggle-col:hover.btn-select,
.dashboard-table .simple-views-container table th .toggle-col:hover:active,
.dashboard-table .simple-views-container table td .toggle-col:hover:active,
.dashboard-table .simple-views-container table th .toggle-col:hover.active,
.dashboard-table .simple-views-container table td .toggle-col:hover.active,
.dashboard-table .simple-views-container table th .toggle-col:hover:checked,
.dashboard-table .simple-views-container table td .toggle-col:hover:checked,
.dashboard-table .simple-views-container table th .toggle-col:hover::selection,
.dashboard-table .simple-views-container table td .toggle-col:hover::selection,
.dashboard-table .simple-views-container table th .toggle-col:hover.open,
.dashboard-table .simple-views-container table td .toggle-col:hover.open,
.dashboard-table .simple-views-container table th .toggle-col:hover[aria-expanded="true"],
.dashboard-table .simple-views-container table td .toggle-col:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard-table .simple-views-container table th ul.list-group,
.dashboard-table .simple-views-container table td ul.list-group {
  padding: 0;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap,
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap {
  background-color: transparent;
  text-align: right;
  border-bottom: 0px transparent;
  border-right: 0px transparent;
  border-left: 0px transparent;
  white-space: nowrap;
  padding: 5px 0;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap:first-child,
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap:first-child {
  border-top: 0px transparent;
  display: block !important;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap:not(:first-child),
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap:not(:first-child) {
  display: none;
}
.dashboard-table .simple-views-container table th ul.list-group li.list-group-item.nowrap small,
.dashboard-table .simple-views-container table td ul.list-group li.list-group-item.nowrap small {
  color: #204d74;
}
.dashboard-table .simple-views-container tr:before {
  display: none;
}
.dashboard-table .simple-views-container tr.open .timeline-table ul li {
  display: block !important;
}
.dashboard-table .simple-views-container tr.open button.open {
  color: black;
  transform: rotate(180deg);
}
.dashboard-table .simple-views-container tr.open button.open span:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.dashboard-table .simple-views-container tr.open button.open span:hover.btn-select,
.dashboard-table .simple-views-container tr.open button.open span:hover:active,
.dashboard-table .simple-views-container tr.open button.open span:hover.active,
.dashboard-table .simple-views-container tr.open button.open span:hover:checked,
.dashboard-table .simple-views-container tr.open button.open span:hover::selection,
.dashboard-table .simple-views-container tr.open button.open span:hover.open,
.dashboard-table .simple-views-container tr.open button.open span:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard-table .simple-views-container tr:hover {
  background-color: #2b6a9d;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard-table .simple-views-container tr:hover button.open span {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.dashboard-table .simple-views-container tr.selected td,
.dashboard-table .simple-views-container tr.selected th {
  background: #204d74;
  color: white;
}
.dashboard-table .simple-views-container tr.selected td button.open span,
.dashboard-table .simple-views-container tr.selected th button.open span {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.dashboard-table .simple-views-container tr.selected td small,
.dashboard-table .simple-views-container tr.selected th small {
  color: #aae1fc !important;
}
.dashboard-table .simple-views-container tr.selected td:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
.dashboard-table .simple-views-container tr.selected td:hover.btn-select,
.dashboard-table .simple-views-container tr.selected td:hover:active,
.dashboard-table .simple-views-container tr.selected td:hover.active,
.dashboard-table .simple-views-container tr.selected td:hover:checked,
.dashboard-table .simple-views-container tr.selected td:hover::selection,
.dashboard-table .simple-views-container tr.selected td:hover.open,
.dashboard-table .simple-views-container tr.selected td:hover[aria-expanded="true"] {
  background-color: #265c89;
}
.dashboard-table .simple-views-container tr.selected td:hover button.open span {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.dashboard-table .tool-name {
  padding-left: 15px;
  font-family: "UniversNextW04-620CondB", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
}
.dashboard-table .simple-view .btn-default {
  margin: 4px;
}
.dashboard-table .btn-select {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.dashboard-table .btn-select .name:hover {
  font-weight: normal;
}
.simple-view {
  display: inline-block;
}
.detail-view-container {
  padding: 8px 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.detail-view-container .dashboard-graph {
  width: 100%;
  height: 40vh;
}
.detail-view-container .graphTooltip {
  position: fixed;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filter .simple-views-container button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .filter .head-bar {
    padding: 10px;
  }
}

#context-menu {
  min-width: 240px;
  max-width: 380px;
  position: fixed;
  background: white;
  -webkit-box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#context-menu .btn-group.header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
#context-menu .btn-group.header #name {
  padding-left: 15px;
  font-family: "UniversNextW04-620CondB", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
}
#context-menu .btn-group.header #close {
  float: right;
}
#context-menu .btn-group.header #close button {
  margin: 0;
}
#context-menu #actions {
  list-style-type: none;
  padding: 0;
}
#context-menu #actions li {
  width: 100%;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
  padding: 5px 10px;
  position: relative;
}
#context-menu #actions li:not(.group):not(.inactive):hover {
  background: whitesmoke;
  cursor: pointer;
}
#context-menu #actions li.group {
  background: #fdfdfd;
  border-bottom: 2px solid whitesmoke;
  font-weight: bold;
}
#context-menu #actions li.group .info {
  float: right;
}
#context-menu #actions li.inactive {
  color: grey;
  pointer-events: none;
  cursor: not-allowed;
}
#context-menu #actions li.has-sub-menu:hover ul.sub-menu {
  display: block;
}
#context-menu #actions li ul.sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  left: 100%;
  top: 0;
  background: white;
  -webkit-box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.2);
}
#context-menu #actions li ul.sub-menu li {
  white-space: nowrap;
}
#context-menu #actions li ul.sub-menu li.has-input {
  padding: 0;
}
#context-menu #actions li ul.sub-menu li.has-input input {
  padding: 5px 12px;
  text-align: center;
}

table {
  margin: 10px 0;
}
table td {
  padding: 2px 5px;
  width: 80%;
}
table .form-control#buffer {
  height: 30px;
}
table .dropdown-container {
  padding: 0;
}
#submit-btn {
  display: flex;
  justify-content: space-between;
}

html {
  overflow: hidden;
}
body.infoscreen {
  overflow-y: auto;
}
body.infoscreen .dashboard-inner {
  overflow: visible;
}

#time-series {
  margin-top: 10px;
}

.calculate-ratio .tool-info {
  display: flex;
}
.calculate-ratio .tool-info div:not(:first-child) {
  margin-left: 5px;
}
.calculate-ratio .help {
  float: right;
}
.calculate-ratio #facilities-info {
  color: darkred;
}
.calculate-ratio .table,
.calculate-ratio #submit {
  margin-top: 10px;
}
.calculate-ratio .table td {
  text-align: right;
}
.calculate-ratio .message {
  color: red;
}
.calculate-ratio .table th {
  border-bottom: none;
}
.calculate-ratio .table td {
  position: relative;
}
.calculate-ratio .table td .inline-tag {
  position: absolute;
  top: 25%;
  right: 15px;
  padding-top: 2px;
}
.calculate-ratio .result-buttons {
  margin-top: 5px;
}
.calculate-ratio .result-buttons #export-button,
.calculate-ratio .result-buttons #push-dashboard-button {
  display: inline-block;
}
.calculate-ratio .result-buttons #export-button .measure-delete,
.calculate-ratio .result-buttons #push-dashboard-button .measure-delete {
  margin-bottom: 0;
}
.calculate-ratio .result .heading {
  margin-top: 20px;
}
.calculate-ratio .result .table th {
  border-bottom: 1px solid #ddd;
}

.isochrones {
  min-width: 400px;
}
.isochrones label {
  font-family: "MasterPortalFont Bold";
  margin-top: 8px;
}
#show-result,
#create-isochrones,
.measure-delete,
#hh-request {
  width: 100%;
  margin-bottom: 5px;
}
table {
  width: 100%;
}
table button.open {
  float: right;
  padding: 12px;
  position: relative;
  background-color: transparent;
  border: 1px solid lightgrey;
  border-radius: 4px;
}
table button.open .name-tag {
  border-radius: 5px;
  background-color: #E3E3E3;
  color: black;
  padding: 2px 4px;
  margin: 2px;
  display: inline-block;
}
table button.open span {
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 8px;
  transform: rotate(45deg);
  pointer-events: none;
}
table td:nth-child(1) {
  width: 28%;
}
table td:nth-child(2) {
  width: 27%;
}
table td:nth-child(3) {
  width: 27%;
}
table td:nth-child(4) {
  width: 6%;
}
table td:nth-child(5) {
  width: 6%;
}
table td:nth-child(6) {
  width: 6%;
}
.feature-btn {
  border-radius: 5px;
  background-color: #D3D3D3;
  color: black;
  padding: 2px 4px;
  margin: 2px;
  display: inline-block;
}
tr,
td {
  padding: 15px;
  text-align: left;
}
.detail {
  display: none;
}
.ors-copyright {
  font-size: 12px;
}

.service-coverage {
  min-height: 200px;
  min-width: 400px;
}
.service-coverage .dropdown-container {
  padding: 0;
}
.service-coverage label {
  font-family: "MasterPortalFont Bold";
  margin-top: 8px;
}
#create-isochrones {
  width: 100%;
}

#reachability-analysis-container {
  min-width: 300px;
  min-height: 100px;
}

.compare-districts #layerfilter-selector-container .bootstrap-select {
  width: 12vw !important;
}
.compare-districts #layerfilter-selector-container .dropdown-menu.open {
  width: 400px;
  height: 200px;
}
.compare-districts #district-selector-container .bootstrap-select {
  width: 12vw !important;
}
.compare-districts #district-selector-container .dropdown-menu.open {
  height: 200px;
}
#compare-results {
  word-wrap: break-word;
}
#add-filter {
  width: 100%;
}
#help,
#remove-reference {
  padding-top: 5px;
  background-color: white;
  height: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  min-width: 30px;
}
#help:hover,
#remove-reference:hover {
  background-color: #d3d3d3;
}
.form-group {
  padding-left: 0px;
}
#compare-results {
  line-height: 1.6;
}
.name-tag {
  border-radius: 5px;
  background-color: #E3E3E3;
  color: black;
  padding: 2px 4px;
  margin: 2px;
  display: inline-block;
}
.name-tag.district-name {
  cursor: pointer;
}
#Referenzgebiet {
  margin-top: 10px;
}
.compare-district-row {
  min-width: 400px;
}
.compare-districts {
  min-height: 300px;
}
#add-filter-button-group {
  margin: 8px 15px;
  position: relative;
}
#show-in-dashboard,
#set-selected-district {
  width: 100%;
}
.table th,
.table td {
  border-bottom: 1px solid #ddd;
}
.table tr:hover {
  background-color: #f5f5f5;
}


/*
 * 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;
}
.table {
  margin: 0;
  padding: 0;
}
.table td {
  width: 0;
}
.tbody {
  border: none;
}
#filter-panel {
  width: 100%;
  padding: 10px;
  background-color: #E3E3E3;
}
#filter-panel button.close {
  margin-top: 4px;
  margin-left: 0px;
  border: none;
  padding: 0;
  opacity: 1;
}
#filter-panel button.close span {
  padding: 5px;
  color: #525252;
  font-size: 20px;
}
#filter-panel button.close span:hover {
  opacity: 1;
  background-color: #3177b1;
  color: #F3F3F3;
  cursor: pointer;
}
#filter-panel button.close span:hover.btn-select,
#filter-panel button.close span:hover:active,
#filter-panel button.close span:hover.active,
#filter-panel button.close span:hover:checked,
#filter-panel button.close span:hover::selection,
#filter-panel button.close span:hover.open,
#filter-panel button.close span:hover[aria-expanded="true"] {
  background-color: #265c89;
}
#filter-panel button.close span:focus {
  outline: 3px solid #204d74;
  outline: 3px auto  Highlight;
  outline: 3px auto -webkit-focus-ring-color;
}
.close {
  font-size: 15px;
  margin: 8px;
}
.reference-value-input {
  width: 60px;
}

input[type=range]::-ms-track {
  /*example */
  width: 100px;
  height: 10px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range] {
  padding: 0;
  margin: 0;
}
input[type=range]::-ms-fill-upper {
  background: gray;
  border-radius: 6px;
}
input[type=range]::-ms-fill-lower {
  background: gray;
  border-radius: 6px;
}
.slider-value {
  visibility: hidden;
  background-color: #FFFFFF;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.sliderdiv {
  position: relative;
  display: inline-block;
}
.sliderdiv:hover .slider-value {
  visibility: visible;
}
#lowerTolerance,
#upperTolerance {
  width: 40px;
}
table {
  margin: 0px;
}

.refocusButtons {
  margin-top: 20px;
}
.refocusButtons > .glyphicon {
  font-size: 22px;
  margin-top: 4px;
}
.refocusButtons > .glyphicon-screenshot {
  padding: 5px 5px 6px 7px;
}

.filter .detailview-head {
  padding: 8px 0;
  width: 100%;
  display: inline-block;
}
.filter .detailview-head > label {
  font-size: 16px;
  color: #E10019;
  padding-top: 4px;
}
.filter .detailview-head .filter-info {
  clear: both;
  padding: 10px 15px;
}
.filter .detailview-head button {
  float: right;
  margin-right: 15px;
  color: #fff;
  background-color: #08589e;
}
.filter .detailview-head .btn:hover {
  opacity: 0.8;
}
.filter .toggleIsActive .glyphicon-remove {
  color: #bbb;
}
.filter .value-views-container {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 15px;
}
.filter .value-views-container .text {
  font-family: "MasterPortalFont", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  float: left;
  padding: 6px 4px 0 0;
  padding-left: 0;
}
.filter .value-views-container .value-text {
  float: left;
  margin: 2px;
  padding: 3px 6px;
  font-size: 12px;
}
.filter .value-views-container .remove {
  font-size: 9px;
  padding: 3px 0 0 8px;
  float: right;
}
.filter .value-views-container .remove-all {
  color: #979797;
  background-color: rgba(0, 0, 0, 0.05);
}
.filter .value-views-container .remove-all:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.filter .value-views-container .strikethrough {
  position: relative;
  padding: 0;
  margin: 0;
}
.filter .dropdown-container .info-text {
  font-size: 11px;
}
.filter .slider-container .info-text {
  font-size: 11px;
}
.filter .valueView {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.filter .valueView:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.filter .valueView .line-through .value-text {
  color: #fff;
}
.filter .strikethrough:before {
  color: #E10019;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  width: 100%;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.filter #filter-loader {
  height: 200px;
  width: 100%;
  position: relative;
}
.filter #filter-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.filter .result-view {
  padding: 8px 15px;
}
.filter .result-view .name-tag {
  display: inline-block;
}

/*SimpleView*/
.filter .header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.filter .simple-views-container {
  padding: 8px 15px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.filter .simple-views-container .btn-default:focus {
  outline: none;
}
.filter .tool-name {
  padding-left: 15px;
  font-family: "MasterPortalFont Bold", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
}
.filter .simple-view .btn-default {
  margin: 4px;
}
.filter .btn-select {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.filter .btn-select .name:hover {
  font-weight: normal;
}
.simple-view {
  display: inline-block;
}
@media (min-width: 768px) {
  .filter .simple-views-container button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .filter .header {
    padding: 10px;
  }
}

/* Custom Style Info for CoSI Portal*/
/* loaded by "./modules/loader.js" */
body {
  overflow: hidden;
}
.layer-selection-save {
  display: none;
}
#help,
#backward,
#clear,
.help {
  padding-top: 6px;
  background-color: white;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  min-width: 30px;
}
#help:hover,
#backward:hover,
#clear:hover,
.help:hover {
  background-color: #d3d3d3;
}

