/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* 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 {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-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;
	max-height: 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;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-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: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.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: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* 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;
	   -moz-transition: opacity 0.2s linear;
	     -o-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;
	    -ms-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: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-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 {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	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;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* 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(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/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;
	overflow-x: hidden;
	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(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.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;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.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,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	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,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right: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-bottom:before,
.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-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}/* === Variables === */

:root {
	/* Text */
	--lm-text-black-a: rgba(0, 0, 0, 0.87);
	--lm-text-black-b: rgba(0, 0, 0, 0.54);
	--lm-text-black-c: rgba(0, 0, 0, 0.38);
	--lm-text-black-d: rgba(0, 0, 0, 0.22);
	--lm-text-white-a: rgba(255, 255, 255, 1);
	--lm-text-white-b: rgba(255, 255, 255, 0.7);
	--lm-text-white-c: rgba(255, 255, 255, 0.5);


	/* Material Indigo 500 */
	/*
	--lm-primary-col: #3f51b5;
	--lm-primary-txt: var(--lm-text-white-a);
	--lm-primary-light-col: #757de8;
	--lm-primary-light-txt: var(--lm-text-black-a);
	--lm-primary-dark-col: #002984;
	--lm-primary-dark-txt: var(--lm-text-white-a);
	*/

	/* Material Blue 500 */
	--lm-primary-col: #2196f3;
	--lm-primary-txt: var(--lm-text-black-a);
	--lm-primary-light-col: #6ec6ff;
	--lm-primary-light-txt: var(--lm-text-black-a);
	--lm-primary-dark-col: #0069c0;
	--lm-primary-dark-txt: var(--lm-text-white-a);


	/* Material Pink 200 */
	--lm-accent-col: #ff4081;
	--lm-accent-txt: var(--lm-text-black-a);
	
	/* Greyscale */
	--lm-white:		#ffffff;
	--lm-grey-50:	#fafafa;
	--lm-grey-100:	#f5f5f5;
	--lm-grey-200:	#eeeeee;
	--lm-grey-300:	#e0e0e0;
	--lm-grey-400:	#bdbdbd;
	--lm-grey-500:	#9e9e9e;
	--lm-grey-600:	#757575;
	--lm-grey-700:	#616161;
	--lm-grey-800:	#424242;
	--lm-grey-900:	#212121;
	--lm-black:		#000000;
	

	--lm-danger-col: #d50000;
	--lm-danger-txt: var(--lm-text-white-a);
	--lm-warn-col: #ffab00;
	--lm-warn-txt: var(--lm-text-black-a);
	--lm-ok-col: #00c853;
	--lm-ok-txt: var(--lm-text-black-a);
	
	
	--lm-space-xxs:	0px;
	--lm-space-xs:	4px;
	--lm-space-s:	8px;
	--lm-space-m:	12px;
	--lm-space-l:	16px;
	--lm-space-xl:	20px;
	--lm-space-xxl:	40px;
	
	/* Some fixed font sizes. Prefer em units if not in applicable. */
	--lm-font-size-xs: 10px;
	--lm-font-size-s: 12px;
	--lm-font-size: 14px;
	--lm-font-size-xl: 20px;
	
	--lm-background: #ffffff;
	
	/* Z-Indexes */
	--lm-z-overall: 1000;	/* For elements positioned over everything (dropdowns, tooltips, ...) */
	--lm-z-overall-back: 900;	/* Backdrop for elements positioned over everything (dropdowns, tooltips, ...) */
	--lm-z-modal: 500;		/* For modals. */
	--lm-z-navigation: 200;	/* For main navigation. Positioned over content. */
	
	/* Responsive breakpoints */
	/* XS:	0	-	399 */
	/* S:	400	-	767 */
	/* M: 	768	-	989 */
	/* L: 	990	-	X */
	
	--lm-style-headerline: 2px solid var(--lm-primary-col); 
	
}


/* ----------- */
/* - General - */
/* ----------- */

.lm-img-responsive {
	max-width: 100%;
	height: auto;
}

.oneline {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.lmBreakIt {
	word-break: break-all;
}

.nowrap {
	white-space:nowrap;
}

.hand {
	cursor: pointer;
}

.lmVisible {
	opacity: 1;
}

.lmInvisible {
	opacity: 0;
}

.lmHide {
	display: none !important;
}

.lmScrollPoint {
	position:absolute;
	top:-60px;
}

.code {
	font-family: noto-mono, monospace;
}

.lmNoSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lmNoBars::-webkit-scrollbar {
	display: none; /* webkit */
}
.lmNoBars {
	-ms-overflow-style: none;  /* IE,Edge */
	scrollbar-width: none;  /* Firefox */
}

/* --------- */
/* - Mixed - */
/* --------- */
/* Center text within. */
.lmCenter {
	text-align: center;
}

/* Center this block element. */
.lmCenterBlock {
	margin-left: auto;
	margin-right: auto;
}

.lmRight {
	text-align: right;
}

.lmLeft {
	text-align: left;
}

.lmInputFile {
	display: none;
}

/* -------- */
/* - Menu - */
/* -------- */
.menuLimitHeight {
	max-height:100px;
	overflow-y:auto;
	overflow-x:hidden;
}

/* --------------- */
/* - List thumbs - */
/* --------------- */
.lmFolderList .lmSelector,
.lmFileList .lmSelector {
	position: relative;
}
.lmFolderList.vS .lmSelector,
.lmFileList.vS .lmSelector {
	width: 22px;
}
.lmFolderList.vM .lmSelector,
.lmFileList.vM .lmSelector {
	width: 32px;
}
.lmFolderList.vL .lmSelector,
.lmFileList.vL .lmSelector {
	width: 64px;
}
.lmFolderList .lmSelector.checked,
.lmFileList .lmSelector.checked {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(66,139,202,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(66,139,202,1);
	box-shadow: 0px 0px 0px 3px rgba(66,139,202,1);	
}

.lmFileList .lmSelector .watermark {
	position: absolute;
	right: 1px;
	bottom: 1px;
	font-size: var(--lm-font-size-xs);
	color: white;
	text-shadow:0px 0px 10px black;
}

.lmFileList .lmSelector .dummy {
	width: 100%;
	height: 100%;
	text-align: center;
}

.lmFileList .lmSelector .dummy > i {
	font-size: var(--lm-font-size-xl);
}

.lmFileList.vS small {
	display: none;
}

/* ------------------------- */
/* - Popper & Context menu - */
/* ------------------------- */

/* Dynamically appended to body, so position top-left to prevent scrollbar flickering. */
/* Must be hidden instead of display:none so required size can be calculated.          */
.lmPopperDynamic {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

ul.lmContext {
	z-index: var(--lm-z-overall);
	color: var(--lm-text-black-a);
	background-color: var(--lm-background);
	opacity: 95%;
	box-shadow: 0 6px 12px rgba(0,0,0,0.5);
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px 0px;
	font-size: var(--lm-font-size);
	font-weight: normal;
}

ul.lmContext > li {
	padding: var(--lm-space-s) var(--lm-space-l);
	white-space: nowrap;
}

ul.lmContext > li:hover {
	background-color: var(--lm-grey-200);
}

ul.lmContext > li.nohover:hover {
	background-color: var(--lm-background);
}

ul.lmContext > li.active {
	color: var(--lm-primary-light-txt);
	background-color: var(--lm-primary-light-col);
}

ul.lmContext > li.divider {
	height: 1px;
	padding: 0px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

ul.lmContext > li.subheader {
	font-size: 12px;
	color: var(--lm-text-black-c);
}


/* ----------- */
/* - Gallery - */
/* ----------- */

.lmGallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

@media(max-width: 399px) {
	.lmGallery {
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
	}
}

.lmGallery .item {
	position: relative;
	background-color: var(--lm-grey-900);
	margin-bottom: 10px;
}


.lmGallery .options {
	position: absolute;
	right: 5px;
	top: 5px;
	color: white;
	text-shadow:0px 0px 10px black;
}

.lmGallery .watermark {
	position: absolute;
	top: 5px;
	left: 5px;
	color: white;
	text-shadow:0px 0px 10px black;
	pointer-events: none;
}

.lmGallery .selecta {
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: white;
	text-shadow:0px 0px 10px black;
}

.lmGallery .centermark {
	position: absolute;
	font-size: var(--lm-font-size-xs);
	color: white;
	overflow: hidden;
	pointer-events: none;
	top: 50%;
  	transform: translate(0%, -50%);
  	left: 12.5%;
  	right: 12.5%;
  	text-align: center;
  	word-break: break-all;
  	max-height: 50%;
}

.lmGallery .coveryes .centermark {
	display: none;
} 

.lmGallery .namemark {
	position: absolute;
	font-size: var(--lm-font-size-xs);
	color: white;
	overflow: hidden;
	pointer-events: none;
	left: 5px;
	right: 25px;
	bottom: 5px;
	white-space: nowrap;
}

.lmGallery.vS .img {
	height: 128px;
}

.lmGallery.vS .dummy {
	height: 128px;
	width: 128px;
}

.lmGallery.vM .img {
	height: 196px;
}

.lmGallery.vM .dummy {
	height: 196px;
	width: 196px;
}

.lmGallery.vL .img {
	height: 256px;
}

.lmGallery.vL .dummy {
	height: 256px;
	width: 256px;
}



/* --------------- */
/* - ImagePlayer - */
/* --------------- */
#ImageFrame {
	background-color: black;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ImageClickLayer {
    width: 100%;
    height: 100%;
}	

#ImageItself {
	background-color: black;
	z-index: 1;
}

.ImageItselfWidth {
	width: 100%;
}

.ImageItselfHeight {
	height: 100%;
}

#ImageControl {
	padding: 5px;
	z-index: 10000;
    left: 0;
	position:absolute;
	padding: 10px;
	width: 100%;
	bottom:0px;
	display: flex;
	justify-content: center;
}

#ImageControl > * {
	margin: 0px var(--lm-space-s);
}

#ImageFrame .namemark {
	position: absolute;
	left: 5px;
	right: 25px;
	bottom: 5px;
	color: white;
	text-shadow:0px 0px 5px black;
	white-space: nowrap;
	overflow:hidden;
}

/* ------- */
/* - Map - */
/* ------- */

page-app-map .tileswarning {
	max-width: 300px;
	position: relative;
}

page-app-map > * {
	position: absolute;
	top: 0px;
	left: 0px;
}

page-app-map > .header {
	z-index: 10000;
}

page-app-map .lmMap {
	width:100%;
	height: calc(100vh - 50px);
}

page-app-map .leaflet-popup-content {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 148px;
}

page-app-map .lm-popup-filename {
	word-wrap: break-word;
}



/* === Fonts === */
@font-face {
	font-family: 'noto-sans';
	src: url('../fonts/NotoSansUI-Regular.ttf') format('truetype');
}
             
@font-face {
	font-family: 'noto-sans';
	src: url('../fonts/NotoSansUI-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'noto-sans';
	src: url('../fonts/NotoSansUI-Italic.ttf') format('truetype');
	font-style: italic;
}

@font-face {
	font-family: 'noto-sans';
	src: url('../fonts/NotoSansUI-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'noto-mono';
	src: url('../fonts/NotoMono-Regular.ttf') format('truetype');
}


/* === Basics === */

body {
	padding-top: 50px;
	color: var(--lm-text-black-a);
	background-color: var(--lm-background);
	font-size: var(--lm-font-size);
	font-family: noto-sans, sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

h1,h2,h3,h4 {
	margin: 0px;
}

h2.lm-content-header {
	border-bottom: var(--lm-style-headerline);
	margin-bottom: var(--lm-space-l);
	font-weight: normal;
	font-size: 1.2em;
}

img {
	display: block;
}

#pixel {
	position: absolute;
	top: 0px;
}

/* === Styles === */

.lm-style-primary {
	color: var(--lm-primary-txt);
	background-color: var(--lm-primary-col);
}

.lm-style-primary-light {
	color: var(--lm-primary-light-txt);
	background-color: var(--lm-primary-light-col);
}

.lm-style-primary-dark {
	color: var(--lm-primary-dark-txt);
	background-color: var(--lm-primary-dark-col);
}

.lm-style-accent {
	color: var(--lm-accent-txt);
	background-color: var(--lm-accent-col);
}


.lm-style-grey-200 {
	color: var(--lm-text-black-a);
	background-color: var(--lm-grey-200);
}
.lm-style-info {
	color: var(--lm-text-white-a);
	background-color: var(--lm-black);
}
.lm-style-danger {
	color: var(--lm-danger-txt);
	background-color: var(--lm-danger-col);
}
.lm-style-warn {
	color: var(--lm-warn-txt);
	background-color: var(--lm-warn-col);
}
.lm-style-ok {
	color: var(--lm-ok-txt);
	background-color: var(--lm-ok-col);
}

.lm-style-simple-black {
	color: var(--lm-text-black-a);
	background-color: rgba(255,255,255,0);
}
.lm-style-simple-primary {
	color: var(--lm-primary-col);
	background-color: rgba(255,255,255,0);
}
.lm-style-simple-accent {
	color: var(--lm-accent-col);
	background-color: rgba(255,255,255,0);
}
.lm-style-simple-danger {
	color: var(--lm-danger-col);
	background-color: rgba(255,255,255,0);
}
.lm-style-simple-warn {
	color: var(--lm-warn-col);
	background-color: rgba(255,255,255,0);
}
.lm-style-simple-ok {
	color: var(--lm-ok-col);
	background-color: rgba(255,255,255,0);
}

.lm-x-own-private { color: var(--lm-primary-col); }
.lm-style-primary .lm-x-own-private { color: var(--lm-primary-txt); }
.lm-x-own-shared { color: var(--lm-ok-col); }
.lm-x-for-read { color: var(--lm-danger-col); }
.lm-x-for-write { color: var(--lm-warn-col); }

.lm-text-error { color: var(--lm-danger-col); }

/* ----------- */
/* - Sidebar - */
/* ----------- */

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar {
    background: #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media(max-width:989px) {
	#sidebar {
		display: none;
	}
	
	#wrapper.toggled #sidebar {
	    display: block;
	}	
	
	#pagecontent {
		display: block;
	}
	
	#wrapper.toggled #pagecontent {
	    display: none;
	}	
}

@media(min-width:990px) {
	#wrapper {
	    padding-left: 0;
	}
	
	#wrapper.toggled {
	    padding-left: 480px;
	}	
	
	#sidebar {
		position: fixed;
	    left: 480px;
	    width: 0;
	    margin-left: -480px;
	    top: 50px;
	    bottom: 0px;
	    overflow-y: hidden;
	}
	
	#wrapper.toggled #sidebar {
	    width: 480px;
	    overflow-y: auto;
	}	
	
	#pagecontent {
		position: relative;
        margin-right: 0;
	}
	
	#wrapper.toggled #pagecontent {
		position: relative;
	}
}

