.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 55px;
}
.irs--flat .irs {
  height: 100%;
}
.irs--flat.irs-with-grid {
  height: 65px;
}
.irs--flat .irs-line {
  top: 20px;
  margin-left: 8px;
  margin-right: 8px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 20px;
  height: 4px;
  background-color: #006cfa;
  background-color: var(--color-key);
  opacity: 0.55;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 4px;
  bottom: 15px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--flat .irs-handle {
  top: 13px;
  width: 18px;
  height: 18px;
  background-color: #006cfa;
  background-color: var(--color-key);
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  cursor: w-resize;
}
.irs--flat .irs-handle.state_hover,
.irs--flat .irs-handle:hover {
  background-color: #006cfa;
  background-color: var(--color-key) !important;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  color: #333;
  color: #A1A5B7;
  font-size: 14px;
  line-height: 1;
  bottom: 0;
  top: auto;
  padding: 3px 5px;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 0.75rem;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  background-color: var(--color-key);
  color: white;
  color: var(--color-key-contrast);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  top: auto;
  /*
        &:before {
					position           : absolute;
					display            : block;
					content            : "";
					top                : -6px;
					left               : 50%;
					width              : 0;
					height             : 0;
					margin-left        : -3px;
					overflow           : hidden;
					border             : 3px solid transparent;
					border-bottom-color: @label_color_1;
					border-bottom-color: var(--color-key);
        }
        */
}
.irs--flat .irs-grid {
  height: 25px;
}
.irs--flat .irs-grid-pol {
  background-color: #dedede;
}
.irs--flat .irs-grid-text {
  color: silver;
  font-size: 13px;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  background: #ddd;
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 5px;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 15px;
}
.leaflet-right .leaflet-control {
  margin-right: 15px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
/*
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
*/
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
/*
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}
*/
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
/*
.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
*/
/* general typography */
/*
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
*/
/* general toolbar styles */
.leaflet-bar a {
  background-color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.leaflet-bar a {
  display: block;
}
/*
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	//border-top-left-radius: 4px;
	//border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	//border-bottom-left-radius: 4px;
	//border-bottom-right-radius: 4px;
	//border-bottom: none;
	}
*/
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
/* zoom control */
.leaflet-control-zoom {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
/*
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../gfx/leaflet/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../gfx/leaflet/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}
*/
/* Default icon URLs */
/*
.leaflet-default-icon-path {
	background-image: url(../gfx/leaflet/marker-icon.png);
	}
*/
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  margin-top: -10px;
}
.leaflet-container .leaflet-control-mouseposition {
  background: rgba(255, 255, 255, 0.85);
  padding: 3px 6px;
  color: #333;
  line-height: 1.3em;
  font-size: 11px;
  width: 150px;
  text-align: center;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.leaflet-container .leaflet-control-mouseposition:empty:before {
  content: "Maus über Karte bewegen";
}
.leaflet-control-attribution {
  padding: 2px 5px;
  color: #333;
  line-height: 1.2em;
}
.leaflet-control-attribution a {
  text-decoration: none;
  color: #666;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution {
  font-size: 11px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  background-clip: padding-box;
}
/* popup */
/*
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}
*/
/* div icon */
/*
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
*/
/* Tooltip */
/* Base styles for the element that has a tooltip */
/*
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
*/
/*
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
*/
.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
/*
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
*/
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
/*
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
	*/
.leaflet-tooltip-pane {
  pointer-events: none;
}
.leaflet-control-container > * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leaflet-cluster-anim .leaflet-marker-icon {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.leaflet-control-minimap {
  border: #ffffff solid;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  background: #f2f2f2;
  cursor: default!important;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-control-minimap * {
  cursor: default!important;
}
.minimap-logo > div {
  height: 100%;
  width: 100%;
  background-image: var(--org-logo-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.55;
  opacity: var(--minimap-logo-opacity);
}
.leaflet-control-minimap a {
  background-color: #ffffff;
  background-repeat: no-repeat;
  z-index: 99999;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-control-minimap a.minimized-bottomright {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 0;
}
.leaflet-control-minimap a.minimized-topleft {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 0;
}
.leaflet-control-minimap a.minimized-bottomleft {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  border-radius: 0;
}
.leaflet-control-minimap a.minimized-topright {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 0;
}
.leaflet-control-minimap-toggle-display {
  background-image: url(images/toggle.svg);
  background-size: cover;
  position: absolute;
  border-radius: 6px;
}
.leaflet-oldie .leaflet-control-minimap-toggle-display {
  background-image: url(images/toggle.png);
}
.leaflet-control-minimap-toggle-display-bottomright {
  bottom: 0;
  right: 0;
}
.leaflet-control-minimap-toggle-display-topleft {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.leaflet-control-minimap-toggle-display-bottomleft {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.leaflet-control-minimap-toggle-display-topright {
  top: 0;
  right: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.leaflet-oldie .leaflet-control-minimap {
  border: 1px solid #999;
}
.leaflet-oldie .leaflet-control-minimap a {
  background-color: #fff;
}
.leaflet-oldie .leaflet-control-minimap a.minimized {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
/* Make the default zoom control align with the pan control.
   
   This is ugly. 
   The parent box (class="leaflet-top leaflet-left") 
   should make all the child boxes be center-aligned instead. 
   Not sure if that is possible though.
*/
.leaflet-left.has-leaflet-pan-control .leaflet-control-zoom {
  position: relative;
  left: 16px;
}
.leaflet-right.has-leaflet-pan-control .leaflet-control-zoom {
  position: relative;
  right: 24px;
}
.leaflet-control-pan {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  background: radial-gradient(closest-side, #f2f2f2, #fff, #fff);
}
.leaflet-control-pan > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.leaflet-control-pan a {
  width: 35px;
  height: 35px;
  display: block;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-control-pan a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.002 492.002' style='enable-background:new 0 0 492.002 492.002' xml:space='preserve'%3E%3Cpath d='M484.136 328.473 264.988 109.329c-5.064-5.064-11.816-7.844-19.172-7.844-7.208 0-13.964 2.78-19.02 7.844L7.852 328.265C2.788 333.333 0 340.089 0 347.297s2.784 13.968 7.852 19.032l16.124 16.124c5.064 5.064 11.824 7.86 19.032 7.86s13.964-2.796 19.032-7.86l183.852-183.852 184.056 184.064c5.064 5.06 11.82 7.852 19.032 7.852 7.208 0 13.96-2.792 19.028-7.852l16.128-16.132c10.488-10.492 10.488-27.568 0-38.06z'/%3E%3C/svg%3E");
  background-size: 40% auto;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.leaflet-control-pan a:hover {
  background-color: #f2f2f2;
  opacity: 1;
}
.leaflet-control-pan-up-wrap {
  top: 10.255px;
  left: 50%;
}
.leaflet-control-pan-left-wrap {
  left: 10.255px;
  top: 50%;
}
.leaflet-control-pan-right-wrap {
  left: 59.745px;
  top: 50%;
}
.leaflet-control-pan-down-wrap {
  top: 59.745px;
  left: 50%;
}
.leaflet-control-pan-up:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.leaflet-control-pan-left:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.leaflet-control-pan-right:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.leaflet-control-pan-down:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.leaflet-control-locate {
  display: none;
}
.leaflet-control-locate-location circle {
  -webkit-animation: leaflet-control-locate-throb 4s ease infinite;
          animation: leaflet-control-locate-throb 4s ease infinite;
}
@-webkit-keyframes leaflet-control-locate-throb {
  0% {
    stroke-width: 1;
  }
  50% {
    stroke-width: 3;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    stroke-width: 1;
  }
}
@keyframes leaflet-control-locate-throb {
  0% {
    stroke-width: 1;
  }
  50% {
    stroke-width: 3;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    stroke-width: 1;
  }
}
@-webkit-keyframes leaflet-control-locate-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes leaflet-control-locate-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  text-decoration: underline;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #fff;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #fff;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: var(--color-key);
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: var(--color-key);
  border-color: transparent;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: var(--color-key);
  border-color: transparent;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: var(--color-key);
  border-color: transparent;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: var(--color-key);
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: var(--color-key);
  border-color: transparent;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: var(--color-key);
  border-color: transparent;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  /*filter:blur(8px)*/
}
.dropzone .dz-preview .dz-image {
  border-radius: 6px;
  overflow: hidden;
  width: 97px;
  height: 97px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
          animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
          animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
          animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
}
.dropzone {
  height: auto!important;
}
.dropzone .dz-default.dz-message {
  margin: 20px 0;
  font-weight: 500;
  pointer-events: none;
}
.dropzone .dz-default.dz-message .icon {
  opacity: 0.55;
}
.dropzone .dz-default.dz-message .icon svg {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.dropzone .dz-default.dz-message .subline {
  margin-top: 5px;
  max-width: 400px;
}
.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.dropzone .dz-preview .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-remove {
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #A1A5B7;
  font-weight: 500;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 25;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.dropzone .dz-preview .dz-remove:hover {
  background-color: #d9534f;
  color: #fff;
}
.dropzone .dz-preview .dz-progress {
  opacity: 0;
}
.map-buttons {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.map-buttons.bottom-left {
  bottom: 10px;
  left: 0;
  text-align: center;
}
.map-buttons.bottom-center {
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.map-buttons.bottom-right {
  bottom: 10px;
  right: 0;
  text-align: center;
}
.map-buttons .btn-dialog-wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.map-buttons .btn-dialog-wrapper.disabled {
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  opacity: 0;
  width: 0;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.map-buttons .btn-wrapper {
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.map-buttons .btn-action {
  background-color: #fff;
  pointer-events: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  line-height: 1em;
  position: relative;
  cursor: pointer;
  z-index: 1;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.map-buttons .btn-action > svg {
  fill: #000;
  opacity: 0.6;
}
.map-buttons .btn-action .label {
  display: none;
}
.map-buttons .btn-action#mapBtnMenuToggle,
.map-buttons .btn-action#mapBtnSearchToggle {
  display: none;
}
.bubble {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  line-height: 8px;
  text-align: center;
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #fff;
  color: var(--color-key-contrast);
  outline: 1px solid #fff;
  outline-color: var(--color-key-contrast);
  border: 1px solid #fff;
  border-color: var(--color-key-contrast);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  pointer-events: none;
}
.bubble:empty,
.bubble.hidden {
  display: none;
}
.bubble:not(:empty),
.bubble:not(.hidden) {
  display: inline-block;
}
.bubble .icon:before {
  margin: 0;
  font-size: 10px;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1) translateZ(0);
            transform: scale(0.1, 0.1) translateZ(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2) translateZ(0);
            transform: scale(1.2, 1.2) translateZ(0);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1) translateZ(0);
            transform: scale(0.1, 0.1) translateZ(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2) translateZ(0);
            transform: scale(1.2, 1.2) translateZ(0);
    opacity: 0;
  }
}
.blink {
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
          animation: blink-animation 1s steps(2, start) infinite;
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes loading {
  from {
    z-index: 100;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  33.3333% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 10;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes loading {
  from {
    z-index: 100;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  33.3333% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 10;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  color: #333;
  font-family: 'Roboto';
  font-family: var(--design-font-family);
  font-size: 15px;
  font-size: var(--design-font-size-base);
  line-height: 1.42857143;
  font-weight: 500;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none !important;
}
a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  color: #009ef7;
  color: var(--color-key);
}
a:visited {
  color: #333;
}
a:active,
a:hover {
  outline: 0;
}
a.hover {
  opacity: 0.85;
}
a.hover:hover {
  opacity: 1;
}
p {
  margin: 0;
  font-weight: 400;
}
p a {
  font-weight: 500;
}
p + p {
  margin: 8px 0;
}
.small {
  line-height: 1;
  font-size: 13px;
}
img {
  border: 0;
}
div[role="button"] {
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}
svg:not(.highcharts-root) {
  fill: #333;
}
.map-buttons svg:not(.leaflet-zoom-animated),
.sidemenu svg:not(.leaflet-zoom-animated),
.modal svg:not(.leaflet-zoom-animated) {
  max-height: 100%;
  max-width: 100%;
}
.modal img {
  max-width: 100%;
  height: auto;
}
.row {
  position: relative;
  padding: 0 16px;
}
#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.activeArea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#menuMask {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
#itemLoader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: table;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
#itemLoader.in {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: loader-overlay-fade-in 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: loader-overlay-fade-in 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#itemLoader.bg {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
#itemLoader .center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#itemLoader .center .wrapper {
  display: inline-block;
  width: 200px;
  background-color: #fff;
  padding: 16px 16px 8px 16px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#itemLoader .center .caption {
  padding: 8px 0;
  opacity: 0.85;
}
#itemLoader .center .outer {
  width: 100%;
  height: 16px;
  text-align: left;
  background-color: #ddd;
  line-height: 16px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#itemLoader .center .outer .inner {
  display: inline-block;
  height: 16px;
  min-width: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#43A047), color-stop(50%, #5bbb60), to(#43A047));
  background: linear-gradient(90deg, #43A047 0%, #5bbb60 50%, #43A047 100%);
  background-size: 200% 100%;
  line-height: 16px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 8px;
  -webkit-animation: loader-progress-shimmer 2s ease-in-out infinite;
          animation: loader-progress-shimmer 2s ease-in-out infinite;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#itemLoader .center .outer .perc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 13px;
}
#itemLoader .center .outer .perc.half {
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#itemLoader .center .outer .perc::after {
  content: '%';
}
#itemLoader.in .center .wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: loader-card-pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: loader-card-pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@-webkit-keyframes loader-overlay-fade-in {
  0% {
    opacity: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  100% {
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
@keyframes loader-overlay-fade-in {
  0% {
    opacity: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  100% {
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
@-webkit-keyframes loader-card-pop-in {
  0% {
    -webkit-transform: scale(0.8) translateY(20px);
            transform: scale(0.8) translateY(20px);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.05) translateY(-5px);
            transform: scale(1.05) translateY(-5px);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes loader-card-pop-in {
  0% {
    -webkit-transform: scale(0.8) translateY(20px);
            transform: scale(0.8) translateY(20px);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.05) translateY(-5px);
            transform: scale(1.05) translateY(-5px);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes loader-progress-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes loader-progress-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.border-bottom {
  border-bottom: 1px solid #B5B5C3;
}
.border-top {
  border-top: 1px solid #B5B5C3;
}
.text-center {
  text-align: center;
}
.text-muted {
  color: #A1A5B7;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.fill-danger svg path {
  fill: #d9534f;
}
.position-relative {
  position: relative;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
::-webkit-input-placeholder {
  color: #B5B5C3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #B5B5C3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #B5B5C3;
  font-weight: 400;
}
::-ms-input-placeholder {
  color: #B5B5C3;
  font-weight: 400;
}
::placeholder,
.select2-selection__placeholder {
  color: #B5B5C3;
  font-weight: 400;
}
#searchParameters {
  padding-top: 8px;
}
#searchParameters label {
  opacity: 0.55;
}
#searchParameters .btn-submit {
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
}
#searchResults {
  background-color: #f0f0f0;
  min-height: 400px;
}
.foot-note {
  margin-top: 16px;
  font-weight: 400;
}
.ripple:active {
  background-color: #eee;
}
.condition {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.condition.c1 {
  background-color: #F44336;
}
.condition.c3 {
  background-color: #FFA000;
}
.condition.c5 {
  background-color: #8BC34A;
}
.leaflet-pane.leaflet-km-marks-outline-pane {
  z-index: 402;
}
.leaflet-pane.leaflet-oepnv-pane {
  z-index: 401;
}
.leaflet-pane.leaflet-active-polyline-pane {
  z-index: 403;
  pointer-events: none;
}
.leaflet-pane.leaflet-active-polyline-pane.in {
  pointer-events: all;
}
.leaflet-pane.leaflet-km-marks-pane {
  z-index: 405;
}
.leaflet-pane.leaflet-active-obj-deficiencies-pane {
  z-index: 406;
}
.leaflet-pane.leaflet-jps-canvas-pane {
  z-index: 402;
}
.leaflet-pane.leaflet-jps-canvas-active-pane {
  z-index: 403;
}
.leaflet-pane.leaflet-jps-canvas-traversed-nodes-pane {
  z-index: 406;
}
.leaflet-pane.leaflet-jps-canvas-active-nodes-pane {
  z-index: 407;
}
.leaflet-pane.leaflet-route-start-marker-pane {
  pointer-events: none;
}
#body:not([data-main-mode="junctionPointSystem"]) .leaflet-pane.leaflet-jps-canvas-pane {
  display: none;
}
#body:not([data-main-mode="junctionPointSystem"]) .leaflet-pane.leaflet-jps-canvas-active-pane {
  display: none;
}
#body:not([data-main-mode="junctionPointSystem"]) .leaflet-pane.leaflet-jps-canvas-active-nodes-pane {
  display: none;
}
#body:not([data-main-mode="junctionPointSystem"]) .leaflet-pane.leaflet-jps-canvas-traversed-nodes-pane {
  display: none;
}
#body:not([data-main-mode="junctionPointSystem"]) .jps-arrow-marker {
  display: none;
}
#elementPointer,
#elementPointerOutside {
  display: none;
}
#body.desktop #elementPointer {
  position: absolute;
  z-index: 401;
  display: inline-block;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#body.desktop #elementPointer #elementPointerSvg {
  position: absolute;
}
#body.desktop #elementPointer .inner {
  position: relative;
}
#body.desktop #elementPointer.in {
  opacity: 1;
}
#body.desktop #elementPointerOutside {
  position: absolute;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  width: 1px;
  height: 1px;
  text-align: center;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#body.desktop #elementPointerOutside svg {
  display: block;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 24px;
          flex: 1 0 24px;
  -webkit-animation: smoothbounce 0.5s;
          animation: smoothbounce 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  overflow: visible;
}
#body.desktop #elementPointerOutside svg path {
  fill: #333 !important;
  stroke: rgba(255, 255, 255, 0.5) !important;
  stroke-width: 50 !important;
  stroke-linejoin: round !important;
  stroke-linecap: round !important;
  paint-order: stroke fill !important;
}
#body.desktop #elementPointerOutside.in {
  opacity: 1;
}
@-webkit-keyframes smoothbounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}
@keyframes smoothbounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}
hr {
  border: 0;
  border-top: 1px solid #B5B5C3;
  margin: 8px 0;
}
hr.dashed {
  border-top: 1px dashed #B5B5C3;
}
hr.larger {
  margin: 16px 0;
}
hr.large {
  margin: 24px 0;
}
hr.nmt {
  margin-top: 0;
}
hr.nmb {
  margin-bottom: 0;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn + .btn {
  border-left: 1px solid #B5B5C3;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 0.85rem;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: none;
}
.btn.btn-light {
  color: #3F4254;
  background-color: #EFF2F5;
  border-color: #E4E6EF;
}
.btn.btn-light:hover {
  background-color: #E4E6EF;
  color: #333;
}
.btn.btn-dark {
  color: #ffffff;
  background-color: #3F4254;
  border-color: #3F4254;
}
.btn.btn-dark:hover {
  background-color: #181C32;
  color: #ffffff;
}
.btn.btn-white-key {
  background-color: #FFFFFF;
  background-color: var(--color-key-contrast);
  color: #009ef7;
  color: var(--color-key);
  border-color: #009ef7;
  border-color: var(--color-key);
}
.btn.btn-white-key:hover {
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #FFFFFF;
  color: var(--color-key-contrast);
}
.btn.btn-white-key svg path {
  fill: #009ef7;
  fill: var(--color-key);
}
.btn.btn-key {
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #FFFFFF;
  color: var(--color-key-contrast);
  border-color: #FFFFFF;
  border-color: var(--color-key-contrast);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.btn.btn-key:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn.btn-sm {
  padding: 0rem 0.6rem;
  font-size: 0.7rem;
  height: 24px;
  line-height: 22px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-modal {
  background-color: transparent;
  margin: 0;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #aaa;
  outline: none;
  display: inline-block;
  position: relative;
  opacity: 0.85;
}
.btn-modal > i {
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
}
.btn-modal.inv {
  background-color: #5bc0de;
  color: #fff;
}
.btn-modal.inv.danger {
  background-color: #d9534f;
}
.btn-modal.inv.warning {
  background-color: #f0ad4e;
}
.btn-modal.main {
  color: #009ef7;
  color: var(--color-key);
}
.btn-modal.danger {
  color: #d9534f;
}
.btn-action {
  padding: 0;
  margin: 0 30px 30px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  text-align: center;
  color: #333;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.btn-filled {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #eee;
}
.btn-filled .label {
  opacity: 0.75;
}
.caret.caret-sm {
  min-width: 17px!important;
}
.dropdown-header {
  font-weight: 700;
  padding: 4px 8px;
  margin: 0 3px;
}
.dropdown {
  position: relative;
}
.dropdown > .dropdown-menu {
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.dropdown > .dropdown-menu:focus {
  outline: 0;
}
.dropdown.visible > .dropdown-menu {
  display: block;
}
.dropdown.up > .dropdown-menu {
  bottom: 100% !important;
  top: auto !important;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.dropdown.open > .dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
.dropdown.open > a {
  outline: 0;
}
.dropdown-sub {
  position: relative;
}
.dropdown-sub .dropdown-submenu {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.dropdown-sub .dropdown-submenu:focus {
  outline: 0;
}
.dropdown-sub .dropdown-submenu.left-side {
  -webkit-transform: translate(-100%, calc(-50% - 17px));
          transform: translate(-100%, calc(-50% - 17px));
}
.dropdown-sub.open .dropdown-submenu {
  opacity: 1;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
          animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}
.dropdown-sub.open > a {
  outline: 0;
}
@-webkit-keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes menu-sub-dropdown-animation-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes menu-sub-dropdown-animation-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
.dropdown-menu,
.dropdown-submenu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  margin: 0;
  list-style: none;
  font-size: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
          box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  background-clip: padding-box;
  border-radius: 7px;
  padding: 8px 0;
  font-size: 0.9rem;
}
.dropdown-menu .rounded-top,
.dropdown-submenu .rounded-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.dropdown-menu.pull-right,
.dropdown-submenu.pull-right {
  right: -13px;
  left: auto;
}
.dropdown-menu .menu-item,
.dropdown-submenu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-menu .menu-item .menu-link,
.dropdown-submenu .menu-item .menu-link {
  padding: 8px 16px;
  line-height: 25px;
  min-height: 0!important;
  width: 100%;
  text-align: left;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown-menu .menu-item .menu-link .icon,
.dropdown-submenu .menu-item .menu-link .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  padding: 0;
}
.dropdown-menu .menu-item .menu-link .icon .char,
.dropdown-submenu .menu-item .menu-link .icon .char {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 1;
  font-size: 0.8rem;
}
.dropdown-menu .menu-item .menu-link .caption,
.dropdown-submenu .menu-item .menu-link .caption {
  height: 25px;
}
.dropdown-menu .menu-item.menu-item-danger .menu-link,
.dropdown-submenu .menu-item.menu-item-danger .menu-link {
  color: #d9534f;
}
.dropdown-menu .menu-item.menu-item-danger .menu-link .svg-icon svg [fill]:not(.permanent):not(g),
.dropdown-submenu .menu-item.menu-item-danger .menu-link .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #d9534f;
}
.dropdown-menu .menu-item .icon-info-circle-filled,
.dropdown-submenu .menu-item .icon-info-circle-filled {
  color: #A1A5B7;
  display: inline-block;
  padding: 0!important;
}
.dropdown-menu .menu-item .menu-content,
.dropdown-submenu .menu-item .menu-content {
  padding: 0.65rem 1rem;
}
.dropdown-menu .menu-item .menu-head,
.dropdown-submenu .menu-item .menu-head {
  padding: 8.5px 0;
  color: #A1A5B7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.dropdown-menu .menu-item .info,
.dropdown-submenu .menu-item .info {
  font-size: 10px;
  color: #A1A5B7;
}
.dropdown-menu .menu-item .menu-setting-switch,
.dropdown-submenu .menu-item .menu-setting-switch {
  padding: 8.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.dropdown-menu .menu-item .menu-setting-switch .form-label,
.dropdown-submenu .menu-item .menu-setting-switch .form-label {
  margin-bottom: 0;
  padding-right: 30px;
}
.dropdown-menu .menu-item .menu-setting-switch .form-switch,
.dropdown-submenu .menu-item .menu-setting-switch .form-switch {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dropdown-menu .menu-item .menu-setting-switch.sub-setting,
.dropdown-submenu .menu-item .menu-setting-switch.sub-setting {
  padding: 5px 0 5px 0;
}
.dropdown-menu .menu-item .menu-setting-switch.sub-setting .form-label,
.dropdown-submenu .menu-item .menu-setting-switch.sub-setting .form-label {
  color: #A1A5B7;
  font-size: 14px;
}
.dropdown-menu .menu-item.disabled,
.dropdown-submenu .menu-item.disabled {
  position: relative;
}
.dropdown-menu .menu-item.disabled:before,
.dropdown-submenu .menu-item.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-menu .menu-item.disabled[data-disabledtext]:hover:after,
.dropdown-submenu .menu-item.disabled[data-disabledtext]:hover:after {
  content: attr(data-disabledtext);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  background-color: #f0ad4e;
  color: #fff;
  padding: 2px 6px;
  border: 3px solid #fff;
  border-radius: 6px;
  white-space: nowrap;
}
.dropdown-menu.dropdown-menu-lg,
.dropdown-submenu.dropdown-menu-lg {
  width: 350px;
}
.dropdown-menu.dropdown-menu-md,
.dropdown-submenu.dropdown-menu-md {
  width: 300px;
}
.dropdown-menu.dropdown-menu-sm,
.dropdown-submenu.dropdown-menu-sm {
  width: 250px;
}
.menu-rounded .menu-link {
  border-radius: 6px;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu,
.pull-right > .dropdown-submenu {
  right: 0;
  left: auto;
}
.quickoptions .dropdown.option .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.quickoptions .dropdown.option.open .dropdown-toggle .option-icon {
  background-color: #f2f2f2;
}
.quickoptions .dropdown.option.open .dropdown-toggle .option-icon svg {
  opacity: 1!important;
}
form {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0.75rem 1rem;
  padding: 0.4rem 0.5rem 0.4rem 0.5rem;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F5F8FA;
  border: 1px solid #B5B5C3;
  border-radius: 6px;
  font-weight: 700;
}
.form-control:focus {
  border-color: #337ab7;
  background-color: #fff;
  outline: 0;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: 77px;
}
textarea.form-control.minlines-1 {
  height: 37px;
}
label {
  padding: 5px 0;
  display: inline-block;
}
label.label-control {
  opacity: 0.5;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="password"] {
  display: block;
  width: 100%;
  line-height: 25px;
  padding: 8px 0;
  color: #333;
  font-size: 15px;
  border: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.5);
  font-weight: 500;
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
  outline-width: 0;
}
.input-group {
  position: relative;
}
.input-group input {
  margin-top: 20px;
}
.input-group label {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -20px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0.5;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.input-group.focus input {
  border-bottom-color: #43A047;
}
.input-group.focus label,
.input-group.filled label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 15px;
  font-weight: 700;
}
.input-group .icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 50%;
  right: 0;
  line-height: 37px;
  height: 37px;
  width: 37px;
  text-align: center;
  opacity: 0.55;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 8px;
}
.input-group .icon svg {
  display: inline-block;
  max-height: none;
}
.input-group.flat input {
  margin-top: 0;
  border-bottom: none;
  background-color: #eee;
  padding-left: 8px;
  padding-right: 8px;
}
.input-group.flat label {
  left: 8px;
}
.input-group.flat.focus label,
.input-group.flat.filled label {
  display: none;
}
.input-group.icon input {
  padding-right: 36px;
}
select.form-control.error + .select2-container {
  border-color: #d9534f;
  outline: 1px solid #d9534f;
}
.checkbox-regular input[type="checkbox"].error {
  border-color: #d9534f;
  outline: 1px solid #d9534f;
}
input.error + .leaflet-container {
  border-color: #d9534f !important;
  outline: 1px solid #d9534f;
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted:hover.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2 {
  width: 100%;
  display: block;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.select2-selection__arrow b {
  display: none !important;
}
select[multiple] {
  overflow-y: hidden;
  cursor: text;
  max-height: 200px;
}
select[multiple] option,
select[multiple] optgroup {
  display: none;
  visibility: hidden;
}
.reset-select {
  font-size: 13px;
  float: right;
  padding: 2px 0;
  opacity: 0.55;
}
.reset-select:hover {
  color: #d9534f;
  opacity: 1;
}
.select2-results__option {
  white-space: pre;
}
.select2-results__option:empty {
  display: none;
}
.select2-container--bootstrap5 {
  background-color: #F5F8FA;
  border-radius: 6px;
  border: 1px solid #B5B5C3;
}
.select2-container--bootstrap5 .select2-selection {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto;
  outline: none !important;
  min-height: 35px;
}
.select2-container--bootstrap5.select2-container--focus,
.select2-container--bootstrap5.select2-container--open {
  background-color: #F5F8FA;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline {
  margin-top: 0;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field {
  color: #555555;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field {
  color: #5E6278;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #A1A5B7;
  opacity: 1;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #A1A5B7;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #A1A5B7;
}
.select2-container--bootstrap5 .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 30px 0.4rem 0.5rem;
  padding-right: 30px;
}
.select2-container--bootstrap5 .select2-selection--single.select2-selection--clearable {
  padding-right: 55px;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  min-height: 18.5px;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
  color: #A1A5B7;
}
.select2-container--bootstrap5 .select2-selection--multiple {
  padding: 0.4rem 30px 0.4rem 0.5rem;
  /*
		&.form-select-lg {
			@include select2-multiple-size(@input-padding-y-lg, @input-height-border, 1rem, 0.4rem, 0.2rem, 0.4rem, 0.2rem, 0.4rem, 0.6rem, 0.5rem);
		}

		&.form-select-sm {
			@include select2-multiple-size(@input-padding-y-sm, @input-height-border, 0.8rem, 0.4rem, 0.15rem, 0.4rem, 0.15rem, 0.4rem, 0.5rem, 0.5rem);
		}
		*/
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2rem 0.4rem;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  margin: 0;
  padding: 0;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #FFFFFF;
  color: var(--color-key-contrast);
  border-radius: 3px;
  padding: 0.2rem 0.4rem 0.2rem 23px;
  margin: 0 0.4rem 0.2rem 0;
  font-size: 12px;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: 55% center;
  opacity: 0.55;
  border: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  width: 18px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  display: none;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  font-weight: 700;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
  @include select2-multiple-size(0.75rem, 10px, 0.9rem, 0.4rem, 0.2rem, 0.4rem, 0.2rem, 0.4rem, 0.6rem, 0.5rem);
}
.select2-container--bootstrap5 .select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
          box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  border-radius: 6px;
  padding: 1rem 0;
}
.modal-open .select2-container--bootstrap5 .select2-dropdown {
  z-index: 1051;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search {
  padding: 0.5rem 1.25rem;
  margin: 0 0 0.5rem 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.75rem 1rem;
  color: #555555;
  font-size: 16.5px;
  border: 1px solid #B5B5C3;
  border-radius: 6px;
  outline: 0 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:active {
  border-color: 1px solid #555555;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__options {
  max-height: none;
  overflow-y: auto;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
  color: #5E6278;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 0.5rem 1rem;
  margin: 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted:hover {
  background-color: #F5F8FA;
  color: #333;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option.select2-results__option--selected {
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #FFFFFF;
  color: var(--color-key-contrast);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  position: relative;
  /*
				&:after {
					content  : '';
					display  : inline-block;
					width    : 16px;
					height   : 16px;
					position : absolute;
					top      : 50%;
					right    : @grid-gutter-width/2;
					transform: translateY(-50%);

					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M371.8 211.8l-128 128C238.3 345.3 231.2 348 224 348s-14.34-2.719-19.81-8.188l-64-64c-10.91-10.94-10.91-28.69 0-39.63c10.94-10.94 28.69-10.94 39.63 0L224 280.4l108.2-108.2c10.94-10.94 28.69-10.94 39.63 0C382.7 183.1 382.7 200.9 371.8 211.8z'/%3E%3Cpath fill='%23000000' opacity='.4' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM371.8 211.8l-128 128C238.3 345.3 231.2 348 224 348s-14.34-2.719-19.81-8.188l-64-64c-10.91-10.94-10.91-28.69 0-39.63c10.94-10.94 28.69-10.94 39.63 0L224 280.4l108.2-108.2c10.94-10.94 28.69-10.94 39.63 0C382.7 183.1 382.7 200.9 371.8 211.8z'/%3E%3C/svg%3E");
					background-repeat: no-repeat no-repeat;
					background-position: center center;
					background-size: cover;
				}
				*/
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option.select2-results__option--selected:hover {
  opacity: 0.85;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--disabled {
  color: #B5B5C3;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__message {
  color: #7E8299;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group {
  display: block;
  color: #A1A5B7;
  font-weight: 700;
  font-size: 15px;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase!important;
  white-space: nowrap;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__option {
  padding: 0.5rem 1rem;
  margin: 0 0;
}
.select2-container--bootstrap5 .select2-selection__clear {
  display: block;
  height: 20px;
  width: 20px;
  top: 53%;
  right: 34px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7E8299;
  padding: 0;
  text-align: center;
}
.select2-container--bootstrap5 .select2-selection__clear span {
  display: inline-block;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}
.select2-container--bootstrap5 .select2-selection__clear:hover {
  color: #5E6278;
}
.select2-optionformat-title {
  font-weight: 700;
}
.select2-results__option {
  padding-right: 45px;
}
.select2-optionformat-sub {
  font-size: 11px;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 45px;
}
.select2-optionformat-seperator {
  display: inline-block;
  text-align: center;
  width: 20px;
  opacity: 0.25;
}
.select2-optionformat-seperator:before {
  content: "|";
  display: inline-block;
  -webkit-transform: scale(50%, 150%);
          transform: scale(50%, 150%);
}
.select2-container {
  min-width: 0;
}
.select2-selection__choice .with-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-selection__choice .with-count .caption {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-selection__choice .with-count .count {
  display: inline-block;
  min-width: 14px;
  height: 14px;
  border-radius: 7px;
  line-height: 14px;
  text-align: center;
  font-size: 0.6rem;
  background-color: #FFFFFF;
  background-color: var(--color-key-contrast);
  color: #009ef7;
  color: var(--color-key);
  margin-left: 8px;
}
.select2-results__option .with-count {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select2-results__option .with-count .caption {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-results__option .with-count .count {
  display: block;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  line-height: 18px;
  text-align: center;
  font-size: 0.7rem;
  padding: 0 3px !important;
  background-color: #EFF2F5;
  outline: 1px solid #B5B5C3;
}
.select2-results__option.select2-results__option--selected .count {
  background-color: #FFFFFF;
  background-color: var(--color-key-contrast);
  color: #009ef7;
  color: var(--color-key);
  outline-color: transparent;
}
.select2-selection {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2-selection:not(.select2-selection--multiple) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container .select2-search,
.select2-container .select2-search__field {
  min-width: 120px !important;
}
.switch {
  position: relative;
}
.switch > input[type="checkbox"] {
  display: none;
}
.switch > input[type="checkbox"]:checked + label::before {
  background-color: #009ef7;
  background-color: var(--color-key);
  opacity: 0.5;
}
.switch > input[type="checkbox"]:checked + label::after {
  left: 13px;
  background-color: #009ef7;
  background-color: var(--color-key);
}
.switch > label {
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 100%;
  padding: 0;
}
.switch > label:before {
  background: #000;
  border-radius: 5.85px;
  content: '';
  height: 10.8px;
  top: 50%;
  position: absolute;
  width: 25px;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.switch > label:after {
  background: #fff;
  content: '';
  height: 18px;
  left: -4px;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.checkbox-regular label {
  position: relative;
  padding-left: 24px;
}
.checkbox-regular input {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: #F5F8FA;
  border: 1px solid #B5B5C3;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease-in, background-color 0.2s ease-in;
  transition: border-color 0.15s ease-in, background-color 0.2s ease-in;
}
.checkbox-regular input:after {
  content: "\2713";
  line-height: 15px;
  height: 14px;
  width: 14px;
  font-size: 12px;
  font-weight: 700;
  float: left;
  text-align: center;
  opacity: 0;
  color: var(--color-key-contrast);
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.checkbox-regular input:checked {
  border-color: var(--color-key);
  background-color: var(--color-key);
}
.checkbox-regular input:checked:after {
  opacity: 1;
}
.checkbox-regular .caption {
  display: block;
  font-size: 0.9rem;
}
.cb input[type="checkbox"] {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cb input[type="checkbox"] + label {
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 100%;
}
.cb input[type="checkbox"] + label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid rgba(51, 51, 51, 0.25);
  text-align: center;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.cb input[type="checkbox"] + label:after {
  content: '\e818';
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  line-height: 1px;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.cb input[type="checkbox"]:disabled + label:before {
  border-color: #cccccc;
}
.cb input[type="checkbox"]:disabled:focus + label:before,
.cb input[type="checkbox"]:disabled:hover + label:before {
  background-color: inherit;
}
.cb input[type="checkbox"]:disabled:checked + label:before {
  background-color: #cccccc;
}
.cb input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.cb input[type="checkbox"]:checked + label:before {
  border-color: #009ef7;
  border-color: var(--color-key);
  background-color: #009ef7;
  background-color: var(--color-key);
}
.rb input[type="radio"] {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rb input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.rb input[type="radio"] + label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  color: #009ef7;
  color: var(--color-key);
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid rgba(51, 51, 51, 0.25);
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.rb input[type="radio"] + label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  background-color: #009ef7;
  background-color: var(--color-key);
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 200ms cubic-bezier(0.55, 0, 0.1, 1);
}
.rb input[type="radio"]:disabled + label:before {
  border-color: #009ef7;
  border-color: var(--color-key);
}
.rb input[type="radio"]:disabled:focus + label:before,
.rb input[type="radio"]:disabled:hover + label:before {
  background-color: inherit;
}
.rb input[type="radio"]:disabled:checked + label:before {
  background-color: #009ef7;
  background-color: var(--color-key);
}
.rb input[type="radio"]:checked + label:before {
  border-color: #009ef7;
  border-color: var(--color-key);
  background-color: white;
}
.rb input[type="radio"]:checked + label:after {
  background-color: #009ef7;
  background-color: var(--color-key);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rb input[type="radio"] + label:before,
.rb input[type="radio"] + label:after {
  border-radius: 50%;
}
.chip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #fff;
  color: var(--color-key-contrast);
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  max-width: 130px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 12px;
}
.chip .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  padding: 0 8px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip .remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0.55;
}
.chip .remove:after {
  content: '×';
  display: block;
  text-align: center;
}
.chip .remove:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.nav-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.nav-container.pill .nav {
  height: 24px;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.nav-container.pill .nav .nav-tab {
  background-color: #EFF2F5;
  padding: 0 12px;
  cursor: pointer;
  color: #A1A5B7;
  position: relative;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.nav-container.pill .nav .nav-tab .caption {
  font-weight: 400;
  display: inline-block;
  font-size: 0.9rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.nav-container.pill .nav .nav-tab.active {
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #fff;
  color: var(--color-key-contrast);
  cursor: default;
}
.nav-container.pill .nav .nav-tab.active .caption {
  font-weight: 500;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-container.pill .nav .nav-tab:not(.active):hover {
  background-color: #E4E6EF;
  color: #333;
}
.nav-container.pill .nav .nav-tab + .nav-tab {
  border-left: 1px solid #B5B5C3;
}
.nav-container.register .nav {
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-container.register .nav .nav-tab {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 1px solid #B5B5C3;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F5F8FA;
  color: #7E8299;
}
.nav-container.register .nav .nav-tab.active {
  background-color: #fff;
  border-bottom-color: transparent;
  color: #009ef7;
  color: var(--color-key);
  cursor: default;
}
.nav-container.register .nav .nav-tab:not(.active):hover {
  color: #333;
}
.nav-container.register .nav .nav-tab + .nav-tab {
  border-left: 1px solid #B5B5C3;
}
.nav-container.register .nav.nav-small {
  height: 35px;
}
.nav-container.register .nav.nav-small .nav-tab {
  line-height: 35px;
  height: 35px;
  font-size: 0.95rem;
}
.nav-container.material .nav {
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-container.material .nav .nav-tab {
  display: block;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border-bottom: 1px solid #B5B5C3;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.nav-container.material .nav .nav-tab.active {
  color: #009ef7;
  color: var(--color-key);
  cursor: default;
}
.nav-container.material .nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #009ef7;
  background-color: var(--color-key);
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.nav-container.material .nav.tabs-count-2 .nav-tab {
  width: 50%;
}
.nav-container.material .nav.tabs-count-2:after {
  width: 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.nav-container.material .nav.tabs-count-2.item-2:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.nav-container.material .nav.tabs-count-3 .nav-tab {
  width: 33.333%;
}
.nav-container.material .nav.tabs-count-3:after {
  width: 33.333%;
}
.nav-container.material .nav.tabs-count-3.item-2:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.nav-container.material .nav.tabs-count-3.item-3:after {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
.tab-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.tab-content-wrapper .tab-content {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.tab-content-wrapper .tab-content.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tab-content-wrapper .tab-content.out {
  min-height: auto!important;
  height: 1px!important;
}
.tab-content-wrapper.tabs-count-2 {
  width: 200%;
}
.tab-content-wrapper.tabs-count-2 .tab-content {
  width: 50%;
}
.tab-content-wrapper.tabs-count-2.item-2 {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.tab-content-wrapper.tabs-count-3 {
  width: 300%;
}
.tab-content-wrapper.tabs-count-3 .tab-content {
  width: 33.333%;
}
.tab-content-wrapper.tabs-count-3.item-2 {
  -webkit-transform: translate3d(-33.333%, 0, 0);
          transform: translate3d(-33.333%, 0, 0);
}
.tab-content-wrapper.tabs-count-3.item-3 {
  -webkit-transform: translate3d(-66.666%, 0, 0);
          transform: translate3d(-66.666%, 0, 0);
}
.modal-open {
  overflow: hidden;
}
.modal.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}
.modal .modal-dialog {
  margin: auto;
}
.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(0px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: backdrop-filter 300ms cubic-bezier(0.55, 0, 0.1, 1), background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: backdrop-filter 300ms cubic-bezier(0.55, 0, 0.1, 1), background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
  outline: 0;
}
.modal.in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  backdrop-filter: blur(5px);
}
.modal .modal-header {
  padding: 11px 22px;
  height: 47px;
  font-size: 1.1rem;
  font-weight: 700;
  border-bottom: 1px solid #EFF2F5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-header .extraline {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.55;
}
.modal .modal-header .headbuttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 6px;
}
.modal .modal-header .headbuttons > div {
  display: block;
  height: 100%;
  width: 46px;
  padding: 14px;
  border-radius: 0;
  opacity: 0.55;
}
.modal .modal-header .headbuttons > div.close {
  padding: 12px;
  border-top-right-radius: 6px;
}
.modal .modal-header .headbuttons > div:hover {
  opacity: 1;
}
.modal .modal-header .close {
  display: block;
  height: 100%;
  width: 46px;
  color: #333;
  text-shadow: none;
  border-top-right-radius: 6px;
  opacity: 0.55;
  cursor: pointer;
  text-align: center;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-header .form-switch {
  font-size: 15px;
}
.modal .modal-body {
  font-weight: 400;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.modal .modal-body:not(.no-scroll) {
  max-height: calc(100vh - 135px);
}
.modal .modal-body.no-footer {
  max-height: calc(100vh - 85px);
}
.modal .modal-body > p:last-child {
  margin-bottom: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal.modal-max-size {
  padding: 0 !important;
}
.modal.modal-max-size .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal.modal-max-size .modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  padding: 10px;
  z-index: 1051;
}
.modal-dialog.fade {
  opacity: 0;
}
.modal-dialog.in {
  opacity: 0.5;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
  outline: none;
}
.modal-content ul > li > ul > li:last-of-type {
  margin-bottom: 15px;
}
.modal-content ul > li + li {
  margin-top: 5px;
}
.modal-content h2 {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 4px;
}
.modal-content p + h2 {
  margin-top: 16px;
}
.modal-content .head .info-btn {
  display: block;
  cursor: pointer;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
}
.modal-content .head .info-btn:before {
  content: '\e819';
  font-family: 'fontello';
  color: #A1A5B7;
  display: block;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 22px;
}
.modal-body > .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.modal-body .control-label {
  margin-bottom: 6px;
}
.modal-body span.help {
  display: block;
  font-style: italic;
}
.modal-body .row {
  padding: 0;
}
.modal-body .row.select-subgroup {
  display: none;
}
.modal-body .row.select-subgroup.active {
  display: block;
}
.modal-body pre {
  text-align: left !important;
}
.modal-footer {
  padding: 10px 22px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
  border-top: 1px solid #B5B5C3;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}
.modal-footer .btn {
  margin-bottom: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .modal-dialog.modal-lg {
    width: 900px;
  }
  .modal-dialog.modal-sm {
    width: 450px;
  }
  .modal-dialog.modal-xs {
    width: 300px;
  }
  /*
  .modal-content {
    //.box-shadow(0 5px 15px rgba(0,0,0,.5));
  }
  */
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .modal-dialog.modal-lg {
    width: 100%;
    max-width: 900px;
  }
  .modal-dialog.modal-sm {
    width: 100%;
    max-width: 450px;
  }
  .modal-dialog.modal-xs {
    width: 100%;
    max-width: 300px;
  }
}
.modal-header.modal-header-info {
  background-color: #5bc0de;
  color: #fff;
}
.modal-backdrop {
  visibility: hidden !important;
}
.modal.in {
  background-color: rgba(0, 0, 0, 0.5);
}
#modalSetPosition {
  z-index: 1051;
}
#modalSetPosition #positionAddress {
  margin-top: 30px;
}
#modalSetPosition #positionAddress #positionAddressInput {
  padding-right: 60px;
}
#modalSetPosition #positionAddress .loader {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
#modalSetPosition #positionAddressResults {
  margin-top: 30px;
}
#modalSetPosition #positionAddressResults:empty {
  display: none;
}
#modalSetPosition #positionAddressResults .heading {
  margin-bottom: 10px;
}
#modalSetPosition #positionAddressResults .main {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalSetPosition #positionAddressResults .sub {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalNavigationTo .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
#modalNavigationTo .icon .char {
  font-weight: 700;
  opacity: 0.55;
  color: #fff;
  font-size: 0.85rem;
}
#modalNavigationTo .icon .char.char-square {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  background-color: #000;
}
#modalNavigationTo .option {
  text-align: center;
  padding: 16px 0;
  color: #333;
  width: 100%;
}
#modalNavigationTo .option .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-bottom: 8px;
}
#modalNavigationTo .option .icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#modalNavigationTo .option .caption {
  line-height: 1.2em;
  text-align: center;
  min-height: 40px;
}
#modalNavigationTo .content {
  margin-bottom: 0;
}
#modalNavigationTo .foot-note {
  margin-bottom: 5px;
}
#modalTermsOfService,
#modalPrivacy {
  z-index: 1051;
}
#modalReportDeficiency .head {
  font-weight: 700;
  color: #A1A5B7;
  padding: 0 0 5px 0;
}
#modalReportDeficiency .section {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#modalReportDeficiency .section.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#modalReportDeficiency .section-wrapper {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#modalReportDeficiency .section-wrapper.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#modalReportDeficiency #modalReportDeficiency_map {
  height: 300px;
  border: 1px solid #B5B5C3;
  border-radius: 6px;
}
#modalReportDeficiency #modalReportDeficiency_map.disabled {
  pointer-events: none;
}
#modalReportDeficiency #modalReportDeficiency_sectionWrapper_form {
  margin-top: 20px;
  padding-bottom: 78px;
}
#modalReportDeficiency #modalReportDeficiency_sectionWrapper_contact {
  margin-top: 20px;
}
#modalReportDeficiency #modalReportDeficiency_sectionWrapper_contact .alert {
  margin: 0;
  font-size: 0.85rem;
  padding: 10px;
}
#modalReportDeficiency #modalReportDeficiency_sectionWrapper_contact .table tr td:first-of-type {
  font-weight: 500;
  text-align: right;
}
#modalReportDeficiency #modalReportDeficiency_sectionWrapper_disabled {
  margin-top: 20px;
}
#modalReportDeficiency #modalReportDeficiency_sectionWrapper_disabled .alert {
  margin: 0;
}
#modalReportDeficiency #deficiencies_sendReportWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  border-top: 1px solid #EFF2F5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
#modalReportDeficiency #deficiencies_sendReportWrapper.in {
  pointer-events: all;
  opacity: 1;
  height: 78px;
}
#modalReportDeficiency:not(.form-complete) #deficiencies_sendReport {
  background-color: #EFF2F5;
  border-color: #E4E6EF;
  color: #A1A5B7;
}
#modalReportDeficiency:not(.form-complete) #deficiencies_sendReport:hover {
  background-color: #EFF2F5;
  border-color: #E4E6EF;
  color: #A1A5B7;
  -webkit-transform: none;
          transform: none;
}
.tooltip,
.leaflet-tooltip {
  position: fixed;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 13px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tooltip,
  .leaflet-tooltip {
    display: none!important;
  }
}
.tooltip.top,
.leaflet-tooltip.top {
  padding: 5px 0;
}
.tooltip.right,
.leaflet-tooltip.right {
  padding: 0 5px;
}
.tooltip.bottom,
.leaflet-tooltip.bottom {
  padding: 5px 0;
}
.tooltip.left,
.leaflet-tooltip.left {
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 9px 13px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tooltip-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
.tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top .tooltip-arrow:before {
  top: 0;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 1px;
  left: 10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 1px;
  right: 10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.left .tooltip-arrow:before {
  top: 0;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 1px;
  left: 10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 1px;
  right: 10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
body.no-tooltips .tooltip {
  display: none!important;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 5px;
}
.popover.top > .arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -5px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -5px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-right-width: 0;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -5px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 6px 6px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  min-width: 150px;
  max-width: 350px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}
.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}
.jq-toast-wrap.bottom-left {
  bottom: 10px;
  left: 20px;
}
.jq-toast-wrap.bottom-right {
  bottom: 10px;
  right: 40px;
}
.jq-toast-wrap.top-left {
  top: 10px;
  left: 20px;
}
.jq-toast-wrap.top-right {
  top: 10px;
  right: 10px;
}
.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
  pointer-events: all !important;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.4);
  /*
	a {
		color           : #eee;
		text-decoration : none;
		font-weight     : bold;
		border-bottom   : 1px solid white;
		padding-bottom  : 3px;
		font-size       : 12px;
	}
	*/
}
.jq-toast-single .jq-toast-heading {
  font-weight: 700;
  line-height: 1.55em;
}
.jq-toast-single h2 {
  font-size: 13px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}
.jq-toast-single .btn {
  color: #fff;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.jq-toast-single .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.jq-toast-single .btn-group {
  width: 100%;
}
.jq-toast-single .btn-group .btn {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: 100%;
  min-width: 0;
}
.close-jq-toast-single {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.close-jq-toast-single:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.jq-toast-loader {
  display: none;
  position: absolute;
  bottom: -4px;
  height: 4px;
  width: 100%;
  left: 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.jq-toast-loaded {
  width: 0%;
}
.jq-has-icon {
  padding: 10px 10px 10px 10px;
}
.jq-icon-info {
  background-color: #333;
  color: #fff;
}
.jq-icon-ajax-loader {
  background-color: #333;
  color: #fff;
  border-bottom: 0;
  padding-left: 40px;
}
.jq-icon-ajax-loader .jq-toast-loader {
  display: none;
}
.jq-icon-ajax-loader:before {
  content: "";
  position: absolute;
  left: 10px;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 3px solid rgba(255, 255, 255, 0.25);
  border-right: 3px solid rgba(255, 255, 255, 0.25);
  border-bottom: 3px solid rgba(255, 255, 255, 0.25);
  border-left: 3px solid #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader-animation 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-animation 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  margin: 0;
}
.jq-icon-success {
  background-color: #5cb85c;
  color: #fff;
}
.jq-icon-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.jq-icon-danger {
  background-color: #d9534f;
  color: #fff;
}
@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
#dialogMask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
body.dialog_in #dialogMask {
  pointer-events: auto;
}
body.dialog_in .btn-action,
body.dialog_in .sidemenu {
  pointer-events: none;
}
.inline-dialog {
  position: absolute;
  z-index: 9001;
  background-color: #fff;
  height: 300px;
  width: 200px;
  margin-left: -100px;
  pointer-events: none;
  text-align: left;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  left: 50%;
  bottom: 65px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 6px;
  padding: 16px 0;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.inline-dialog .inner {
  height: 100%;
}
.inline-dialog.dialog-md {
  width: 240px;
  margin-left: -120px;
}
.inline-dialog.dialog-lg {
  width: 300px;
  margin-left: -150px;
}
@media (max-height: 400px) {
  .inline-dialog {
    height: 200px;
  }
}
.inline-dialog.nav-tabs {
  padding: 0;
}
.inline-dialog.nav-tabs .inner {
  position: relative;
}
.inline-dialog.nav-tabs .nav-container {
  position: relative;
  height: 100%;
  min-height: 250px;
}
.inline-dialog .tab-content-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  position: absolute;
  height: calc(100% - 50px);
}
.inline-dialog .tab-content-wrapper .tab-content {
  height: 100%;
}
.inline-dialog .head {
  font-weight: 700;
  padding: 16px 16px 0 16px;
  color: #a6a6a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline-dialog .head.no-toppadding {
  padding-top: 0;
}
.inline-dialog .head > span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-dialog .head .info-btn {
  display: block;
  cursor: pointer;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.inline-dialog .head .info-btn:before {
  content: '\e819';
  font-family: 'fontello';
  color: #A1A5B7;
  display: inline-block;
}
.inline-dialog .line {
  padding: 0 16px 0 16px;
}
.inline-dialog .line .caption {
  padding-left: 0;
}
.inline-dialog .line .caption.flex-coloumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inline-dialog .line.disabled {
  opacity: 0.55;
  pointer-events: none;
}
.inline-dialog .select-wrapper {
  padding: 8px 16px 8px 16px;
}
.inline-dialog .select-wrapper select {
  width: 100%;
  line-height: 35px;
  height: 35px;
  background: #fff;
  padding-left: 5px;
}
.inline-dialog.in {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.inline-dialog:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -14px;
  margin-right: -14px;
  width: 0;
  height: 0;
  right: 50%;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.15);
}
.inline-dialog:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -11px;
  margin-right: -12px;
  right: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
.dialog-info {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.85rem;
  opacity: 0.55;
}
#mapSelectionDialog .rb,
#mapSelectionDialog .cb {
  line-height: 35px;
  cursor: pointer;
  position: relative;
}
#mapSelectionDialog .rb > label,
#mapSelectionDialog .cb > label {
  padding-right: 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#mapSelectionDialog .rb .vector-layer-preview,
#mapSelectionDialog .cb .vector-layer-preview {
  position: absolute;
  right: 4px;
  top: 6px;
  font-size: 0.7rem;
  padding: 2px 8px;
  line-height: 1.1;
}
#mapSelectionDialog .cb > label:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
#mapSelectionDialog .cb > label:after {
  left: 10px;
}
#vectorLayerPreviewDialog #vectorLayerPreviewMap {
  width: 100%;
  height: 360px;
  border-radius: 6px;
  overflow: hidden;
}
#filterDialog .line {
  height: 40px;
}
#filterDialog .rb,
#filterDialog .cb {
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
#filterDialog .rb > label,
#filterDialog .cb > label {
  padding-right: 8px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#filterDialog .cb > label:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
#filterDialog .cb > label:after {
  left: 10px;
}
@media (max-width: 360px) {
  #mapGpsDialog {
    left: 100%;
    width: 300px;
    margin-left: -150px;
    -webkit-transform-origin: 36% 100%;
            transform-origin: 36% 100%;
  }
  #mapGpsDialog:before {
    right: 64%;
  }
  #mapGpsDialog:after {
    right: 64%;
  }
}
#mapLayerLegend #mapAddLayerLegendContent {
  border-top: 1px solid #B5B5C3;
}
#mapLayerLegend #mapAddLayerLegendContent:empty {
  display: none;
}
#mapLayerLegend .element {
  display: block;
  position: relative;
  padding: 0 16px;
  margin: 5px 0;
}
#mapLayerLegend .element .lines {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 36px;
}
#mapLayerLegend .element .lines .line {
  height: 10px;
  margin: 5px 5px 5px 0;
  padding: 0;
}
#mapLayerLegend .element .lines .line.slim {
  height: 7px;
}
#mapLayerLegend .element .lines .line.extra-slim {
  height: 4px;
}
#mapLayerLegend .element .lines .line.filled.white {
  background-color: #fff;
}
#mapLayerLegend .element .lines .line.filled.black {
  background-color: #000;
}
#mapLayerLegend .element .lines .line.filled.yellow {
  background-color: #fdfd4f;
}
#mapLayerLegend .element .lines .line.filled.light-yellow {
  background-color: #f7fabf;
}
#mapLayerLegend .element .lines .line.filled.orange {
  background-color: #fab348;
}
#mapLayerLegend .element .lines .line.filled.light-orange {
  background-color: #fcd6a4;
}
#mapLayerLegend .element .lines .line.filled.light-red {
  background-color: #e892a2;
}
#mapLayerLegend .element .lines .line.filled.light-red {
  background-color: #ffb3b3;
}
#mapLayerLegend .element .lines .line.filled.light-purple {
  background-color: #e9c1ff;
}
#mapLayerLegend .element .lines .line.filled.light-blue {
  background-color: #b2b2ff;
}
#mapLayerLegend .element .lines .line.filled.here-yellow {
  background-color: #fefba7;
}
#mapLayerLegend .element .lines .line.filled.here-light-red {
  background-color: #fead9d;
}
#mapLayerLegend .element .lines .line.filled.here-red {
  background-color: #f090b2;
}
#mapLayerLegend .element .lines .line.filled.openpt-green {
  background-color: #00cc00;
}
#mapLayerLegend .element .lines .line.filled.openpt-red {
  background-color: #fe0000;
}
#mapLayerLegend .element .lines .line.filled.openpt-blue {
  background-color: #0000fe;
}
#mapLayerLegend .element .lines .line.border {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 0;
  border-left-width: 0;
}
#mapLayerLegend .element .lines .line.border.slim {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#mapLayerLegend .element .lines .line.border.extra-slim {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#mapLayerLegend .element .lines .line.border.border-slim {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
#mapLayerLegend .element .lines .line.border.border-extra-slim {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#mapLayerLegend .element .lines .line.border.darken {
  border-color: rgba(0, 0, 0, 0.25);
}
#mapLayerLegend .element .lines .line.border.darken-light {
  border-color: rgba(0, 0, 0, 0.1);
}
#mapLayerLegend .element .lines .line.border.border-black {
  border-color: #000000;
}
#mapLayerLegend .element .lines .line.border.border-npt-green {
  border-color: #015c1f;
}
#mapLayerLegend .element .lines .line.border.border-brown {
  border-color: #bfa164;
}
#mapLayerLegend .element .lines .line.border.border-dark-grey {
  border-color: #666;
}
#mapLayerLegend .element .lines .line.border.border-grey {
  border-color: #d8d7d7;
}
#mapLayerLegend .element .lines .line.border.border-grey2 {
  border-color: #939393;
}
#mapLayerLegend .element .lines .line.border.border-blue {
  border-color: #393ef3;
}
#mapLayerLegend .element .lines .line.border.border-green {
  border-color: #AED581;
}
#mapLayerLegend .element .lines .line.border.border-purple {
  border-color: #ad8c9e;
}
#mapLayerLegend .element .lines .line.border.border-red {
  border-color: #f78879;
}
#mapLayerLegend .element .lines .line.border.border-dark-red {
  border-color: #e25d86;
}
#mapLayerLegend .element .lines .line.border.border-dark-orange {
  border-color: #cea65c;
}
#mapLayerLegend .element .lines .line.border.border-dark-yellow {
  border-color: #bec671;
}
#mapLayerLegend .element .lines .line.solid {
  border-style: solid;
}
#mapLayerLegend .element .lines .line.dashed {
  border-style: dashed;
}
#mapLayerLegend .element .lines .line.dotted {
  border-style: dotted;
}
#mapLayerLegend .element .lines .line.border-only {
  border-top-width: 3px;
  border-bottom-width: 0!important;
  border-right-width: 0;
  border-left-width: 0;
  height: 4px;
  margin-top: 8px;
}
#mapLayerLegend .element .descr {
  font-size: 0.85rem;
  display: block;
  width: 100%;
  padding-left: 43px;
  line-height: 1.3em;
}
.sidemenu {
  width: 320px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.sidemenu .inner.scroll-y {
  position: relative;
  height: 100%;
}
.sidemenu .toggle-wrapper {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 50px;
  margin-top: -25px;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.sidemenu .toggle-wrapper .toggle {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 6;
  opacity: 0.6;
}
.sidemenu .toggle-wrapper .toggle svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.6);
          transform: translateY(-50%) scale(0.6);
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.sidemenu .toggle-wrapper .toggle svg.icon-arrow {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
}
.sidemenu .toggle-wrapper .toggle svg.icon-info {
  opacity: 0;
}
.subhead {
  font-weight: 700;
  padding: 8px 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A1A5B7;
}
.subhead .icon {
  display: block;
  width: 23px;
  height: 15px;
  opacity: 0.55;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  text-align: center;
  line-height: 1em;
}
.subhead .icon:hover {
  opacity: 1;
}
.subhead.subhead-small {
  font-weight: 500;
  font-size: 0.85rem;
}
.line {
  padding: 8px 0 8px 16px;
  line-height: 35px;
  height: 51px;
  position: relative;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.line .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  height: 35px;
  padding: 6px 0;
  line-height: 1em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.line .icon.fill-red svg path {
  fill: #F44336;
}
.line .icon.fill-highlight svg path {
  fill: var(--obj-highlight-symbol-color);
}
.line .icon .char {
  font-weight: 700;
  opacity: 0.55;
  color: #fff;
  font-size: 1rem;
  background-color: #333;
}
.line .icon .char svg {
  margin: 3px;
}
.line .icon .char.char-square {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
}
.line .icon .char.char-circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 20px;
}
.line .icon .char.char-circle svg {
  margin: 4px;
}
.line .icon .char.outline {
  outline: 2px solid #fff;
}
.line .icon .char.full-opacity {
  opacity: 1;
}
.line .icon .char.full-opacity svg {
  fill-opacity: 1!important;
}
.line .ext-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  padding: 0 16px 0 8px;
}
.line .ext-icon:before {
  content: '\e817';
  font-family: 'fontello';
  display: inline-block;
  color: #A1A5B7;
}
.line .caption {
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.line .caption > .info {
  display: block;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 13px;
  opacity: 0;
  max-width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.line .caption .info-full {
  white-space: normal;
}
.line .icon + .caption {
  padding-left: 16px;
}
.line.expandable .caption:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000000' opacity='.4' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  opacity: 0.55;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.line.expandable.open .caption:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.line.no-icon .caption {
  padding-left: 0;
}
.line.two-lines .caption {
  line-height: 1.13em;
  white-space: normal;
}
.line.info {
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.line.info.force-auto-height {
  min-height: 0!important;
  height: auto!important;
}
.line.info .caption {
  white-space: normal;
  line-height: 1.42857143;
  height: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.line.line-sm {
  height: auto;
  line-height: 36px;
}
.line.line-sm .caption {
  white-space: normal;
  height: 36px;
}
.line.line-sm .switch {
  height: 36px;
  line-height: 36px;
}
.line.line-sm .switch > label {
  height: 100%;
}
.line.secondary .caption {
  opacity: 0.55;
}
.line .switch {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.line .cb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.line .cb label {
  padding: 0;
  pointer-events: none;
  opacity: 0.85;
}
.line .cb.half input[type="checkbox"] + label:after {
  color: #ccc;
  opacity: 1;
}
.line.cat-cb .cb {
  pointer-events: none;
}
.line.maincat .icon {
  padding: 7px 0;
  opacity: 0.85;
}
.line.light-icon .icon {
  padding: 7px 0;
  opacity: 0.4;
}
.line.status-ok .blink {
  -webkit-animation: none;
          animation: none;
}
.line.status-ok .caption .info {
  color: #43A047;
  opacity: 1;
}
.line.inactive {
  cursor: not-allowed;
  opacity: 0.55;
}
.line.show-caption-info .caption {
  padding-top: 0;
  line-height: 1.2em;
}
.line.show-caption-info .info {
  height: 16px;
  opacity: 0.55;
}
.sidemenu.left {
  left: -315px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sidemenu.left img.icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  height: 40px;
}
.sidemenu.left .subhead {
  padding-top: 16px;
}
.sidemenu.left .subhead .buttons-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidemenu.left .line:not(.fill) input[type="checkbox"]:checked + label:before {
  border-color: #999;
  background-color: #999;
}
.sidemenu.left .line:not(.fill) input[type="checkbox"]:checked + label:after {
  color: #fff;
  opacity: 1;
}
.sidemenu.left .submenu {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: height 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidemenu.left .submenu .line {
  padding-left: 24px;
  opacity: 0;
  -webkit-transform: translate3d(0, -16px, 0);
          transform: translate3d(0, -16px, 0);
  -webkit-transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1), transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1), transform 300ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 0.85rem;
  line-height: 30px;
  height: 44px;
}
.sidemenu.left .submenu .line:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.sidemenu.left .submenu .line:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.sidemenu.left .submenu .line:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.sidemenu.left .submenu .line:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.sidemenu.left .submenu .line:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.sidemenu.left .submenu .line:nth-child(6) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.sidemenu.left .submenu .line:nth-child(7) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.sidemenu.left .submenu .line:nth-child(8) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.sidemenu.left .submenu .line:nth-child(9) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.sidemenu.left .submenu .line:nth-child(10) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.sidemenu.left .submenu .line:nth-child(11) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.sidemenu.left .submenu .line:nth-child(12) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.sidemenu.left .submenu .line:nth-child(13) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.sidemenu.left .submenu .line:nth-child(14) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.sidemenu.left .submenu .line:nth-child(15) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.sidemenu.left .submenu .line:nth-child(16) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.sidemenu.left .submenu .line:nth-child(17) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.sidemenu.left .submenu .line:nth-child(18) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.sidemenu.left .submenu .line:nth-child(19) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.sidemenu.left .submenu .line:nth-child(20) {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
.sidemenu.left .submenu .line .caption {
  color: #666;
}
.sidemenu.left .submenu .line .icon,
.sidemenu.left .submenu .line .cb {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.sidemenu.left .submenu.in .line {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sidemenu.left .submenu.in .line.inactive {
  opacity: 0.55;
}
.sidemenu.left .submenu.shown .line {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.sidemenu.left .toggle-wrapper {
  left: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 3px 0px 5px -3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 3px 0px 5px -3px rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
}
body.left_sidemenu_in .sidemenu.left {
  -webkit-transform: translate3d(315px, 0, 0);
          transform: translate3d(315px, 0, 0);
}
body.left_sidemenu_in .sidemenu.left .toggle .icon-menu {
  opacity: 0;
}
body.left_sidemenu_in .sidemenu.left .toggle .icon-arrow {
  opacity: 1;
}
header {
  height: 160px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 10px 16px;
}
header.shadow {
  -webkit-box-shadow: inset 0px -80px 80px -60px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0px -80px 80px -60px rgba(0, 0, 0, 0.7);
}
header .bg {
  position: absolute;
  inset: 0;
  height: 160px;
  width: 320px;
}
header .logo {
  width: 50px;
  height: 50px;
  background-image: var(--org-logo-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header .heading {
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 16px;
}
header .heading .main {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
header .heading .sub {
  opacity: 0.85;
  font-size: 0.95rem;
  line-height: 1.3rem;
}
#mainMenu {
  width: 320px;
}
#userName {
  display: none;
}
#sidemenuNavContents .tile {
  display: block;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  color: #333;
  margin: 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
#sidemenuNavContents .tile .item-logo {
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 5px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  z-index: 2;
}
#sidemenuNavContents .tile .thumb {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #ddd;
  position: relative;
}
#sidemenuNavContents .tile .thumb .img {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#sidemenuNavContents .tile .thumb .img:not(.placeholder-logo) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#sidemenuNavContents .tile .thumb .img.placeholder-logo {
  -o-object-position: center center;
     object-position: center center;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sidemenuNavContents .tile .thumb .overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-size: cover;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#sidemenuNavContents .tile .thumb .overlay:before {
  content: '';
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 561 561'%3E%3Cpath d='M280.5 89.3C153 89.3 43.3 168.3 0 280.4c43.4 112.2 153 191.3 280.5 191.3S517.6 392.6 561 280.4A300.4 300.4 0 0 0 280.5 89.2zm0 318.7A126.3 126.3 0 0 1 153 280.5c0-71.4 56.1-127.5 127.5-127.5S408 209.1 408 280.5 351.9 408 280.5 408zm0-204a75.1 75.1 0 0 0-76.5 76.5 75.1 75.1 0 0 0 76.5 76.5 75.1 75.1 0 0 0 76.5-76.5 75.1 75.1 0 0 0-76.5-76.5z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 28px;
}
#sidemenuNavContents .tile .content-wrapper {
  background-color: #fff;
  bottom: 0;
  left: -1px;
  right: -1px;
}
#sidemenuNavContents .tile .content-wrapper .heading {
  padding: 16px 16px 8px 16px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3em;
}
#sidemenuNavContents .tile .content-wrapper .desc {
  padding: 8px 16px;
  line-height: 1.4em;
  -ms-hyphens: auto;
      hyphens: auto;
}
#sidemenuNavContents .tile .content-wrapper .count {
  padding: 8px 16px;
  line-height: 1.6em;
  font-size: 0.9rem;
  color: #A1A5B7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidemenuNavContents .tile .content-wrapper .count:empty {
  display: none;
}
#sidemenuNavContents .tile.active .thumb .overlay {
  opacity: 1;
}
#sidemenuNavContents .tile.compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px;
  min-height: 50px;
}
#sidemenuNavContents .tile.compact .item-logo {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: auto;
  background-color: #ddd;
  padding: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