/* ------------------------------- */
/* - LimboMedia - Layout Flexing - */
/* ------------------------------- */
.lm-flex {
	display: flex;
}

.lm-flex > * {
	margin: var(--lm-space-l);
}

.lm-flex-no-margin > * {
	margin: 0px;
}

.lm-flex-stretch > * {
	flex: 1 1 0;
}

.lm-flex-wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.lm-flex-wrap > * {
	width: 340px;
}

.lm-flex-baseline {
	align-items: center;
}

.lm-flex-center {
	justify-content: center;	
}

.lm-flex-item-grow {	flex: 1 1 0; }
.lm-flex-item-grow-2 {	flex: 2 1 0; }
.lm-flex-item-grow-3 {	flex: 3 1 0; }

.lm-flex-switch-always {
	flex-direction: column;
	align-items: stretch;
}

.lm-flex-switch-always > * {
	width: auto;
}

@media(max-width:767px) {
	.lm-flex-switch-s {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: unset;
	}
	.lm-flex-switch-s > * {
		width: auto;
		flex: 0 1 auto; /* reset to default */
	}
}

@media(max-width:989px) {
	.lm-flex-switch-m {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: unset;
	}
	.lm-flex-switch-m > * {
		width: auto;
	}
}

/* -------------------------------------- */
/* - LimboMedia - Layout Flexing Center - */
/* -------------------------------------- */