#sidemenuNavContents .tile.compact .item-logo + .thumb {
  display: none;
}
#sidemenuNavContents .tile.compact .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: auto;
}
#sidemenuNavContents .tile.compact .content-wrapper {
  min-width: 0;
}
#sidemenuNavContents .tile.compact .content-wrapper .heading {
  font-size: 0.95rem;
  line-height: 1.1em;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
}
#sidemenuNavContents .tile.compact .content-wrapper .desc {
  display: none;
}
#sidemenuNavContents .tile.compact .content-wrapper .count {
  padding-top: 0;
  font-size: 0.8rem;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1em;
}
#userSettingsReset {
  margin-top: 16px;
}
#menuMapTopics {
  background-color: #f0f0f0;
}
body:not(.show-private-topics) #sidemenuNavContents .tile.private-topic {
  display: none;
}
.sidemenu.right {
  right: -315px;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.sidemenu.right .toggle-wrapper {
  right: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.4), inset -3px 0px 5px -3px rgba(0, 0, 0, 0.25);
          box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.4), inset -3px 0px 5px -3px rgba(0, 0, 0, 0.25);
  background-color: #f2f2f2;
}
.sidemenu.right.search-active #itemListSearch .icon {
  cursor: pointer;
}
.sidemenu.right.search-active #itemListSearch .icon-close {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.sidemenu.right.search-active #itemListSearch .icon-search {
  display: none;
}
#itemListWrapper,
#itemDetails,
#jps-routePane {
  height: 100%;
}
#itemListWrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
#itemListSearch {
  padding-top: 8px;
  border-bottom: 1px solid #B5B5C3;
}
#itemListSearch .input-group {
  padding: 8px 16px 8px 16px;
}
#itemListSearch .input-group .icon {
  right: 16px;
}
#itemListSearch .icon-close {
  display: none;
}
#itemListSearch .search-counter {
  padding: 4px 16px;
  font-size: 0.75rem;
  color: #A1A5B7;
  text-align: center;
}
#itemListSearch .line {
  padding-right: 16px;
}
#itemListSearch input {
  border-radius: 6px;
  padding: 6px 12px;
}
#itemListSearch input::-webkit-input-placeholder {
  color: #999;
}
#itemListSearch input::-moz-placeholder {
  color: #999;
}
#itemListSearch input:-ms-input-placeholder {
  color: #999;
}
#itemListSearch input::-ms-input-placeholder {
  color: #999;
}
#itemListSearch input::placeholder {
  color: #999;
}
.item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-list-heading {
  padding: 0 0 0 16px;
  border-bottom: 1px solid #B5B5C3;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-list-heading > div {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 20px;
  color: #A1A5B7;
}
.item-list-heading > div.head-1 {
  width: 34px;
  min-width: 0;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
}
.item-list-heading > div.head-2 {
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.item-list-heading > div.head-3 {
  padding: 0 8px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.item-list-heading.fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  z-index: 4;
}
.item-list-heading.fixed.in {
  visibility: visible;
}
.item {
  padding: 8px 16px 8px 16px;
  border-bottom: 1px solid #B5B5C3;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.item.filtered {
  display: none;
}
.item.fav .icon .wrapper:after {
  content: "\e800";
  font-family: "fontello";
  position: absolute;
  display: inline-block;
  font-size: 12px;
  color: #F44336;
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.item.cond:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  top: 8px;
  bottom: 8px;
  right: 8px;
  border-radius: 2px;
  opacity: 0.85;
}
.item.cond.c1:before {
  background-color: #F44336;
}
.item.cond.c3:before {
  background-color: #FFA000;
}
.item.cond.c5:before {
  background-color: #8BC34A;
}
.item.cond.upcoming.c1:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ccc), color-stop(50%, #F44336));
  background: linear-gradient(180deg, #ccc 50%, #F44336 50%);
}
.item.cond.upcoming.c3:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ccc), color-stop(50%, #FFA000));
  background: linear-gradient(180deg, #ccc 50%, #FFA000 50%);
}
.item.cond.upcoming.c5:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ccc), color-stop(50%, #8BC34A));
  background: linear-gradient(180deg, #ccc 50%, #8BC34A 50%);
}
.item.cond.upcoming:after {
  content: "!";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 5px;
  outline: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  color: #fff;
  font-weight: 700;
}
.item.cond.upcoming.c1:after {
  background-color: #F44336;
}
.item.cond.upcoming.c3:after {
  background-color: #FFA000;
}
.item.cond.upcoming.c5:after {
  background-color: #8BC34A;
}
.item.cond.multiple-states:before {
  background: #ccc;
}
.item.cond.multiple-states:after {
  content: "!";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 5px;
  outline: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  color: #fff;
  font-weight: 700;
}
.item.cond.multiple-states:after {
  background-color: #F44336;
}
.item.highlight .icon .wrapper:before {
  content: var(--obj-highlight-symbol);
  font-family: "fontello";
  position: absolute;
  display: inline-block;
  font-size: 12px;
  color: var(--obj-highlight-symbol-color);
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding-top: 3px;
}
.item .icon .wrapper {
  display: inline-block;
  position: relative;
  line-height: 1em;
  max-width: 34px;
  max-height: 34px;
}
.item .icon img {
  width: 28px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.item .caption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
.item .category {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.85rem;
  color: #A1A5B7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item .tags {
  display: none;
  margin-top: 3px;
  color: #A1A5B7;
  font-size: 0.7rem;
  font-weight: 400;
}
.item .tags:before {
  content: 'Tag: ';
}
.item .tags .tag {
  border-radius: 3px;
  line-height: 1em;
}
.item.found-in-tags .tags {
  display: block;
}
.item .city {
  display: none;
  margin-top: 3px;
  color: #A1A5B7;
  font-size: 0.7rem;
  font-weight: 400;
}
.item .city:before {
  content: 'Ort: ';
}
.item.found-in-city .city {
  display: block;
}
.item .caption mark,
.item .category mark,
.item .city mark {
  background-color: #FFFFAA;
  font-weight: 700;
  color: inherit;
  padding: 0;
}
.item:hover.cond:before {
  opacity: 1;
}
body.right_sidemenu_in .sidemenu.right {
  -webkit-transform: translate3d(-315px, 0, 0);
          transform: translate3d(-315px, 0, 0);
}
body.right_sidemenu_in .sidemenu.right .toggle .icon-search {
  opacity: 0;
}
body.right_sidemenu_in .sidemenu.right .toggle .icon-arrow {
  opacity: 1;
}
body.right_sidemenu_out.item_details_in .sidemenu.right .toggle .icon-search {
  opacity: 0;
}
body.right_sidemenu_out.item_details_in .sidemenu.right .toggle .icon-arrow {
  opacity: 0;
}
body.right_sidemenu_out.item_details_in .sidemenu.right .toggle .icon-info {
  opacity: 1;
}
.scroll-y {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: overlay;
}
.scroll-y::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scroll-y::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background-clip: content-box;
}
.scroll-x {
  position: relative;
  white-space: nowrap;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: hidden;
  overflow-x: scroll;
  overflow-x: overlay;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
}
.scroll-x::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scroll-x::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background-clip: content-box;
}
.loader {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  border-top: 3px solid rgba(0, 0, 0, 0.15);
  border-right: 3px solid rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-left: 3px solid #009ef7;
  border-left: 3px solid var(--color-key);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader-spin 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite, loader-pulse 2s ease-in-out infinite;
          animation: loader-spin 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite, loader-pulse 2s ease-in-out infinite;
  display: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
          box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
}
.loader.in {
  display: inline-block;
  -webkit-animation: loader-spin 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite, loader-pulse 2s ease-in-out infinite, loader-fade-in 0.3s ease-out;
          animation: loader-spin 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite, loader-pulse 2s ease-in-out infinite, loader-fade-in 0.3s ease-out;
}
.loader.with-result:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
}
.loader.with-result:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
}
.loader.success {
  -webkit-animation: none;
          animation: none;
  border-radius: 0;
  border-bottom-color: var(--color-key);
  border-top-color: transparent;
  border-right-color: transparent;
  height: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
.loader.success:before {
  border-color: var(--color-key);
}
.loader.error {
  -webkit-animation: loader-error-shake 0.5s ease-in-out, loader-fade-in 0.3s ease-out;
          animation: loader-error-shake 0.5s ease-in-out, loader-fade-in 0.3s ease-out;
  border-radius: 0;
  border-width: 2px;
  line-height: 0;
  border-color: #d9534f;
  height: 0px;
  background-color: #d9534f;
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
.loader.error:before {
  border-color: #d9534f;
  top: -17px;
  left: -9px;
}
.loader.error:after {
  width: 20px;
  height: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #d9534f;
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
@-webkit-keyframes loader-pulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 158, 247, 0);
            box-shadow: 0 0 0 4px rgba(0, 158, 247, 0);
    opacity: 0.8;
  }
}
@keyframes loader-pulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 158, 247, 0);
            box-shadow: 0 0 0 4px rgba(0, 158, 247, 0);
    opacity: 0.8;
  }
}
@-webkit-keyframes loader-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}
@keyframes loader-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}
@-webkit-keyframes loader-error-shake {
  0%,
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg) translateX(0);
            transform: translateY(-10px) rotate(-45deg) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-10px) rotate(-45deg) translateX(-3px);
            transform: translateY(-10px) rotate(-45deg) translateX(-3px);
  }
  75% {
    -webkit-transform: translateY(-10px) rotate(-45deg) translateX(3px);
            transform: translateY(-10px) rotate(-45deg) translateX(3px);
  }
}
@keyframes loader-error-shake {
  0%,
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg) translateX(0);
            transform: translateY(-10px) rotate(-45deg) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-10px) rotate(-45deg) translateX(-3px);
            transform: translateY(-10px) rotate(-45deg) translateX(-3px);
  }
  75% {
    -webkit-transform: translateY(-10px) rotate(-45deg) translateX(3px);
            transform: translateY(-10px) rotate(-45deg) translateX(3px);
  }
}
#itemDetails,
.item-details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  background-color: #fff;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  will-change: opacity, transform;
  /*
	.cond {
		position      : absolute;
		display       : flex;
		bottom        : 10px;
		left          : 10px;
		border-radius : 3px;
		font-size     : .7rem;
		height        : 15px;
		line-height   : 1em;
		opacity       : 1;
		font-weight   : 700;
		cursor        : pointer;
		box-shadow    : 0px 0px 2px 1px rgba(0, 0, 0, .25);
		text-transform: uppercase;
		outline       : 1px solid transparent;


		.icon {
			border-top-left-radius : 3px;
			border-bottom-left-radius : 3px;
			width : 15px;
			height : 15px;
			color : #fff;
			display: block;

			&:before {
				display : flex;
				content : '!';
				display : inline-block;
				margin-right: 5px;
				width : 100%;
				height : 100%;
				line-height : 15px;
				text-align: center;
			}
		}

		.cond-label {
			padding                   : 0 6px;
			line-height               : 15px;
			background-color          : #fff;
			color                     : #666;
			border-top-right-radius   : 3px;
			border-bottom-right-radius: 3px;
		}

		&.c1 {
			outline-color : #F44336;

			.icon {
				background-color: #F44336;
			}

			.cond-label {
				color : #F44336;
			}
		}

		&.c3 {
			background-color: #FFA000;

			.icon {
				background-color: #FFA000;
			}

			.cond-label {
				color : #FFA000;
			}
		}

		&.c5 {
			outline-color : #8BC34A;


			.cond-label {
				color : #8BC34A;
			}

			.icon {
				background-color: #8BC34A;

				&:before {
					content : '✔';
				}
			}
		}
	}
	*/
}
#itemDetails .cover-img,
.item-details .cover-img {
  border-bottom: 1px solid #B5B5C3;
  height: 220px;
  background-color: #f2f2f2;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#itemDetails .cover-img.logo-placeholder,
.item-details .cover-img.logo-placeholder {
  background-size: 50px auto;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-image: var(--org-logo-url);
}
#itemDetails .cover-img .img,
.item-details .cover-img .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#itemDetails .cover-img .add-img,
.item-details .cover-img .add-img {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  font-size: 0.8rem;
  height: 17px;
  line-height: 17px;
  padding: 0 6px;
  opacity: 0.45;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  outline: 1px solid #000;
  pointer-events: none;
}
#itemDetails .cover-img:hover .img,
.item-details .cover-img:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#itemDetails .cover-img:hover .add-img,
.item-details .cover-img:hover .add-img {
  opacity: 1;
}
#itemDetails .no-img,
.item-details .no-img {
  height: 40px;
}
#itemDetails .head-small,
.item-details .head-small {
  color: #A1A5B7;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 0 0 0;
  font-weight: 400;
}
#itemDetails .head-small.line-padding,
.item-details .head-small.line-padding {
  padding: 8px 16px 0 16px;
}
#itemDetails .content,
.item-details .content {
  position: relative;
}
#itemDetails .item-logo,
.item-details .item-logo {
  position: absolute;
  display: inline-block;
  top: 50px;
  right: 10px;
  padding: 5px;
  width: 55px;
  height: 55px;
  background-color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: content-box;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
#itemDetails .pane-container,
.item-details .pane-container {
  height: 213.44px;
  background: #f2f2f2;
  cursor: pointer;
}
#itemDetails .pane-container:empty,
.item-details .pane-container:empty {
  cursor: default;
}
#itemDetails .pane-container:empty:after,
.item-details .pane-container:empty:after {
  content: "";
  background-image: var(--org-logo-url);
  background-size: 60px auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.55;
}
#itemDetails .quickoptions,
.item-details .quickoptions {
  background-color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #B5B5C3;
  height: 50px;
  padding: 0 8px;
  gap: 4px;
}
#itemDetails .quickoptions .option,
.item-details .quickoptions .option {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 500;
  color: #A1A5B7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#itemDetails .quickoptions .option.disabled,
.item-details .quickoptions .option.disabled {
  pointer-events: none;
  opacity: 0.25;
}
#itemDetails .quickoptions .option .option-icon,
.item-details .quickoptions .option .option-icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border: 1px solid #B5B5C3;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#itemDetails .quickoptions .option svg,
.item-details .quickoptions .option svg {
  width: 100%;
  height: 100%;
  opacity: 0.55;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#itemDetails .quickoptions .option svg.is-fav,
.item-details .quickoptions .option svg.is-fav {
  opacity: 1;
}
#itemDetails .quickoptions .option .option-caption,
.item-details .quickoptions .option .option-caption {
  display: none;
}
#itemDetails .quickoptions .option:hover,
.item-details .quickoptions .option:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#itemDetails .quickoptions .option:hover .option-icon,
.item-details .quickoptions .option:hover .option-icon {
  background-color: #eee;
  border-color: #a7a7b8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#itemDetails .quickoptions .option:hover .option-icon svg,
.item-details .quickoptions .option:hover .option-icon svg {
  opacity: 1;
}
#itemDetails .quickoptions .option:active,
.item-details .quickoptions .option:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#itemDetails .quickoptions .option:active .option-icon,
.item-details .quickoptions .option:active .option-icon {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#itemDetails .quickoptions .option .option-icon.action-feedback,
.item-details .quickoptions .option .option-icon.action-feedback {
  -webkit-animation: quickActionPulse 0.6s ease-out;
          animation: quickActionPulse 0.6s ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes quickActionPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    background-color: #eee;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes quickActionPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    background-color: #eee;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#itemDetails .heading,
.item-details .heading {
  padding: 16px 16px 8px 16px;
}
#itemDetails .heading .main,
.item-details .heading .main {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 4px;
}
#itemDetails .heading .main-add,
.item-details .heading .main-add {
  font-size: 0.85rem;
  line-height: 1.3em;
  margin: 4px 0 6px 0;
  color: #A1A5B7;
}
#itemDetails .heading .main-add:empty,
.item-details .heading .main-add:empty {
  display: none;
}
#itemDetails .heading .sub,
.item-details .heading .sub {
  color: #A1A5B7;
  font-size: 0.9rem;
  line-height: 1.4em;
}
#itemDetails .heading .sub .demand-label,
.item-details .heading .sub .demand-label {
  font-size: 0.7rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px;
}
#itemDetails .heading .sub .demand-label.d0,
.item-details .heading .sub .demand-label.d0 {
  background-color: var(--color-demand-d0);
}
#itemDetails .heading .sub .demand-label.d1,
.item-details .heading .sub .demand-label.d1 {
  background-color: var(--color-demand-d1);
}
#itemDetails .heading .sub .demand-label.d2,
.item-details .heading .sub .demand-label.d2 {
  background-color: var(--color-demand-d2);
}
#itemDetails .heading .sub .demand-label.d3,
.item-details .heading .sub .demand-label.d3 {
  background-color: var(--color-demand-d3);
}
#itemDetails .heading .sub .demand-label.d4,
.item-details .heading .sub .demand-label.d4 {
  background-color: var(--color-demand-d4);
}
#itemDetails .heading .sub .demand-label.d5,
.item-details .heading .sub .demand-label.d5 {
  background-color: var(--color-demand-d5);
}
#itemDetails .heading .sub .demand-label.d6,
.item-details .heading .sub .demand-label.d6 {
  background-color: var(--color-demand-d6);
}
#itemDetails .heading .sub .demand-label.d7,
.item-details .heading .sub .demand-label.d7 {
  background-color: var(--color-demand-d7);
}
#itemDetails .heading .sub .demand-label.d8,
.item-details .heading .sub .demand-label.d8 {
  background-color: var(--color-demand-d8);
}
#itemDetails .heading .sub .demand-label.d9,
.item-details .heading .sub .demand-label.d9 {
  background-color: var(--color-demand-d9);
}
#itemDetails .heading .sub .demand-label.d10,
.item-details .heading .sub .demand-label.d10 {
  background-color: var(--color-demand-d10);
}
#itemDetails .heading .sub .demand-label.dmax,
.item-details .heading .sub .demand-label.dmax {
  background-color: var(--color-demand-dmax);
}
#itemDetails .heading .sub .demand-label .text,
.item-details .heading .sub .demand-label .text {
  display: inline-block;
  color: #fff;
  padding: 0 4px;
}
#itemDetails .desc,
.item-details .desc {
  padding: 8px 16px;
  position: relative;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5em;
}
#itemDetails .desc .desc-inner,
.item-details .desc .desc-inner {
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  overflow: hidden;
}
#itemDetails .desc .desc-inner a,
.item-details .desc .desc-inner a {
  font-weight: 500;
  color: #337ab7;
  color: var(--color-key);
}
#itemDetails .desc .desc-inner a[href^="http"]:after,
.item-details .desc .desc-inner a[href^="http"]:after {
  content: '\e817';
  font-family: 'fontello';
  display: inline-block;
}
#itemDetails .desc.expandable .desc-inner,
.item-details .desc.expandable .desc-inner {
  max-height: 148px;
  position: relative;
}
#itemDetails .desc.expandable.expanded .desc-inner,
.item-details .desc.expandable.expanded .desc-inner {
  max-height: 5000px;
}
#itemDetails .desc.expandable a.btn,
.item-details .desc.expandable a.btn {
  margin-top: 8px;
}
#itemDetails .desc:empty,
.item-details .desc:empty {
  display: none;
}
#itemDetails .condition-wrapper,
.item-details .condition-wrapper {
  padding: 0 16px;
  margin: 8px 0;
}
#itemDetails .condition-full,
.item-details .condition-full {
  margin-bottom: 10.66666667px;
  background-color: #f2f2f2;
  border: 1px solid #B5B5C3;
  border-radius: 5px;
  padding: 10px;
  -ms-hyphens: auto;
      hyphens: auto;
}
#itemDetails .condition-full .cond-label,
.item-details .condition-full .cond-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 15px;
  margin-bottom: 3px;
  position: relative;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#itemDetails .condition-full .cond-label .icon-img,
.item-details .condition-full .cond-label .icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
#itemDetails .condition-full .cond-label .icon-img img,
.item-details .condition-full .cond-label .icon-img img {
  height: 100%;
}
#itemDetails .condition-full .cond-label .icon,
.item-details .condition-full .cond-label .icon {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
#itemDetails .condition-full .cond-label .icon:before,
.item-details .condition-full .cond-label .icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '!';
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 15px;
  text-align: center;
}
#itemDetails .condition-full .cond-label.c1,
.item-details .condition-full .cond-label.c1 {
  color: #F44336;
}
#itemDetails .condition-full .cond-label.c1 .icon,
.item-details .condition-full .cond-label.c1 .icon {
  background-color: #F44336;
}
#itemDetails .condition-full .cond-label.c3,
.item-details .condition-full .cond-label.c3 {
  color: #FFA000;
}
#itemDetails .condition-full .cond-label.c3 .icon,
.item-details .condition-full .cond-label.c3 .icon {
  background-color: #FFA000;
}
#itemDetails .condition-full .cond-label.c5,
.item-details .condition-full .cond-label.c5 {
  color: #8BC34A;
}
#itemDetails .condition-full .cond-label.c5 .icon,
.item-details .condition-full .cond-label.c5 .icon {
  background-color: #8BC34A;
}
#itemDetails .condition-full .cond-label.c5 .icon:before,
.item-details .condition-full .cond-label.c5 .icon:before {
  content: '✔';
}
#itemDetails .condition-full .cond-text,
.item-details .condition-full .cond-text {
  position: relative;
  font-size: 0.8rem;
  padding-left: 26px;
}
#itemDetails .condition-full .deficiencies-list,
.item-details .condition-full .deficiencies-list {
  padding-top: 5px;
}
#itemDetails .condition-full .deficiencies-list .entry,
.item-details .condition-full .deficiencies-list .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#itemDetails .condition-full .deficiencies-list .entry .date,
.item-details .condition-full .deficiencies-list .entry .date {
  width: 66px;
  opacity: 0.55;
}
#itemDetails .condition-full .deficiencies-list .entry .cat,
.item-details .condition-full .deficiencies-list .entry .cat {
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#itemDetails .condition-full .deficiencies-list .entry + .entry,
.item-details .condition-full .deficiencies-list .entry + .entry {
  margin-top: 2px;
}
#itemDetails .condition-full .toggle-deficiencies svg,
.item-details .condition-full .toggle-deficiencies svg {
  height: 12px;
  opacity: 0.55;
}
#itemDetails .line,
.item-details .line {
  min-height: 44px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
#itemDetails .line svg,
.item-details .line svg {
  fill-opacity: 0.55;
}
#itemDetails .line .caption,
.item-details .line .caption {
  font-weight: 400;
  display: block;
}
#itemDetails .line .caption.two-lines,
.item-details .line .caption.two-lines {
  line-height: 1.1em;
  padding-top: 1px;
}
#itemDetails .line .caption .sub-line,
.item-details .line .caption .sub-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  color: #A1A5B7;
}
#itemDetails .specific-details,
.item-details .specific-details {
  padding: 0;
}
#itemDetails .specific-details .line,
.item-details .specific-details .line {
  min-height: 44px;
  height: auto;
}
#itemDetails .specific-details .line.two-rows .caption,
.item-details .specific-details .line.two-rows .caption {
  line-height: 1.1em;
}
#itemDetails .tag-cloud,
.item-details .tag-cloud {
  padding: 0 12px 4px 16px;
}
#itemDetails .route-core-details,
.item-details .route-core-details {
  padding: 8px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#itemDetails .route-core-details .inner,
.item-details .route-core-details .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
}
#itemDetails .route-core-details .stat,
.item-details .route-core-details .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 9px;
  padding: 4px 4px;
  -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  cursor: default;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}
#itemDetails .route-core-details .stat .icon,
.item-details .route-core-details .stat .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  background-color: #009ef7;
  background-color: var(--color-key);
  border-radius: 50%;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#itemDetails .route-core-details .stat .icon svg,
.item-details .route-core-details .stat .icon svg {
  width: 10px;
  height: 10px;
}
#itemDetails .route-core-details .stat .icon svg path,
.item-details .route-core-details .stat .icon svg path {
  fill: #fff;
}
#itemDetails .route-core-details .stat .caption,
.item-details .route-core-details .stat .caption {
  padding: 0 4px;
  white-space: nowrap;
  line-height: 1.2em;
  font-size: 0.75rem;
}
#itemDetails .route-core-details .stat:hover,
.item-details .route-core-details .stat:hover {
  background-color: rgba(238, 238, 238, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#itemDetails .route-core-details .stat:active,
.item-details .route-core-details .stat:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#itemDetails .demand-factor-wrapper,
.item-details .demand-factor-wrapper {
  width: 100%;
  height: 25px;
  position: relative;
  margin: 0 0 16px 0;
}
#itemDetails .demand-factor-wrapper .scale,
.item-details .demand-factor-wrapper .scale {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #90CAF9), color-stop(50%, #EF9A9A), color-stop(90%, #bdbdbd));
  background: linear-gradient(to right, #90CAF9 10%, #EF9A9A 50%, #bdbdbd 90%);
}
#itemDetails .demand-factor-wrapper .section,
.item-details .demand-factor-wrapper .section {
  display: inline-block;
  width: 33.33%;
  height: 25px;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  pointer-events: none;
}
#itemDetails .demand-factor-wrapper .section.d1,
.item-details .demand-factor-wrapper .section.d1 {
  color: var(--color-demand-d1);
  text-align: left;
}
#itemDetails .demand-factor-wrapper .section.d3,
.item-details .demand-factor-wrapper .section.d3 {
  color: var(--color-demand-d5);
}
#itemDetails .demand-factor-wrapper .section.d5,
.item-details .demand-factor-wrapper .section.d5 {
  color: var(--color-demand-d10);
  text-align: right;
}
#itemDetails .demand-factor-wrapper .section .text,
.item-details .demand-factor-wrapper .section .text {
  opacity: 0.85;
}
#itemDetails .demand-factor-wrapper .section .num,
.item-details .demand-factor-wrapper .section .num {
  line-height: 1.3em;
  font-size: 0.8rem;
  opacity: 0.55;
}
#itemDetails .demand-factor-wrapper .indicator,
.item-details .demand-factor-wrapper .indicator {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1em;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 2px);
  height: 16px;
  width: 20px;
  line-height: 16px;
  border-radius: 3px;
  z-index: 2;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#itemDetails .demand-factor-wrapper .indicator .dot,
.item-details .demand-factor-wrapper .indicator .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 3px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
}
#itemDetails .demand-factor-wrapper .indicator .num,
.item-details .demand-factor-wrapper .indicator .num {
  font-size: 0.7rem;
  font-weight: 500;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 2;
}
#itemDetails .elevation-graph .inner,
.item-details .elevation-graph .inner {
  position: relative;
  padding: 0 16px;
}
#itemDetails .elevation-graph .inner #elevGraphAlt,
.item-details .elevation-graph .inner #elevGraphAlt {
  height: 200px;
}
#itemDetails .elevation-graph .inner #elevGraphAlt .highcharts-annotation-label-box,
.item-details .elevation-graph .inner #elevGraphAlt .highcharts-annotation-label-box,
#itemDetails .elevation-graph .inner #elevGraphAlt text,
.item-details .elevation-graph .inner #elevGraphAlt text {
  pointer-events: none;
}
#itemDetails .gradient-0,
.item-details .gradient-0 {
  color: #83b82e;
}
#itemDetails .gradient-3,
.item-details .gradient-3 {
  color: #8cb830;
}
#itemDetails .gradient-6,
.item-details .gradient-6 {
  color: #a5b938;
}
#itemDetails .gradient-9,
.item-details .gradient-9 {
  color: #c6ba42;
}
#itemDetails .gradient-12,
.item-details .gradient-12 {
  color: #e4a04a;
}
#itemDetails .gradient-15,
.item-details .gradient-15 {
  color: #d86c42;
}
#itemDetails .gradient-18,
.item-details .gradient-18 {
  color: #cc383b;
}
#itemDetails .gradient-max,
.item-details .gradient-max {
  color: #701214;
}
#itemDetails .highcharts-tooltip,
.item-details .highcharts-tooltip {
  background: #fff;
  padding: 6px;
  border: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.33);
}
#itemDetails .highcharts-tooltip > span,
.item-details .highcharts-tooltip > span {
  display: block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
}
#itemDetails .highcharts-tooltip table tr td:nth-child(2),
.item-details .highcharts-tooltip table tr td:nth-child(2) {
  text-align: right;
}
#itemDetails .files .files-wrapper,
.item-details .files .files-wrapper {
  padding-bottom: 8px;
}
#itemDetails .files a,
.item-details .files a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.2em;
}
#itemDetails .files a .main,
.item-details .files a .main {
  min-width: 0;
  padding-left: 16px;
  padding-right: 16px;
}
#itemDetails .files a .icon,
.item-details .files a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  min-width: 0;
  padding: 0;
}
#itemDetails .files a .icon img,
.item-details .files a .icon img {
  max-height: 34px;
  max-width: 34px;
  margin-left: -3px;
  margin-top: 1px;
}
#itemDetails .files a .label,
.item-details .files a .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#itemDetails .files a .meta,
.item-details .files a .meta {
  font-size: 0.85rem;
  color: #A1A5B7;
}
#itemDetails .options,
.item-details .options {
  padding: 0;
  border-bottom: 1px solid #B5B5C3;
}
#itemDetails .options svg.full,
.item-details .options svg.full {
  opacity: 1;
  fill: #EF5350;
}
#itemDetails .otherRoutes,
.item-details .otherRoutes {
  list-style: none;
  padding: 0;
  margin: 0;
}
#itemDetails .otherRoutes .active-route,
.item-details .otherRoutes .active-route {
  color: #A1A5B7;
  pointer-events: none;
}
#itemDetails .otherRoutes .active-route .icon,
.item-details .otherRoutes .active-route .icon {
  opacity: 0.55;
}
#itemDetails .otherRoutes .active-route:before,
.item-details .otherRoutes .active-route:before {
  opacity: 0.55;
}
#itemDetails.events .line.date .caption.two-lines,
.item-details.events .line.date .caption.two-lines {
  padding-top: 3px;
}
#itemDetails.events .line.date.date-canceled,
.item-details.events .line.date.date-canceled {
  background-color: rgba(244, 67, 54, 0.1);
}
#itemDetails.events .line.date.date-canceled:after,
.item-details.events .line.date.date-canceled:after {
  content: "fällt aus";
  display: block;
  font-size: 0.7rem;
  color: #F44336;
  font-weight: 700;
  padding-right: 8px;
  text-align: center;
  line-height: 1.1em;
  white-space: nowrap;
}
#itemDetails.events .line.date.date-canceled .icon svg,
.item-details.events .line.date.date-canceled .icon svg {
  fill-opacity: 1;
}
#itemDetails.events .line.date.date-canceled .icon svg path,
.item-details.events .line.date.date-canceled .icon svg path {
  fill: #F44336;
}
#itemDetails.events .line.date.date-sold_out,
.item-details.events .line.date.date-sold_out {
  background-color: rgba(255, 160, 0, 0.1);
}
#itemDetails.events .line.date.date-sold_out:after,
.item-details.events .line.date.date-sold_out:after {
  content: "ausgebucht";
  display: block;
  font-size: 0.7rem;
  color: #FFA000;
  font-weight: 700;
  padding-right: 8px;
  text-align: center;
  line-height: 1.1em;
  white-space: nowrap;
}
#itemDetails.events .line.date.date-sold_out .icon svg,
.item-details.events .line.date.date-sold_out .icon svg {
  fill-opacity: 1;
}
#itemDetails.events .line.date.date-sold_out .icon svg path,
.item-details.events .line.date.date-sold_out .icon svg path {
  fill: #FFA000;
}
#itemDetails .show-more-dates,
.item-details .show-more-dates {
  position: relative;
}
#itemDetails .show-more-dates .indicators,
.item-details .show-more-dates .indicators {
  position: absolute;
  top: -6px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#itemDetails .show-more-dates .indicators .indicator,
.item-details .show-more-dates .indicators .indicator {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background-color: #666;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  margin-left: -4px;
}
#itemDetails .show-more-dates .indicators .indicator:hover,
.item-details .show-more-dates .indicators .indicator:hover {
  z-index: 1;
}
#itemDetails .show-more-dates .indicators .indicator.warning,
.item-details .show-more-dates .indicators .indicator.warning {
  background-color: #f0ad4e;
}
#itemDetails .show-more-dates .indicators .indicator.danger,
.item-details .show-more-dates .indicators .indicator.danger {
  background-color: #d9534f;
  font-size: 7px;
}
body.small-size #itemDetails {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: none;
          transform: none;
  will-change: opacity;
}
body.small-size #itemDetails .quickoptions {
  padding: 0 4px;
  gap: 2px;
}
body.small-size #itemDetails .quickoptions.fixed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body.small-size #itemDetails .route-core-details .stat {
  padding: 3px 4px;
}
body.small-size #itemDetails .route-core-details .stat .caption {
  font-size: 0.75rem;
  padding: 0 4px 0 4px;
}
body.small-size #itemListWrapper {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: opacity;
}
body.small-size.item_details_in #itemDetails {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
@media (prefers-reduced-motion: reduce) {
  #itemDetails,
  .item-details {
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
    -webkit-transform: none !important;
            transform: none !important;
    will-change: auto;
  }
  body.small-size #itemDetails {
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
  }
  #itemListWrapper {
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
    will-change: auto;
  }
}
#itemHead {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(5px);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.25);
}
#itemHead #adminEdit {
  height: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#itemHead .back {
  height: 40px;
  cursor: pointer;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#itemHead .back svg {
  width: 14px;
  height: 14px;
}
#itemHead .caption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 16px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#itemDetails {
  display: block;
}
body.item_details_in #itemDetails {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.item_details_in #itemListWrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#itemDetails .nav,
.item-details .nav {
  position: relative;
}
#itemDetails .nav.two .nav-tab,
.item-details .nav.two .nav-tab {
  width: 50%;
}
#itemDetails .nav.three .nav-tab,
.item-details .nav.three .nav-tab {
  width: 33.333%;
}
#itemDetails .custom-group-tabs,
.item-details .custom-group-tabs {
  height: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#itemDetails .custom-group-tabs .nav-tab,
.item-details .custom-group-tabs .nav-tab {
  background-color: #f2f2f2;
  padding: 0 10px;
  cursor: pointer;
  color: #A1A5B7;
  position: relative;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
#itemDetails .custom-group-tabs .nav-tab .icon,
.item-details .custom-group-tabs .nav-tab .icon {
  height: 10px;
  width: 10px;
  line-height: 1em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0;
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateX(8.5px);
          transform: translateX(8.5px);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
#itemDetails .custom-group-tabs .nav-tab .icon .char,
.item-details .custom-group-tabs .nav-tab .icon .char {
  font-weight: 700;
  color: #fff;
  font-size: 0.6rem;
  vertical-align: middle;
}
#itemDetails .custom-group-tabs .nav-tab .icon .char.char-square,
.item-details .custom-group-tabs .nav-tab .icon .char.char-square {
  display: inline-block;
  width: 9px;
  height: 9px;
  line-height: 9px;
  border-radius: 1px;
  background-color: #333;
  outline: 2px solid #fff;
}
#itemDetails .custom-group-tabs .nav-tab .icon + .caption,
.item-details .custom-group-tabs .nav-tab .icon + .caption {
  -webkit-transform: translateX(-8.5px);
          transform: translateX(-8.5px);
}
#itemDetails .custom-group-tabs .nav-tab .caption,
.item-details .custom-group-tabs .nav-tab .caption {
  font-weight: 400;
  display: inline-block;
  font-size: 0.8rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#itemDetails .custom-group-tabs .nav-tab.active,
.item-details .custom-group-tabs .nav-tab.active {
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #fff;
  color: var(--color-key-contrast);
  cursor: default;
}
#itemDetails .custom-group-tabs .nav-tab.active .icon,
.item-details .custom-group-tabs .nav-tab.active .icon {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#itemDetails .custom-group-tabs .nav-tab.active .caption,
.item-details .custom-group-tabs .nav-tab.active .caption {
  font-weight: 500;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#itemDetails .custom-group-tabs .nav-tab + .nav-tab,
.item-details .custom-group-tabs .nav-tab + .nav-tab {
  border-left: 1px solid #B5B5C3;
}
#itemDetails .tab-content-wrapper .tab-content:not(.active),
.item-details .tab-content-wrapper .tab-content:not(.active) {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
}
.alert.no-margin {
  margin-bottom: 0;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info a {
  color: #31708f;
}
.alert-info a:hover {
  color: #245269;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-success a {
  color: #3c763d;
}
.alert-success a:hover {
  color: #2b542c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-danger a {
  color: #a94442;
}
.alert-danger a:hover {
  color: #843534;
}
.contextmenu {
  position: absolute;
  z-index: 15;
  display: inline-block;
  width: 250px;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.contextmenu.top.left {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.contextmenu.top.left .inner {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.contextmenu.top.center {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.contextmenu.top.center .inner {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.contextmenu.top.right {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.contextmenu.top.right .inner {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.contextmenu.middle.left {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.contextmenu.middle.left .inner {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.contextmenu.middle.center {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contextmenu.middle.center .inner {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.contextmenu.middle.right {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contextmenu.middle.right .inner {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.contextmenu.bottom.left {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.contextmenu.bottom.left .inner {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.contextmenu.bottom.center {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.contextmenu.bottom.center .inner {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.contextmenu.bottom.right {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.contextmenu.bottom.right .inner {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.contextmenu .inner {
  padding: 8px 0;
  border-radius: 6px;
  max-height: 248px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.contextmenu.in {
  opacity: 1;
  pointer-events: all;
}
.contextmenu.in .inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contextmenu .line {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.contextmenu .line.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contextmenu.route-selection ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 216px;
}
.contextmenu.route-selection .item {
  padding: 8px;
  height: 54px;
}
.contextmenu.route-selection .item:last-child {
  border-bottom: 0;
}
.contextmenu.route-selection .item .icon {
  text-align: center;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.contextmenu.route-selection .item .caption {
  padding-left: 8px;
}
.contextmenu.route-selection .item .calendar {
  -webkit-transform: scale(0.9) translateX(-5px);
          transform: scale(0.9) translateX(-5px);
}
.contextmenu.routing-node[data-mode="traversing-node"] .remove {
  display: none;
}
.contextmenu.routing-node[data-mode="active-node"] .add-between {
  display: none;
}
#contextmenuMask {
  position: absolute;
  z-index: 14;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
#contextmenuMask.in {
  display: block;
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url('../../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto-v20-latin-regular.woff') format('woff');
  /* Modern Browsers */
  font-display: swap;
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto-v20-latin-italic.woff') format('woff');
  /* Modern Browsers */
  font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto-v20-latin-500.woff') format('woff');
  /* Modern Browsers */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/roboto-v20-latin-700.woff') format('woff');
  /* Modern Browsers */
  font-display: swap;
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v21-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v21-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../../fonts/source-sans-pro-v21-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url('../../fonts/fontello.woff2?7') format('woff2'), url('../../fonts/fontello.woff?7') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-heart:before {
  content: '\e800';
}
/* '' */
.icon-star:before {
  content: '\e801';
}
/* '' */
.icon-badge:before {
  content: '\e802';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e803';
}
/* '' */
.icon-star-1:before {
  content: '\e804';
}
/* '' */
.icon-shines:before {
  content: '\e805';
}
/* '' */
.icon-ribbon:before {
  content: '\e806';
}
/* '' */
.icon-star-christmas:before {
  content: '\e807';
}
/* '' */
.icon-circle-bolt:before {
  content: '\e808';
}
/* '' */
.icon-circle-camera:before {
  content: '\e809';
}
/* '' */
.icon-circle-caret-up:before {
  content: '\e80a';
}
/* '' */
.icon-circle-check:before {
  content: '\e80b';
}
/* '' */
.icon-circle-heart:before {
  content: '\e80c';
}
/* '' */
.icon-circle-p:before {
  content: '\e80d';
}
/* '' */
.icon-circle-star:before {
  content: '\e80e';
}
/* '' */
.icon-circle-up:before {
  content: '\e80f';
}
/* '' */
.icon-square-bolt:before {
  content: '\e810';
}
/* '' */
.icon-square-caret-up:before {
  content: '\e811';
}
/* '' */
.icon-square-check:before {
  content: '\e812';
}
/* '' */
.icon-square-heart:before {
  content: '\e813';
}
/* '' */
.icon-square-p:before {
  content: '\e814';
}
/* '' */
.icon-square-star:before {
  content: '\e815';
}
/* '' */
.icon-square-up:before {
  content: '\e816';
}
/* '' */
.icon-external-link-(2):before {
  content: '\e817';
}
/* '' */
.icon-check:before {
  content: '\e818';
}
/* '' */
.icon-circle-info:before {
  content: '\e819';
}
/* '' */
.icon-pen-to-square:before {
  content: '\e81a';
}
/* '' */
.icon-triangle-exclamation:before {
  content: '\e81b';
}
/* '' */
#modalFilter .modal-body {
  padding: 0 0 0 0;
}
#modalFilter .middle-head {
  font-weight: 500;
  margin: 16px 0 8px 0;
}
#modalFilter .nav-tab-wrapper {
  text-align: center;
}
#modalFilter .general-filters {
  padding: 0 22px;
}
#modalFilter .modal-padding {
  padding: 0 22px;
}
#modalFilter .switcher {
  padding-right: 16px;
}
#modalFilter .line {
  padding-left: 0;
  padding-right: 0;
}
#modalFilter .cb.line {
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}
#modalFilter .cb.line label:before {
  left: auto;
  right: 0;
  -webkit-transform: none;
          transform: none;
  width: 14px;
  height: 14px;
}
#modalFilter .cb.line label:after {
  left: auto;
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  font-size: 12px;
  line-height: 0px;
}
#modalFilter hr + .filter-row .head {
  padding-top: 0;
}
#modalFilter .filter-perimeter-set-location {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  padding: 0 20px;
  background-color: #fff;
  z-index: 10;
}
#modalFilter .show-more {
  margin-top: 30px;
  margin-bottom: 15px;
  outline: 5px solid #fff;
}
#modalFilter .show-more:before {
  content: '';
  height: 1px;
  background-color: #EFF2F5;
  display: block;
  position: absolute;
  left: 22px;
  right: 22px;
  top: calc(50% + 30px/4);
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#modalFilter .show-more[data-status="visible"]:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#modalFilter .chart {
  height: 20px;
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 0;
  right: 5px;
  pointer-events: none;
}
#modalFilter #filtersMore {
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#modalFilter #filtersMore.in {
  height: auto;
}
#modalFilter .tag-with-count {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#modalFilter .tag-with-count .count {
  display: block;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 16px;
  text-align: center;
  font-size: 0.7rem;
  padding: 0 3px !important;
  background-color: #EFF2F5;
  outline: 1px solid #B5B5C3;
  margin-right: 30px;
  opacity: 0.55;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#modalFilter .cb input[type="checkbox"]:checked + .tag-with-count .count {
  opacity: 1;
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #FFFFFF;
  color: var(--color-key-contrast);
  outline-color: transparent;
}
#modalFilter .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modalFilter .input-group input {
  margin-top: 0;
  border-radius: 0;
}
#modalFilter .input-group input:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#modalFilter .input-group input:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#modalFilter .input-group .connector {
  text-align: center;
  background-color: #F5F8FA;
  height: 35px;
  line-height: 35px;
  border: 1px solid #B5B5C3;
}
#modalFilter #filterEventsDaterange input[readonly] {
  background-color: #fff;
  cursor: pointer;
}
#modalFilter #filterEventsDaterange .clear-date {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 35px;
  line-height: 1em8;
  display: block;
  margin-left: -35px;
  padding: 8px;
}
#modalFilter #filterEventsDaterange .clear-date svg {
  scale: 0.8;
}
#modalFilter #filterEventsDaterange .clear-date svg path {
  fill: #d9534f;
}
#modalFilter #filterEventsDaterange .clear-date:hover svg {
  scale: 0.9;
}
#modalFilter .nav-tab {
  position: relative;
}
#modalFilter .nav-tab .bubble {
  top: 3px;
  right: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
  width: 6px;
  height: 6px;
}
#filterCitiesSelected {
  padding: 4px 0;
}
#filterCitiesSelected:empty {
  display: none;
}
.filter-row {
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.filter-row .head {
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A1A5B7;
  padding: 16px 0 0 0;
}
.filter-row.inactive .irs-handle {
  background-color: #bbbbbb;
}
.filter-row.inactive .irs-slider {
  background-color: #999999;
}
.filter-row.inactive .irs-slider:after {
  display: none;
}
.filter-row.inactive .irs-from:before,
.filter-row.inactive .irs-to:before {
  display: none;
}
.filter-row.inactive .irs-bar {
  background-color: #d5d5d5;
}
.filter-row.inactive .irs-bar:before {
  background-color: #d5d5d5;
}
.filter-row.inactive .irs-single,
.filter-row.inactive .irs-to,
.filter-row.inactive .irs-from {
  background-color: #eee;
  color: #000;
}
.filter-row.inactive .irs-single:after,
.filter-row.inactive .irs-to:after,
.filter-row.inactive .irs-from:after {
  border-top-color: #eee;
}
#routePerimeterLocationInfo {
  text-align: center;
}
.tag-cloud {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tag-cloud .tag {
  background: var(--color-tags-background-color);
  color: var(--color-tags-color);
  display: inline-block;
  font-size: 0.75rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0 4px 4px 0;
  border-radius: 3px;
  padding: 1px 5px;
}
.tag-cloud .tag.d0 {
  background-color: var(--color-demand-d0);
}
.tag-cloud .tag.d1 {
  background-color: var(--color-demand-d1);
}
.tag-cloud .tag.d2 {
  background-color: var(--color-demand-d2);
}
.tag-cloud .tag.d3 {
  background-color: var(--color-demand-d3);
}
.tag-cloud .tag.d4 {
  background-color: var(--color-demand-d4);
}
.tag-cloud .tag.d5 {
  background-color: var(--color-demand-d5);
}
.tag-cloud .tag.d6 {
  background-color: var(--color-demand-d6);
}
.tag-cloud .tag.d7 {
  background-color: var(--color-demand-d7);
}
.tag-cloud .tag.d8 {
  background-color: var(--color-demand-d8);
}
.tag-cloud .tag.d9 {
  background-color: var(--color-demand-d9);
}
.tag-cloud .tag.d10 {
  background-color: var(--color-demand-d10);
}
.tag-cloud .tag.dmax {
  background-color: var(--color-demand-dmax);
}
.item .calendar {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.item .calendar .date-month {
  display: block;
  width: 32px;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #009ef7;
  background-color: var(--color-key);
  color: #fff;
  color: var(--color-key-contrast);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 1.05em;
  padding: 2px 0 1px 0;
}
.item .calendar .date-day {
  display: block;
  width: 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  color: #666;
}
.item .calendar[data-add-count]:after {
  content: "+";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: -6px;
  font-size: 0.6rem;
  font-weight: 700;
  background-color: var(--color-key);
  line-height: 10px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #A1A5B7;
  text-align: center;
}
.table {
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 0px;
}
.table .indent-bullet {
  background-color: #494b74;
  width: 8px;
  height: 4px;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
}
.table.table-width-100 {
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}
.table.table-flush th,
.table.table-flush td {
  padding-left: 0!important;
}
.table.table-flush-exclude-first th:not(:nth-of-type(1)),
.table.table-flush-exclude-first td:not(:nth-of-type(1)) {
  padding-left: 0!important;
}
.table.table-flush-last-col th:last-of-type,
.table.table-flush-last-col td:last-of-type {
  padding-right: 0!important;
}
.table.table-row-bordered tbody tr {
  border-bottom: 1px solid #EFF2F5;
}
.table.table-row-dashed tr {
  border-bottom: 1px dashed #E4E6EF;
}
.table.table-striped tbody tr:nth-child(even) td {
  background-color: #F5F8FA;
}
.table.overview-table {
  table-layout: fixed;
  width: 100%;
  min-width: 0;
}
.table.overview-table a:hover {
  color: #337ab7 !important;
}
.table.overview-table thead tr th {
  color: #A1A5B7;
  padding-top: 13px;
  padding-bottom: 13px;
}
.table.overview-table tbody tr:hover {
  background-color: transparent;
}
.table.overview-table tbody tr td {
  vertical-align: middle;
}
.table.valign-top tbody tr td {
  vertical-align: top;
}
.table thead tr th,
.table thead tr td {
  font-weight: 500;
  color: rgba(51, 51, 51, 0.55);
  padding: 5px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  text-align: left;
}
.table thead tr th.text-right,
.table thead tr td.text-right {
  text-align: right;
}
.table tbody tr.fade {
  color: #A1A5B7;
}
.table tbody tr.fade span {
  opacity: 0.55;
}
.table tbody tr:last-child {
  border-bottom: 0!important;
}
.table tbody tr td {
  padding: 13px 10px;
  line-height: 1.4em;
  vertical-align: middle;
}
.table tbody tr td .small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.table tbody tr td .sub-1row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  color: #A1A5B7;
}
.table tbody tr td .sub-2rows {
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  color: #A1A5B7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table tbody tr td .label {
  margin: 0 5px 5px 0;
  float: left;
}
.table tbody tr td .label:last-of-type {
  margin: 0 0 0 0;
}
.table tbody tr td .label.fr {
  float: right;
}
.table tbody tr td .label.fn {
  float: none;
}
.table tbody tr.odd {
  background-color: #fcfcfc;
}
.table tbody tr.even {
  background-color: #F5F8FA;
}
.table tbody tr:hover.cb-td:before {
  background-color: #E4E6EF;
}
.table.line-break td > div {
  word-wrap: break-word;
  max-width: 400px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td {
  padding: 5px;
}
#jps-routePane {
  display: none;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
#jps-routePane .line {
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 43px;
}
#jps-routePane .head {
  padding: 5px 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #B5B5C3;
}
#jps-routePane .route-steps .inner:empty:before {
  display: block;
  text-align: center;
  content: "Klicken Sie auf einen Knotenpunkt, um mit der Routenplanung zu beginnen.";
  color: #A1A5B7;
  font-size: 0.85em;
  padding: 10px 30px;
  margin-top: 40px;
}
#jps-routePane .route-steps .step,
#jps-routePane .route-steps .substep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 4px 16px;
  gap: 8px;
}
#jps-routePane .route-steps .step .icon,
#jps-routePane .route-steps .substep .icon,
#jps-routePane .route-steps .step .label,
#jps-routePane .route-steps .substep .label,
#jps-routePane .route-steps .step .jps-distance,
#jps-routePane .route-steps .substep .jps-distance,
#jps-routePane .route-steps .step .drag,
#jps-routePane .route-steps .substep .drag,
#jps-routePane .route-steps .step .remove,
#jps-routePane .route-steps .substep .remove {
  padding: 4px 0;
}
#jps-routePane .route-steps .step .drag,
#jps-routePane .route-steps .substep .drag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  text-align: center;
  padding-left: 0;
  opacity: 0.25;
  cursor: -webkit-grab;
  cursor: grab;
}
#jps-routePane .route-steps .step .icon,
#jps-routePane .route-steps .substep .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}
#jps-routePane .route-steps .step .icon .circle,
#jps-routePane .route-steps .substep .icon .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1e4387;
  outline: 2px solid #f39200;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
}
#jps-routePane .route-steps .step .label,
#jps-routePane .route-steps .substep .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#jps-routePane .route-steps .step .jps-distance,
#jps-routePane .route-steps .substep .jps-distance {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
#jps-routePane .route-steps .step .remove,
#jps-routePane .route-steps .substep .remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  text-align: center;
}
#jps-routePane .route-steps .step .remove svg,
#jps-routePane .route-steps .substep .remove svg {
  opacity: 0.25;
  height: 20px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  cursor: pointer;
}
#jps-routePane .route-steps .step .remove svg path,
#jps-routePane .route-steps .substep .remove svg path {
  opacity: 1;
}
#jps-routePane .route-steps .step:hover,
#jps-routePane .route-steps .substep:hover {
  background-color: #eee;
}
#jps-routePane .route-steps .step:hover .drag,
#jps-routePane .route-steps .substep:hover .drag {
  opacity: 0.25;
}
#jps-routePane .route-steps .step:hover .remove svg,
#jps-routePane .route-steps .substep:hover .remove svg {
  opacity: 0.25;
}
#jps-routePane .route-steps .step:hover .remove svg:hover,
#jps-routePane .route-steps .substep:hover .remove svg:hover {
  opacity: 0.85;
}
#jps-routePane .route-steps .step:hover .remove svg:hover path,
#jps-routePane .route-steps .substep:hover .remove svg:hover path {
  fill: #d9534f;
}
#jps-routePane .route-steps .substeps {
  padding-left: 16px;
  padding-right: 66px;
}
#jps-routePane .route-steps .substeps .substep {
  opacity: 0.55;
}
#jps-routePane .quickoptions:empty {
  display: none;
}
#jps-routePane #jpsElevation {
  height: 200px;
}
#jps-routePane.substeps-out .substeps {
  display: none;
}
#jps-routePane.route-calculated .route-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body[data-main-mode="junctionPointSystem"] #jps-routePane {
  display: block;
  visibility: visible;
}
body[data-main-mode="junctionPointSystem"] #itemListWrapper {
  display: none;
}
.jps-selected-node,
.jps-traversing-node {
  border-radius: 50%;
}
.jps-selected-node > div,
.jps-traversing-node > div {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.jps-selected-node.first .modifier,
.jps-traversing-node.first .modifier,
.jps-selected-node.last .modifier,
.jps-traversing-node.last .modifier {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  outline: 1px solid #FFF;
}
.jps-selected-node.first .modifier:before,
.jps-traversing-node.first .modifier:before,
.jps-selected-node.last .modifier:before,
.jps-traversing-node.last .modifier:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-weight: 700;
  font-size: 8px;
  text-align: center;
  line-height: 12px;
}
.jps-selected-node.first .modifier,
.jps-traversing-node.first .modifier {
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
  background-color: #43A047;
  border-radius: 50%;
}
.jps-selected-node.first .modifier:before,
.jps-traversing-node.first .modifier:before {
  content: 'S';
}
.jps-selected-node.last .modifier,
.jps-traversing-node.last .modifier {
  -webkit-transform: translateY(-100%) translateX(100%);
          transform: translateY(-100%) translateX(100%);
  background-color: #E53935;
  border-radius: 50%;
}
.jps-selected-node.last .modifier:before,
.jps-traversing-node.last .modifier:before {
  content: 'Z';
}
.jps-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}
.jps-legend .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 32px;
}
.jps-legend .entry .img {
  width: 40px;
  min-width: 40px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jps-legend .entry .img img {
  border: 1px solid #B5B5C3;
  max-height: 32px;
}
.jps-legend .entry .img .path {
  width: 100%;
  height: 4px;
  margin-top: 9px;
}
.jps-legend .entry .img .circle {
  width: 26px;
  height: 26px;
  border: 3px solid;
  outline: 4px solid;
  border-radius: 50%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
}
.jps-legend .entry .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jps-legend .entry .text-wrapper .descr {
  font-size: 0.85em;
  color: #A1A5B7;
  line-height: 1.2em;
}
#body[data-main-mode="explore"] .label[data-mode="jps"],
#body[data-main-mode="topics"] .label[data-mode="jps"] {
  display: none;
}
#body[data-main-mode="junctionPointSystem"] #mapBtnSearchToggle .label[data-mode="regular"] {
  display: none;
}
#body[data-main-mode="junctionPointSystem"] .cover-img.logo-placeholder {
  background-image: none;
  height: 40px;
}
.leaflet-popup {
  position: absolute;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  background: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  position: relative;
  min-height: 66px;
  width: 260px !important;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content:after {
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  left: 105px;
  right: 105px;
  bottom: -50px;
}
.leaflet-popup .leaflet-popup-content-wrapper .inner {
  clip-path: circle(0px at bottom center);
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .leaflet-popup-content-wrapper.in {
  opacity: 1;
}
.leaflet-popup .leaflet-popup-content-wrapper.in .inner {
  clip-path: circle(350px at bottom center);
}
.leaflet-popup .leaflet-popup-content-wrapper.in.close .inner {
  clip-path: circle(0px at bottom center);
}
.leaflet-popup a.leaflet-popup-close-button {
  z-index: 10;
  width: auto;
  height: auto;
  padding: 8px;
}
.leaflet-popup .leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup .head {
  background-color: #fff;
  padding: 10.66666667px 32px 10.66666667px 16px;
  cursor: pointer;
  position: relative;
}
.leaflet-popup .head .main {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  z-index: 10;
}
.leaflet-popup .head .sub {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
  position: relative;
  opacity: 0.85;
}
.leaflet-popup .head .icon-arrow {
  position: absolute;
  right: 12px;
  width: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.55;
}
.leaflet-popup .head:hover .icon-arrow {
  opacity: 0.85;
}
.leaflet-popup .img-wrapper {
  position: relative;
  background-color: #f2f2f2;
}
.leaflet-popup .img-wrapper .img {
  height: 125px;
  position: relative;
  background-size: cover;
  -webkit-box-shadow: inset 0px -3px 2px -4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px -3px 2px -4px rgba(0, 0, 0, 0.25);
}
.leaflet-popup .img-wrapper.no-img .img {
  background-image: var(--org-logo-url);
  background-size: 60px auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.55;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .img-overlay .item-logo {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 8px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 5px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  z-index: 2;
}
.leaflet-popup .img-overlay .fav {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.26);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.leaflet-popup .img-overlay .fav:empty {
  display: none;
}
.leaflet-popup .img-overlay .fav svg {
  width: 14px;
  height: 14px;
  opacity: 1;
}
.leaflet-popup .img-overlay .condition-wrapper {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 6px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .img-overlay .condition-wrapper .condition {
  width: 11px;
  height: 11px;
  margin-right: 6px;
}
.leaflet-popup .img-overlay .condition-wrapper .cond-label {
  font-size: 12px;
  font-weight: 700;
}
.leaflet-popup .options {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .options a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333%;
          flex: 1 0 33.3333%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-width: 0;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-popup .options a:nth-child(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.leaflet-popup .options a:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.leaflet-popup .options a:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.leaflet-popup .options a svg {
  fill: #fff;
  height: 24px;
}
.leaflet-popup .options a svg path:not(.permanent) {
  fill: #fff;
}
.leaflet-popup .options a div {
  padding: 5px;
  font-size: 11px;
  min-height: 38px;
  line-height: 1.3em;
}
.leaflet-tooltip {
  position: absolute;
  padding: 3px 8px;
  background-color: #fff;
  border: 1px solid #fff;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.leaflet-tooltip:empty {
  display: none!important;
}
.leaflet-marker-icon {
  background: transparent;
  border: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /*
	&.cond-mark {
		&:before {
			content      : '';
			display      : inline-block;
			width        : 12px;
			height       : 12px;
			border-radius: 50%;
			position     : absolute;
			top          : 0;
			left         : 0;
			box-shadow   : 0 2px 5px rgba(0, 0, 0, 0.26);
			transform    : translate(-50%, -50%);
			z-index      : 5;
			.transall;
		}

		&.c1 { &:before { background-color: #F44336; } }
		&.c3 { &:before { background-color: #FFA000; } }
		&.c5 { &:before { background-color: #8BC34A; } }
	}
	*/
}
.leaflet-marker-icon img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
}
.leaflet-marker-icon img.marker-shadow {
  z-index: -1;
  -webkit-transform: var(--marker-shadow-transform);
          transform: var(--marker-shadow-transform);
  -webkit-filter: var(--marker-shadow-filter);
          filter: var(--marker-shadow-filter);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: var(--marker-shadow-opacity);
}
.leaflet-marker-icon.start-icon {
  font-size: 0.9rem;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 14px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
  cursor: default !important;
}
.leaflet-marker-icon.feeding-icon {
  font-size: 0.8rem;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 12px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
  padding-left: 1px;
  cursor: default !important;
}
.leaflet-marker-icon.pois img,
.leaflet-marker-icon.routes img,
.leaflet-marker-icon.events img {
  width: 100%;
  height: 100%;
}
.leaflet-marker-icon.pois svg,
.leaflet-marker-icon.routes svg,
.leaflet-marker-icon.events svg {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  fill: #FBC02D;
}
.leaflet-marker-icon.pois.open .cond-mark,
.leaflet-marker-icon.routes.open .cond-mark,
.leaflet-marker-icon.events.open .cond-mark {
  opacity: 0;
}
.leaflet-marker-icon.pois,
.leaflet-marker-icon.events {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.leaflet-marker-icon.routes svg {
  top: -6px;
  right: -6px;
}
.leaflet-marker-icon.fav:after {
  content: "\e800";
  font-family: "fontello";
  color: #F44336;
  position: absolute;
  height: 1em;
  top: 0;
  right: 0;
  font-size: 14px;
  -webkit-transform: translate(33%, -33%);
          transform: translate(33%, -33%);
  z-index: 8;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.55);
}
.leaflet-marker-icon.highlight:before {
  content: var(--obj-highlight-symbol);
  font-family: "fontello";
  position: absolute;
  display: inline-block;
  font-size: 14px;
  color: var(--obj-highlight-symbol-color);
  top: 0;
  left: 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.55);
  z-index: 8;
  -webkit-transform: translate(-33%, -33%);
          transform: translate(-33%, -33%);
}
.leaflet-marker-icon.gps-position {
  position: relative;
}
.leaflet-marker-icon.gps-position > div {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #009ef7;
  background-color: var(--color-key);
  border: 3px solid #fff;
  border-color: var(--color-key-contrast);
  border-radius: 50%;
}
.leaflet-marker-icon.gps-position.heading > div {
  border-top-right-radius: 0;
}
.leaflet-marker-icon.item-position {
  pointer-events: auto;
}
.leaflet-marker-icon.item-position .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.leaflet-marker-icon.item-position .pulse {
  position: absolute;
  height: 50px;
  width: 50px;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  -webkit-animation: pulsate 1.5s ease-out;
          animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}
.leaflet-marker-icon.filtered {
  opacity: 0 !important;
}
.leaflet-marker-icon.cluster {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: all;
}
.leaflet-marker-icon.cluster .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline: var(--marker-cluster-outline) !important;
}
.leaflet-marker-icon.cluster.animated .inner {
  -webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-marker-icon.cluster.context-open .inner {
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.leaflet-marker-icon.cluster.context-open .total {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
          transform: translate(-50%, -50%) scale(0.75);
}
.leaflet-marker-icon.cluster .shadow {
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: var(--marker-cluster-shadow-transform);
          transform: var(--marker-cluster-shadow-transform);
  -webkit-filter: var(--marker-cluster-shadow-filter);
          filter: var(--marker-cluster-shadow-filter);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: var(--marker-cluster-shadow-opacity);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.leaflet-marker-icon.cluster .total {
  position: absolute;
  width: var(--marker-cluster-size1);
  height: var(--marker-cluster-size1);
  left: 50%;
  top: 50%;
  text-align: center;
  background-color: var(--marker-cluster-bg);
  color: var(--marker-cluster-color);
  border-radius: 50%;
  outline: var(--marker-cluster-border);
  z-index: 7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: var(--marker-cluster-fontSize1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.leaflet-marker-icon.cluster .total span {
  display: block;
  text-align: center;
  line-height: var(--marker-cluster-size1);
  font-weight: 700;
}
.leaflet-marker-icon.cluster .total span sup {
  line-height: 1px;
  display: inline-block;
  margin-left: -1px;
}
.leaflet-marker-icon.cluster .total.double-digits {
  width: var(--marker-cluster-size2);
  height: var(--marker-cluster-size2);
}
.leaflet-marker-icon.cluster .total.double-digits span {
  line-height: var(--marker-cluster-size2);
  font-size: var(--marker-cluster-fontSize2);
}
.leaflet-marker-icon.cluster .total.triple-digits {
  width: var(--marker-cluster-size3);
  height: var(--marker-cluster-size3);
}
.leaflet-marker-icon.cluster .total.triple-digits span {
  line-height: var(--marker-cluster-size3);
  font-size: var(--marker-cluster-fontSize3);
}
.leaflet-marker-icon.cluster .solo-color {
  height: 100%;
  border-radius: 50%;
}
.leaflet-marker-icon.cluster svg {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.leaflet-marker-icon.cluster .fav {
  position: absolute;
  top: -8px;
  right: -6px;
  width: 18px;
  height: 18px;
  z-index: 8;
}
.leaflet-marker-icon.cluster .fav svg {
  fill: #FBC02D;
  opacity: 1;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.26));
}
.leaflet-marker-icon.km-mark {
  font-size: var(--polylines-direction-marks-icon-font-size);
  line-height: 1em;
  color: #fff;
  cursor: default !important;
  letter-spacing: -1px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leaflet-marker-icon.km-mark div {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.leaflet-marker-icon.km-mark.outline {
  background-color: #fff;
}
.leaflet-marker-icon .arrow-mark {
  height: 100%;
  border-radius: 3px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.85);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leaflet-marker-icon .arrow-mark svg {
  display: block;
  -webkit-transform: var(--polylines-direction-marks-icon-scale);
          transform: var(--polylines-direction-marks-icon-scale);
}
.leaflet-marker-icon .arrow-mark svg path {
  fill: #fff;
}
.leaflet-marker-icon.elevation-marker {
  -webkit-transition: all 30ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 30ms cubic-bezier(0.55, 0, 0.1, 1);
}
.leaflet-marker-icon.elevation-marker .wrapper {
  position: relative;
  width: 14px;
  height: 14px;
}
.leaflet-marker-icon.elevation-marker .dot {
  background-color: #333;
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
}
.leaflet-marker-icon.elevation-marker .con {
  background-color: #333;
  position: absolute;
  bottom: 5px;
  left: 6px;
  width: 2px;
  height: 40px;
}
.leaflet-marker-icon.elevation-marker .label {
  background-color: #333;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  bottom: 40px;
  left: 50%;
  padding: 4px 7px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.leaflet-marker-icon.jps-node {
  font-size: 10px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
}
.leaflet-marker-icon.jps-node .label {
  padding: 2px 3px;
}
.deficiencies-circleMarker {
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #f1416c;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.routes-no-marker .leaflet-marker-icon.routes {
  display: none;
}
body.desktop.hide-cluster .leaflet-marker-icon.cluster {
  opacity: var(--pointToObject-hideUi-opacity) !important;
}
body.desktop.hide-map-overlay .leaflet-control-container > * {
  opacity: var(--pointToObject-hideUi-opacity);
}
body.desktop.hide-map-overlay .map-buttons {
  opacity: var(--pointToObject-hideUi-opacity);
}
body.desktop.hide-map-overlay .toggle-wrapper {
  opacity: var(--pointToObject-hideUi-opacity);
}
body.desktop.hide-marker .leaflet-marker-icon:not(.cluster) {
  opacity: var(--pointToObject-hideUi-opacity) !important;
}
body[data-main-mode="junctionPointSystem"] .leaflet-marker-icon.arrow-mark .arrow-mark {
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent!important;
}
body[data-main-mode="junctionPointSystem"] .leaflet-marker-icon.arrow-mark .arrow-mark svg {
  scale: 0.7;
}
.leaflet-interactive:focus {
  outline: none;
}
#deficienciesLoader {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(1px);
  border-radius: 6px;
}
#deficienciesLoader.in {
  display: block;
}
#deficienciesLoader .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
#deficienciesLoader .inner .status {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #A1A5B7;
}
#deficiencies_objectSelection {
  padding-bottom: 10px;
  margin-right: -5px;
}
#modalReportDeficiency_section_selectedObjLabel .head {
  font-size: 1.1rem;
}
#modalReportDeficiency_section_selectedObjReset {
  font-size: 0.7rem;
}
#modalReportDeficiency .select-item {
  display: inline-block;
  width: calc(33.33% - 5px);
  height: 54px;
  background-color: #F5F8FA;
  padding: 8px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  border: 1px solid #EFF2F5;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  #modalReportDeficiency .select-item {
    width: calc(50% - 5px);
  }
}
#modalReportDeficiency .select-item:hover {
  background-color: #EFF2F5;
  border-color: #B5B5C3;
}
#modalReportDeficiency .select-item img {
  display: inline-block;
  height: 26px;
  float: left;
  margin: 5px;
  margin-right: 15px;
}
#modalReportDeficiency .select-item .label {
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalReportDeficiency .select-item .cat {
  color: #A1A5B7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  line-height: 14px;
}
#modalReportDeficiency .select-item.full {
  width: 100%;
  pointer-events: none;
}
#modalReportDeficiency_map .legend {
  position: absolute;
  z-index: 500;
  bottom: 5px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  border-radius: 3px;
}
#modalReportDeficiency_map .legend img {
  height: 14px;
  display: inline-block;
}
#modalReportDeficiency_map .legend div {
  padding-left: 5px;
  font-size: 0.9rem;
}
#modalReportDeficiency_map .deficiencies-list {
  position: absolute;
  z-index: 500;
  top: 5px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 10px;
  border-radius: 3px;
  width: 175px;
  font-size: 0.8rem;
}
#modalReportDeficiency_map .deficiencies-list .list-head {
  font-weight: 700;
}
#modalReportDeficiency_map .deficiencies-list .entries .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#modalReportDeficiency_map .deficiencies-list .entries .entry .date {
  width: 66px;
  opacity: 0.55;
}
#modalReportDeficiency_map .deficiencies-list .entries .entry .cat {
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#modalReportDeficiency_map .deficiencies-list .entries .entry + .entry {
  margin-top: 2px;
}
/* manage mouse hover events */
body.no-touch .ripple:hover {
  background-color: #eee;
}
body.no-touch .ripple.item:hover .icon .wrapper:before,
body.no-touch .ripple.item:hover .icon .wrapper:after {
  text-shadow: #eeeeee 2px 0px 0px, #eeeeee 1.75517px 0.958851px 0px, #eeeeee 1.0806px 1.68294px 0px, #eeeeee 0.141474px 1.99499px 0px, #eeeeee -0.832294px 1.81859px 0px, #eeeeee -1.60229px 1.19694px 0px, #eeeeee -1.97998px 0.28224px 0px, #eeeeee -1.87291px -0.701566px 0px, #eeeeee -1.30729px -1.5136px 0px, #eeeeee -0.421592px -1.95506px 0px, #eeeeee 0.567324px -1.91785px 0px, #eeeeee 1.41734px -1.41108px 0px, #eeeeee 1.92034px -0.558831px 0px;
}
body.no-touch .toggle:hover {
  opacity: 0.8 !important;
}
body.no-touch .btn-action:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
body.no-touch .btn-action:hover > svg {
  opacity: 0.8;
}
body.no-touch .leaflet-control-zoom a:hover {
  background-color: #eee;
}
body.no-touch .leaflet-control-zoom:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
body.no-touch .btn-modal:hover {
  color: #333;
  opacity: 1;
}
body.no-touch .btn-modal:hover.green {
  background-color: #eee;
}
body.no-touch .sidemenu .line:hover.maincat .cb {
  background-color: #f6f6f6;
}
body.no-touch .sidemenu .line.maincat .cb:hover {
  background-color: #eee;
}
body.no-touch .sidemenu .tile:hover .thumb .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.55;
}
body.no-touch .sidemenu .tile.active:hover .thumb .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
body.no-touch #userSettingsBtn:hover {
  opacity: 1;
}
body.no-touch .sidemenu.right.search-active #itemListSearch .icon:hover {
  opacity: 0.85;
}
body.no-touch .btn-filled:hover .label {
  opacity: 1;
}
body.no-touch .leaflet-container button:hover svg {
  opacity: 1;
}
body.no-touch .leaflet-popup-content .inner:hover .option-wrapper {
  pointer-events: all;
}
body.no-touch .leaflet-popup-content .inner:hover .options {
  opacity: 1;
}
body.no-touch .leaflet-popup-content .inner:hover .options a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.55;
}
body.no-touch .leaflet-popup-content .inner:hover .options a:hover {
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
body.no-touch .leaflet-popup-content .inner:hover .img-overlay {
  opacity: 0;
}
body.no-touch .leaflet-popup-content .inner:hover .no-img .img {
  opacity: 0;
}
body.no-touch #itemHead .back:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
body.is-touch .leaflet-tooltip-pane {
  display: none;
}
body.is-touch .leaflet-popup.show-options .options {
  pointer-events: auto;
  opacity: 1;
}
body.is-touch .leaflet-popup.show-options .options a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.85;
}
body.is-touch .leaflet-popup.show-options .img .img-overlay {
  opacity: 0;
}
body.is-touch .leaflet-popup.show-options .img-wrapper.no-img .img:after {
  opacity: 0;
}
body.is-touch .item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.init *,
body.init *:before,
body.init *:after {
  -webkit-transition: none!important;
  transition: none!important;
}
@media (min-width: 768px) {
  body.left_sidemenu_in .activeArea {
    left: 320px;
  }
  body.left_sidemenu_in .leaflet-left,
  body.left_sidemenu_in .footer {
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
  body.left_sidemenu_in.right_sidemenu_out .map-buttons.bottom-center .btn-wrapper {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  body.right_sidemenu_in .activeArea {
    right: 320px;
  }
  body.right_sidemenu_in #map .leaflet-right {
    -webkit-transform: translateX(-315px);
            transform: translateX(-315px);
  }
  body.right_sidemenu_in.left_sidemenu_out .map-buttons.bottom-center .btn-wrapper {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
}
@media (max-width: 330px) {
  .sidemenu {
    width: 290px;
  }
  .sidemenu.left {
    left: -285px;
  }
  header {
    height: 145px;
  }
  body.left_sidemenu_in .sidemenu.left {
    -webkit-transform: translateX(285px);
            transform: translateX(285px);
  }
}
body.no-position .distance {
  display: none !important;
}
body.small-size {
  /*** test bottom item details ***/
}
body.small-size .inline-dialog .head .info-btn {
  display: none;
}
body.small-size #map {
  bottom: 49px;
}
body.small-size.left_sidemenu_in #menuMask {
  pointer-events: auto;
  opacity: 0.5;
}
body.small-size .sidemenu.left {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.8);
}
body.small-size .map-buttons {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
body.small-size .map-buttons.bottom-center {
  bottom: 0;
}
body.small-size .map-buttons.bottom-center .btn-action {
  margin: 0;
}
body.small-size .map-buttons .inline-dialog {
  bottom: 75px !important;
}
body.small-size .map-buttons .btn-action {
  border-radius: 0;
  background-clip: border-box;
  margin: 0 !important;
  width: auto;
  height: 50px;
  border-right: 1px solid #B5B5C3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 3px 2px 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.small-size .map-buttons .btn-action svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
body.small-size .map-buttons .btn-action div {
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.55;
  max-width: 100%;
}
body.small-size .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.small-size .btn-wrapper .btn-dialog-wrapper {
  width: 100%;
  min-width: 0;
  z-index: 0;
}
body.small-size .btn-wrapper .btn-dialog-wrapper:last-child .btn-action {
  border-right: none;
}
body.small-size .btn-wrapper .btn-dialog-wrapper.disabled {
  width: 0;
}
body.small-size .btn-wrapper .btn-dialog-wrapper .bubble {
  top: 2px;
  right: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
body.small-size .toggle-wrapper {
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 0 !important;
  opacity: 0;
  margin-top: -30px;
}
body.small-size.left_sidemenu_out .sidemenu.left {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
body.small-size.left_sidemenu_in .sidemenu.left .toggle-wrapper {
  opacity: 1;
}
body.small-size #mapGpsDialog {
  margin-left: -75px;
}
body.small-size #mapGpsDialog:before,
body.small-size #mapGpsDialog:after {
  right: 75%;
}
body.small-size #settingsDialog {
  margin-left: -180px;
}
body.small-size #settingsDialog:before,
body.small-size #settingsDialog:after {
  right: 40%;
}
body.small-size #filterDialog {
  margin-left: -225px;
}
body.small-size #filterDialog:before,
body.small-size #filterDialog:after {
  right: 25%;
}
body.small-size .sidemenu.left .toggle-wrapper {
  width: 30px;
  height: 60px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
body.small-size .sidemenu.right {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 60%;
  -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.15);
}
body.small-size .sidemenu.right > .inner {
  height: 100%;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
body.small-size .sidemenu.right #itemDetails,
body.small-size .sidemenu.right .item-details {
  width: 100%;
}
body.small-size .sidemenu.right .toggle-wrapper {
  display: inline-block;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  background-color: #fff;
  width: 60px;
  height: 30px;
  border-top-right-radius: 3px !important;
  border-top-left-radius: 3px !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: -3px -3px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3px -3px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 450ms cubic-bezier(0.55, 0, 0.1, 1);
}
body.small-size .sidemenu.right .toggle-wrapper .toggle {
  display: inline-block;
  width: 60px;
  height: 30px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  right: auto;
  position: relative;
}
body.small-size .sidemenu.right .toggle-wrapper .toggle .icon-search {
  display: none;
}
body.small-size .sidemenu.right .toggle-wrapper .toggle .icon-arrow {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  right: auto;
  position: static;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.small-size.right_sidemenu_out .sidemenu.right {
  -webkit-transform: translate3d(0, 103%, 0);
          transform: translate3d(0, 103%, 0);
}
body.small-size.right_sidemenu_in .sidemenu.right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.small-size.right_sidemenu_in .sidemenu.right .toggle-wrapper {
  opacity: 1;
}
body.small-size.right_sidemenu_in.item_details_in .sidemenu.right .toggle-wrapper {
  opacity: 0;
}
body.small-size.right_sidemenu_in .activeArea {
  bottom: 60%;
}
body.small-size #itemHead .caption {
  padding-right: 50px;
}
body.js-active .seo-content {
  display: none !important;
}
.seo-content {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.seo-content:not(:focus) {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
body:not(.js-active) .seo-content {
  position: static;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.seo-content article {
  margin-bottom: 2em;
}
.seo-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.seo-content h2 {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-weight: bold;
}
.seo-content .seo-category {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 1em;
}
.seo-content .seo-description {
  margin: 1em 0;
  line-height: 1.6;
}
.seo-content .seo-cover-image {
  margin-bottom: 1.5em;
}
.seo-content .seo-cover-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.seo-content .seo-route-details,
.seo-content .seo-location,
.seo-content .seo-contact,
.seo-content .seo-event-date {
  margin: 1.5em 0;
}
.seo-content dl {
  margin: 1em 0;
}
.seo-content dt {
  font-weight: bold;
  margin-top: 0.5em;
}
.seo-content dt:first-child {
  margin-top: 0;
}
.seo-content dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.seo-content address {
  font-style: normal;
  line-height: 1.6;
}
.seo-content .seo-coordinates {
  display: none;
}