.lm-supercenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ----------------------------------- */
/* - LimboMedia - Vertical Maximiser - */
/* ----------------------------------- */

.lm-vmax {
	/* Marker class on container activating classes below. */
}

.lm-vmax .lm-vmax-cont,
.lm-vmax.lm-vmax-cont {
	/* Typically you need to add something like this to outermost container: */
	/* height: calc(100vh - 130px); */
	/* height: 100%; */
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.lm-vmax .lm-vmax-grow {
	flex: 1 1 1px;
}

/* === Spacing utils === */

.lm-mt-l {
	margin-top: var(--lm-space-l);
}

.lm-space-out {
	margin: var(--lm-space-l);
}

.lm-space-out-m-rb {
	margin-right: var(--lm-space-m);
	margin-bottom: var(--lm-space-m);
}

.lm-space-out-m-r {
	margin-right: var(--lm-space-m);
}

.lm-space-out-s-tb {
	margin-top: var(--lm-space-s);
	margin-bottom: var(--lm-space-s);
}

.lm-space-out-s-b {
	margin-bottom: var(--lm-space-s);
}

.lm-space-out-xxl-tb {
	margin-top: var(--lm-space-xxl);
	margin-bottom: var(--lm-space-xxl);
}

.lm-space-out-xs-b {
	margin-bottom: var(--lm-space-xs);
}

.lm-space-in {
	padding: var(--lm-space-l);
}

.lm-space-in-lrb {
	padding: 0px var(--lm-space-l) var(--lm-space-l) var(--lm-space-l);
}

.lm-space-in-lr {
	padding: 0px var(--lm-space-l);
}

.lm-space-in-s-lr {
	padding: 0px var(--lm-space-s);
}

.lm-spacing-form > * {
	margin-bottom: var(--lm-space-l);
}
.lm-spacing-form > *:last-child {
	margin-bottom: 0px;
}

.lm-space-t-s { margin-top: 10px; }
.lm-space-l-s {margin-left: 10px; }
.lm-space-none { margin: 0px !important; }
.lm-padding-none { padding: 0px !important; }

.lm-spacer {
	height: var(--lm-space-l);
}

/* bottom spacer to make floater always fit. (lm-space-l + floater height) */
.lm-spacer-bottom {
	min-height: 66px;
}

/* === Responsive utils === */

/* XS */
@media(max-width: 399px) {
	.lm-hide-xs { display: none !important; }
	.lm-hide-s-down { display: none !important; }
	.lm-hide-m-down { display: none !important; }
}

/* S */
@media(min-width: 400px) and (max-width: 767px) {
	.lm-hide-s { display: none !important; }
	.lm-hide-s-up { display: none !important; }
	.lm-hide-s-down { display: none !important; }
	.lm-hide-m-down { display: none !important; }
}

/* M */
@media(min-width: 768px) and (max-width: 989px) {
	.lm-hide-m { display: none !important; }
	.lm-hide-s-up { display: none !important; }
	.lm-hide-m-up { display: none !important; }
	.lm-hide-m-down { display: none !important; }
}

/* L */
@media(min-width:990px) {
	.lm-hide-l { display: none !important; }
	.lm-hide-s-up { display: none !important; }
	.lm-hide-m-up { display: none !important; }
}


/* === Helper === */



lm-editor {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--lm-text-black-d);
}

lm-editor .container {
	position: relative;
	display: flex;
	flex-direction: column;
}

lm-editor .aceditor {
	width: 100%;
}

lm-editor .options {
	position: absolute;
	top: 10px;
	right: 10px;
    z-index: 1;
}

lm-editor .options lm-ui-popper {
	margin-right: 10px;
}

lm-editor .options.dark lm-uix-trigger {
    color: white;
}

lm-editor .options.bright lm-uix-trigger {
    color: black;
}
file-comp-folder-select {
	display: block;
	-webkit-user-select: none;
	user-select: none;
}
file-comp-folder-select > .item {
	display: flex;
	align-items: center;
	padding: 3px;
}
file-comp-folder-select > .item > .icon {
	margin-right: 5px;
}

file-comp-folder-select > .item > .name.active {
	font-weight: bold;
	color: var(--lm-accent-col);
}

file-comp-folder-select > .indent {
	margin-left: 9px;
	padding-left: 10px;
	border-left: 1px dashed #999;
}
file-comp-path-select {
	display: block;
	-webkit-user-select: none;
	user-select: none;
}
file-comp-path-select > .item {
	display: flex;
	align-items: center;
	padding: 3px;
}
file-comp-path-select > .item > .icon {
	margin-right: 5px;
}

file-comp-path-select > .item > .name.active {
	font-weight: bold;
	color: var(--lm-accent-col);
}

file-comp-path-select > .indent {
	margin-left: 9px;
	padding-left: 10px;
	border-left: 1px dashed #999;
}
file-dialog-map .lm-card-body {
	padding: 0px;
}

file-dialog-map .map-container {
	position: relative;
}

file-dialog-map .map-container > * {
	position: absolute;
	top: 0px;
	left: 0px;
}

file-dialog-map .map-info {
	z-index: 10000;
	top: 15px;
	left: 15px;
}

file-dialog-map .tileswarning {
	max-width: 350px;
	position: relative;
}

file-dialog-map .map {
	width: 100%;
	height: 100%;
}

file-dialog-map .leaflet-popup-content {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 148px;
}

file-dialog-map .lm-popup-filename {
	word-wrap: break-word;
}
file-dialog-pdf .pages-container {
	text-align: center;
}

file-dialog-pdf .page-container {
	height: 100%;
}

file-dialog-pdf .bar {
	display: flex;
}
file-dialog-pdf .bar > *{
	flex-grow: 1;
}

file-dialog-pdf lm-pdf-page {
	display: block;
	height: 100%;
}
.lm-box-1, .lm-box-2, .lm-box-3, .lm-box-4, .lm-box-5 {
	border: 0px;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.lm-box-1 { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
.lm-box-2 { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
.lm-box-3 { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }
.lm-box-4 { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.lm-box-5 { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); }
.lm-box-all { box-shadow: 0 0px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }

.lm-box-hover:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.lm-ui-breadcrumb {
	list-style: none;
	padding-left: 0px;
	word-break: break-all;
	min-width: 150px;
}

.lm-ui-breadcrumb > li {
	display: inline;
}

.lm-ui-breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 var(--lm-space-s);
	color: var(--lm-text-black-c);
}
.lm-ui-btn {
	display: inline-block;
	padding: var(--lm-space-s) var(--lm-space-xl);
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
}

.lm-ui-btn.wide {
	display: block;
}

.lm-ui-btn:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* TODO belongs to input somehow?!? */
.lm-ui-btn-text {
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}
/* Example:
<div class="lm-ui-centerbox">
	<div>Something centered</div>
</div>
*/

.lm-ui-centerbox {
	display: flex;
	justify-content: center;
}

.lm-ui-centerbox > * {
	margin: var(--lm-space-l);
	width: 450px;
}

@media(max-width:482px) {
	.lm-ui-centerbox > * {
		width: 100%;
	}
}
/* Example:
<div class="lm-card">
	<div class="lm-card-head lm-style-primary">
		<span>Title</span>
		<div class="lm-card-head-opts">Some Icon</div>
	</div>
	<div class="lm-card-body">Body Content</div>
</div>
*/

.lm-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: var(--lm-background);
}

.lm-card-head {
	padding: 10px 15px;
	font-weight: bold;
}

.lm-card-head-opts {
	display: flex;
	position: absolute;
	top: var(--lm-space-s);
	right: var(--lm-space-m);
}

.lm-card-head-opts > * {
	margin-left: 10px;
}

.lm-card-head-opts .active {
	color: var(--lm-accent-col);
}

.lm-card-body {
	background-color: var(--lm-default-bg);
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.lm-card-body.nopad {
	padding: 0px;
}

.lm-card-foot {
	padding: 15px;
}

.lm-max-v .lm-card {
	height: 100%;
}
.lm-max-v .lm-card-body {
	flex-grow: 1;
}

lm-ui-checkbox {
	display: block;
	position: relative;
	text-align: left;
	min-height: 20px;
	min-width: 20px;
}

lm-ui-checkbox.inline {
	display: inline-block;
}

lm-ui-checkbox > .cbback,
lm-ui-checkbox > .cbfront {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	cursor: pointer;
}

lm-ui-checkbox > .cbback {
	width: 16px;
	height: 16px;
	background-color: rgba(255,255,255,0);
	border: 2px solid var(--lm-text-black-a);
	border-radius: 2px;
	transition: background .3s;
}

lm-ui-checkbox.dark > .cbback {
	border: 2px solid var(--lm-text-white-a);
}

lm-ui-checkbox > .cbback.checked {
  background: var(--lm-primary-col);
  border: 2px solid var(--lm-primary-col);
}

lm-ui-checkbox > .cbfront.checked {
 transform: rotate(-45deg);
  top: 4px;
  left: 3px;
  width: 12px;
  height: 6px;
  border: 2px solid var(--lm-primary-txt);
  border-top-style: none;
  border-right-style: none;	
}

lm-ui-checkbox.dark > .cbfront.checked {
	border: 2px solid var(--lm-text-white-a);
	border-top-style: none;
	border-right-style: none;	
}

lm-ui-checkbox > .cbback.disabled,
lm-ui-checkbox > .cbfront.disabled {
	cursor: default;
}

lm-ui-checkbox > .cbback.disabled {
	border: 2px dashed rgba(0, 0, 0, 0.54);
}

lm-ui-checkbox > .cbback.checked.disabled {
	background: var(--lm-grey-200);
}

lm-ui-checkbox > lm-uix-label {
	position: relative;
	left: 30px;
	top: 2px;
	cursor: pointer;
}

lm-ui-checkbox > lm-uix-label.disabled {
	cursor: default;
}
.lm-ui-chip {
	display: inline-block;
	border-radius: 10px;
	padding: 0px var(--lm-space-m);
}
.lm-ui-floaters {
	position: fixed;
	bottom: var(--lm-space-l);
	right: var(--lm-space-l);
	display: flex;
	flex-direction: row-reverse;
}

.lm-ui-floaters > lm-ui-floater {
	margin-left: var(--lm-space-l);
}

lm-ui-floater {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;

	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
	line-height: 50px;
	text-align: center;
	font-size: var(--lm-font-size-xl);
	
	cursor: pointer;
	user-select: none;
}

:not(.lm-ui-floaters) > lm-ui-floater {
	position: fixed;
	bottom: var(--lm-space-l);
	right: var(--lm-space-l);
}
lm-ui-input,
lm-ui-textarea,
lm-ui-text-edit {
	display: block;
	position: relative;
	padding-top: 15px;
}

lm-ui-input.slim,
lm-ui-textarea.slim,
lm-ui-text-edit.slim {
	padding-top: 5px;
}

lm-ui-input > input,
lm-ui-textarea > textarea {
	outline: none;
	border: none;
	background-color: rgba(255,255,255,0);
	border-bottom: 1px solid var(--lm-text-black-c);
	width: 100%;
}

lm-ui-input > lm-uix-label,
lm-ui-textarea > lm-uix-label,
lm-ui-text-edit > lm-uix-label {
	position: absolute;
	top: 15px;
	left: 0px;
	font-weight: normal;
	color: var(--lm-text-black-c);
    transition: all 0.15s ease;
	pointer-events: none;
}

lm-ui-input > lm-uix-label i,
lm-ui-textarea > lm-uix-label i,
lm-ui-text-edit > lm-uix-label i {
	margin-right: 4px;
}


lm-ui-input > input:focus,
lm-ui-textarea > textarea:focus {
	border-bottom: 1px solid var(--lm-accent-col);
}

lm-ui-input > input.lmHasContent ~ lm-uix-label,
lm-ui-input > input:focus ~ lm-uix-label,
lm-ui-textarea > textarea.lmHasContent ~ lm-uix-label,
lm-ui-textarea > textarea:focus ~ lm-uix-label,
lm-ui-text-edit > lm-uix-label {
	color: var(--lm-text-black-c);
	font-size: var(--lm-font-size-s);
	top: 0px;
}

lm-ui-input > input:focus ~ lm-uix-label,
lm-ui-textarea > textarea:focus ~ lm-uix-label {
	color: var(--lm-accent-col);
}

lm-ui-input > input:disabled,
lm-ui-textarea > textarea:disabled {
	border-bottom: 1px dotted var(--lm-text-black-c);
	background-color: var(--lm-default-bg);
}

lm-ui-input > lm-uix-hint,
lm-ui-textarea > lm-uix-hint,
lm-ui-text-edit > lm-uix-hint {
	font-weight: normal;
	color: var(--lm-text-black-c);
	font-size: var(--lm-font-size-xs);
}

lm-ui-input > lm-uix-action {
	position: absolute;
	right: 0px;
	top: 15px;
}

lm-ui-input.slim > lm-uix-action {
	top: 5px;
}
lm-ui-input-filename {
    display: flex;
    justify-content: space-between;
}

lm-ui-input-filename > lm-ui-input:nth-child(1) {
    flex-grow: 1;
    margin-right: 15px;
}

lm-ui-input-filename > lm-ui-input:nth-child(2) {
    width: 5px;
}

lm-ui-input-filename > lm-ui-input:nth-child(3) {
    width: 100px;
}
lm-ui-labeled {
	display: inline-block;
	position: relative;
	padding-top: 15px;
}

lm-ui-labeled.wide {
	display: block;
}

lm-ui-labeled.slim {
	margin-top: 5px;
}

lm-ui-labeled > label {
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: normal;
	color: var(--lm-text-black-c);
	font-size: var(--lm-font-size-s);
}

lm-ui-labeled > lm-uix-hint {
	position: absolute;
	top: 36px;
	left: 0px;
	font-weight: normal;
	color: var(--lm-text-black-c);
	font-size: var(--lm-font-size-xs);
}
lm-ui-modal .lm-modal-frame {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 500;

	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	overflow: auto;
	
	padding: 20px;
	box-sizing: border-box;
}

lm-ui-modal .lm-modal {
	display: flex;
	flex-direction: column;
	margin: auto; /* handle modal bigger than container */
	width: 100%;
}

@media(min-width:768px) {
	lm-ui-modal .lm-modal {
		width: 730px;
	}
}

lm-ui-modal .lm-modal.lm-hmax {
	width: 100%;
}

lm-ui-modal .lm-modal.lm-vmax {
	height: 100%;
}

lm-ui-modal .lm-modal.lm-vmax > * {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

lm-ui-pop {
	position: relative;
}

lm-ui-pop > lm-uix-trigger {
	cursor: pointer;
}

lm-ui-pop > .contentWrapper {
	position: absolute;
	z-index: var(--lm-z-overall);
	color: var(--lm-text-black-a);
	background-color: var(--lm-background);
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

/* ------------------ */
/* - List in Popper - */
/* ------------------ */

lm-ui-pop ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	margin: 5px 0px;
}

lm-ui-pop ul > li {
	padding: 5px 20px;
	white-space: nowrap;
}

lm-ui-pop ul > li:hover {
	background-color: var(--lm-grey-200);
}

lm-ui-pop ul > li.active {
	color: var(--lm-primary-light-txt);
	background-color: var(--lm-primary-light-col);
}

lm-ui-pop ul > li.divider {
	height: 1px;
	padding: 0px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

lm-ui-pop ul > li.subheader {
	font-size: 12px;
	color: var(--lm-text-black-c);
}
lm-ui-popper {
	user-select: none;
}
lm-ui-popper > lm-uix-trigger {
	cursor: pointer;
}

lm-ui-popper > .backdrop {
	z-index: var(--lm-z-overall-back);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

lm-ui-popper > .contentWrapper {
	z-index: var(--lm-z-overall);
	position: absolute;
}
lm-ui-progress {
	display: block;
	position: relative;
	height: 20px;
	background-color: white;
	cursor: pointer;
}

lm-ui-progress .filler {
	position: absolute;
	height: 100%;
	transition: width .5s;
}

lm-ui-progress .texter {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

lm-ui-progress .texter > .inbar-center,
lm-ui-progress .texter > .inbar-left,
lm-ui-progress .texter > .inbar-right {
	position: absolute;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis; 
}

lm-ui-progress .texter > .inbar-center {
	text-align: center;
	width: 100%;
}

lm-ui-progress .texter > .inbar-left {
	left: 5px;
	max-width: 65%;
}

lm-ui-progress .texter > .inbar-right {
	right: 5px;
	max-width: 35%;
}
.lm-ui-select {
	display: inline-block;
	outline: none;
	border: none;
	background-color: rgba(255,255,255,0);
	border-bottom: 1px solid var(--lm-text-black-c);
	width: 100%;
}

.lm-ui-select:focus {
	border-bottom: 1px solid var(--lm-accent-col);
}
.lm-table {
	width: 100%;
	border-spacing: 0px;
}

.lm-table th,
.lm-table td {
	padding: 8px;
	text-align: left;
}

.lm-table-slim th,
.lm-table-slim td {
	padding: 4px;
}

.lm-table-smalltext {
	margin: 0px;
	font-size: 0.8em;
}

.lm-table.no-space-lr th:first-of-type,
.lm-table.no-space-lr td:first-of-type {
	padding-left: 0px;
}

.lm-table.no-space-lr th:last-of-type,
.lm-table.no-space-lr td:last-of-type {
	padding-right: 0px;
}

.lm-table.with-stripes>tbody>tr:nth-of-type(odd) {
	background-color: var(--lm-white);
}
.lm-table.with-stripes>tbody>tr:nth-of-type(even) {
	background-color: var(--lm-grey-100);
}

.lm-table.with-hover>tbody>tr:hover {
	background-color: var(--lm-grey-100);
}

.lm-table>tbody>tr.active,
.lm-table.with-stripes>tbody>tr.active,
.lm-table.with-hover>tbody>tr.active:hover {
	background-color: var(--lm-primary-light-col);
}


.lm-table.with-nr th:first-child,
.lm-table.with-nr td:first-child {
    width: 24px;
}

.lm-table.with-thumb th:first-child,
.lm-table.with-thumb td:first-child {
    width: 24px;
	text-align: center;
}

.lm-table.with-opts th:last-child,
.lm-table.with-opts td:last-child {
    width: 24px;
	text-align: right;
}

.lm-table.with-opts2 th:last-child,
.lm-table.with-opts2 td:last-child {
	text-align: right;
}

.lm-table.with-headerline th {
	border-bottom: var(--lm-style-headerline);
}
lm-ui-text-edit {
	display: flex;
	flex-direction: column;
}
lm-ui-toast {
	padding: var(--lm-space-l);
	margin-bottom: 20px;
	opacity: 0.8;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

lm-ui-toast.ani.ng-enter {
	transition: all 0.5s linear;
	opacity: 0;
}

lm-ui-toast.ani.ng-enter.ng-enter-active {
	opacity: 0.8;
}

lm-ui-toast.ani.ng-leave {
	transition: all 0.5s linear;
	opacity: 0.8;
}

lm-ui-toast.ani.ng-leave.ng-leave-active {
	opacity: 0;
}
lm-ui-toasts {
	position: fixed;
	bottom: 0px;
	width: 100%;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	z-index: 5000;
}
lm-ui-toast-upload {
	display: block;
	text-align: center;
	width: 350px;
}

/* XS */
@media(max-width: 399px) {
	lm-ui-toast-upload {
		width: 90vw;
	}
}
lm-media-control {
	user-select: none;
}

lm-media-control .line1 {
	display: flex;
	align-items: baseline;
}

lm-media-control .line1 > * {
	margin: var(--lm-space-s) var(--lm-space-l) 0px var(--lm-space-l);
	flex: 1 1 0;
}

lm-media-control .line2 {
	color: var(--lm-text-white-b);
	display: flex;
	align-items: center;
	margin: 0px var(--lm-space-s);
}

lm-media-control .line2 > *:hover {
	color: var(--lm-text-white-a);
}

lm-media-control .line2 > * {
	margin: var(--lm-space-s);
}

lm-media-control .line2 > .spacer {
	flex: 1 1 0;
}

lm-media-control .line2 > .barVolume {
	flex: 1 1 0;
	min-width: 50px;
	max-width: 100px;
}
lm-media-imager {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 500;
	overflow: auto;	
}

lm-media-imager .imgwrapper {
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;	
}

lm-media-imager .controller {
	z-index: 1000;
	width: 100%;
	position:absolute;
	bottom:0px;
    background: rgba(0, 0, 0, .2);
	color: var(--lm-text-white-b);
}

lm-media-imager .controller a {
	color: var(--lm-text-white-b);
}

lm-media-imager .line1 {
	margin-top: var(--lm-space-m);
}

lm-media-imager .line2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--lm-font-size-xl);
}

lm-media-imager .line2 > * {
	margin: var(--lm-space-m) var(--lm-space-l);
}


/* ---------------- */
/* - Video player - */
/* ---------------- */

#VideoFrame {
	/* background-color: black; */
}

#VideoFrame:fullscreen {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
 
#VideoFrame:-webkit-full-screen {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	margin-left: 0px;
	margin-right: 0px;	
}

#VideoFrame:-moz-full-screen {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	margin-left: 0px;
	margin-right: 0px;	
}

#VideoFrame:-ms-fullscreen {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	margin-left: 0px;
	margin-right: 0px;	
}

#VideoFrame>.captionator-cue-canvas  {
	top: 0px;
	left: 0px;
	pointer-events: none;
}

#VideoFrame:fullscreen>.captionator-cue-canvas {
	left: 0px;
}
#VideoFrame:-webkit-full-screen>.captionator-cue-canvas {
	left: 0px;
}
#VideoFrame:-moz-full-screen>.captionator-cue-canvas {
	left: 0px;
}
#VideoFrame:-ms-fullscreen>.captionator-cue-canvas {
	left: 0px;
}

:-webkit-full-screen #TrackInfoWrapper {
	background-color: black;
	height: 100%;
	width: 100%;
}
:-moz-full-screen #TrackInfoWrapper {
	background-color: black;
	height: 100%;
	width: 100%;
}
:-ms-fullscreen #TrackInfoWrapper {
	background-color: black;
	height: 100%;
	width: 100%;
}
:fullscreen #TrackInfoWrapper {
	background-color: black;
	height: 100%;
	width: 100%;
}

#VideoPlayerWrapper {
	position: relative;
	padding-bottom: 56.25%;
}

:-webkit-full-screen #VideoPlayerWrapper {
	position: static;
}
:-moz-full-screen #VideoPlayerWrapper {
	position: static;
}
:-ms-fullscreen #VideoPlayerWrapper {
	position: static;
}
:fullscreen #VideoPlayerWrapper {
	position: static;
}


#VideoPlayer {
	background-color: black;
	z-index: 1;
	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

:-webkit-full-screen #VideoPlayer {
	position: absolute;
	height: 100%;
}
:-moz-full-screen #VideoPlayer {
	position: absolute;
	height: 100%;
}
:-ms-fullscreen #VideoPlayer {
	position: absolute;
	height: 100%;
}
:fullscreen #VideoPlayer {
	position: absolute;
	height: 100%;
}

.videoControls {
	color: #777;
}

.videoControls > span {
	margin-right: 10px;
}

.videoControls > span:HOVER {
	color: white;
}


#VideoControl {
	z-index: 10000;
	width: 100%;
}

:-webkit-full-screen #VideoControl {
	position:absolute;
	bottom:0px;
    background: rgba(0, 0, 0, .5);
}
:-moz-full-screen #VideoControl {
	position:absolute;
	bottom:0px;
    background: rgba(0, 0, 0, .5);
}
:-ms-fullscreen #VideoControl {
	position:absolute;
	bottom:0px;
    background: rgba(0, 0, 0, .5);
}
:fullscreen #VideoControl {
	position:absolute;
	bottom:0px;
    background: rgba(0, 0, 0, .5);
}
lm-help a,
lm-help a:hover {
	color: var(--lm-warn-col);
}
lm-nav>nav {
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 50px;
	z-index: var(--lm-z-navigation);
	
	display: flex;
	align-items: center;
	
	background-color: var(--lm-grey-900);
}

lm-nav>nav > * {
	margin: 0px 16px;
}


lm-nav>nav a.navLink {
	color: var(--lm-text-white-b);
}

lm-nav>nav a.navLink:hover {
	color: var(--lm-text-white-a);
	text-decoration: none;
}

lm-nav>nav a.navLink.active {
	color: var(--lm-text-white-a);
	text-shadow: 0px 0px 8px var(--lm-accent-col);
}


lm-nav>.second {
	position: fixed;
	top: 50px;
	right: 0px;
	
	z-index: var(--lm-z-navigation);
	background-color: var(--lm-grey-900);
}

/* === List in Navdown === */
lm-nav>.second ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
}

lm-nav>.second ul > li {
	padding: var(--lm-space-s) var(--lm-space-l);
	white-space: nowrap;
}

lm-nav>.second ul > li,
lm-nav>.second ul > li > a {
	color: var(--lm-text-white-b);
}

lm-nav>.second ul > li:hover,
lm-nav>.second ul > li:hover > a {
	color: var(--lm-text-white-a);
}

lm-nav>.second ul > li.divider {
	height: 1px;
	padding: 0px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

lm-nav>.second ul > li.subheader {
	font-size: 0.8em;
	color: var(--lm-text-white-c);
}
