.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid rgb(179,197,219);
  background-color: rgba(255,255,255,0.4);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-singlebar-even{
  background-color: #000000;
}

.ol-scale-singlebar-odd{
  background-color: #ffffff;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid black;
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: rgba(0,60,136,0.7);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 2px;
  left: 2px;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}

.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/* 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;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
	background: transparent;
}

.leaflet-tile::selection {
	background: transparent;
}

/* 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,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	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;
	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;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor:         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:         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,
svg.leaflet-image-layer.leaflet-interactive path {
	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('layers.a6137456ed160d760698.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.4f0283c6ce28e888000e.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('marker-icon.2273e3d8ad9264b7daa5.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;
	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;
	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 {
	-ms-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;
	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-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url('spritesheet.deac1d4aa2ccf7ed832e.png');background-image:linear-gradient(transparent,transparent),url('spritesheet.fd5728f2cf777b06b966.svg');background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url('spritesheet-2x.6a1e950d14904d4b6fb5.png');background-image:linear-gradient(transparent,transparent),url('spritesheet.fd5728f2cf777b06b966.svg')}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
.leaflet-control-graphicscale-inner{margin:6px 16px}.leaflet-control-graphicscale-inner .units{display:inline-block}.leaflet-control-graphicscale-inner .subunits{display:none}.leaflet-control-graphicscale-inner .label{width:100px;text-align:center;margin-bottom:10px;position:absolute;opacity:1;transition:opacity 0.4s linear}.leaflet-bottom .leaflet-control-graphicscale-inner.labelPlacement-auto,.leaflet-control-graphicscale-inner.labelPlacement-top{margin-top:20px}.leaflet-bottom .leaflet-control-graphicscale-inner.labelPlacement-auto .label,.leaflet-control-graphicscale-inner.labelPlacement-top .label{bottom:0}.leaflet-top .leaflet-control-graphicscale-inner.labelPlacement-auto,.leaflet-control-graphicscale-inner.labelPlacement-bottom{margin-bottom:20px}.leaflet-control-graphicscale-inner .divisionLabel{right:0;margin-right:-50px}.leaflet-control-graphicscale-inner .zeroLabel,.leaflet-control-graphicscale-inner .subunitsLabel{left:0;margin-left:-50px}.leaflet-control-graphicscale-inner .division{display:inline-block;position:relative;width:40px;transition:width 0.4s ease-in-out}.leaflet-control-graphicscale-inner .division .line,.leaflet-control-graphicscale-inner .division .line2{border-style:solid;position:relative}.leaflet-control-graphicscale-inner .division .line2{height:0;border-width:0}.leaflet-control-graphicscale-inner .division .line{height:6px;border-width:1px 1px 1px 0}.leaflet-control-graphicscale-inner .units .division:first-child .line{border-left-width:1px}.leaflet-control-graphicscale-inner .subunits .division .line{border-width:1px 0 1px 1px}.leaflet-control-graphicscale-inner .fill{position:relative}.leaflet-control-graphicscale-inner.showsubunits .subunits{display:inline-block}.leaflet-control-graphicscale-inner.double .division .line2{height:6px;border-width:0 1px 1px 0}.leaflet-control-graphicscale-inner.double .units .division:first-child .line2{border-left-width:1px}.leaflet-control-graphicscale-inner.double .subunits .division .line2{border-width:0 0 1px 1px}.leaflet-control-graphicscale-inner.double .label{margin-bottom:14px}.leaflet-control-graphicscale-inner.filled .fill{background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0}.leaflet-control-graphicscale-inner.filled-line .line .fill{height:2px;top:2px}.leaflet-control-graphicscale-inner.filled-line.double .fill{height:2px;top:2px}.leaflet-control-graphicscale-inner.filled-hollow .fill{position:absolute;top:1px;left:1px;right:1px;bottom:1px}.leaflet-control-graphicscale-inner .division.hidden{width:0}.leaflet-control-graphicscale-inner .division.hidden .line,.leaflet-control-graphicscale-inner .division.hidden .line2{height:0;border-width:0}.leaflet-control-graphicscale-inner .division.hidden .label:not(.subunitsLabel){opacity:0}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.fullscreen-icon { background-image: url('icon-fullscreen.fdda34de614379d42292.png'); }
.leaflet-retina .fullscreen-icon { background-image: url('icon-fullscreen-2x.c2f3405e26373eb8f6bd.png'); background-size: 26px 26px; }
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css ***!
  \****************************************************************************************************************************************************************************************/
.ck-hidden{display:none!important}
.ck.ck-reset,.ck.ck-reset_all,.ck.ck-reset_all *{box-sizing:border-box;width:auto;height:auto;position:static}
:root{--ck-z-default:1;--ck-z-modal:calc(var(--ck-z-default) + 999)}
.ck-transitions-disabled,.ck-transitions-disabled *{transition:none!important}
:root{--ck-color-base-foreground:#fafafa;--ck-color-base-background:#fff;--ck-color-base-border:#c4c4c4;--ck-color-base-action:#61b045;--ck-color-base-focus:#6cb5f9;--ck-color-base-text:#333;--ck-color-base-active:#198cf0;--ck-color-base-active-focus:#0e7fe1;--ck-color-base-error:#db3700;--ck-color-focus-border-coordinates:208,79%,51%;--ck-color-focus-border:hsl(var(--ck-color-focus-border-coordinates));--ck-color-focus-outer-shadow:#bcdefb;--ck-color-focus-disabled-shadow:rgba(119,186,248,0.3);--ck-color-focus-error-shadow:rgba(255,64,31,0.3);--ck-color-text:var(--ck-color-base-text);--ck-color-shadow-drop:rgba(0,0,0,0.15);--ck-color-shadow-drop-active:rgba(0,0,0,0.2);--ck-color-shadow-inner:rgba(0,0,0,0.1);--ck-color-button-default-background:transparent;--ck-color-button-default-hover-background:#e6e6e6;--ck-color-button-default-active-background:#d9d9d9;--ck-color-button-default-active-shadow:#bfbfbf;--ck-color-button-default-disabled-background:transparent;--ck-color-button-on-background:#dedede;--ck-color-button-on-hover-background:#c4c4c4;--ck-color-button-on-active-background:#bababa;--ck-color-button-on-active-shadow:#a1a1a1;--ck-color-button-on-disabled-background:#dedede;--ck-color-button-action-background:var(--ck-color-base-action);--ck-color-button-action-hover-background:#579e3d;--ck-color-button-action-active-background:#53973b;--ck-color-button-action-active-shadow:#498433;--ck-color-button-action-disabled-background:#7ec365;--ck-color-button-action-text:var(--ck-color-base-background);--ck-color-button-save:#008a00;--ck-color-button-cancel:#db3700;--ck-color-switch-button-off-background:#b0b0b0;--ck-color-switch-button-off-hover-background:#a3a3a3;--ck-color-switch-button-on-background:var(--ck-color-button-action-background);--ck-color-switch-button-on-hover-background:#579e3d;--ck-color-switch-button-inner-background:var(--ck-color-base-background);--ck-color-switch-button-inner-shadow:rgba(0,0,0,0.1);--ck-color-dropdown-panel-background:var(--ck-color-base-background);--ck-color-dropdown-panel-border:var(--ck-color-base-border);--ck-color-input-background:var(--ck-color-base-background);--ck-color-input-border:#c7c7c7;--ck-color-input-error-border:var(--ck-color-base-error);--ck-color-input-text:var(--ck-color-base-text);--ck-color-input-disabled-background:#f2f2f2;--ck-color-input-disabled-border:#c7c7c7;--ck-color-input-disabled-text:#757575;--ck-color-list-background:var(--ck-color-base-background);--ck-color-list-button-hover-background:var(--ck-color-button-default-hover-background);--ck-color-list-button-on-background:var(--ck-color-base-active);--ck-color-list-button-on-background-focus:var(--ck-color-base-active-focus);--ck-color-list-button-on-text:var(--ck-color-base-background);--ck-color-panel-background:var(--ck-color-base-background);--ck-color-panel-border:var(--ck-color-base-border);--ck-color-toolbar-background:var(--ck-color-base-foreground);--ck-color-toolbar-border:var(--ck-color-base-border);--ck-color-tooltip-background:var(--ck-color-base-text);--ck-color-tooltip-text:var(--ck-color-base-background);--ck-color-engine-placeholder-text:#707070;--ck-color-upload-bar-background:#6cb5f9;--ck-color-link-default:#0000f0;--ck-color-link-selected-background:rgba(31,177,255,0.1);--ck-color-link-fake-selection:rgba(31,177,255,0.3);--ck-disabled-opacity:.5;--ck-focus-outer-shadow-geometry:0 0 0 3px;--ck-focus-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);--ck-focus-disabled-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);--ck-focus-error-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);--ck-focus-ring:1px solid var(--ck-color-focus-border);--ck-font-size-base:13px;--ck-line-height-base:1.84615;--ck-font-face:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;--ck-font-size-tiny:0.7em;--ck-font-size-small:0.75em;--ck-font-size-normal:1em;--ck-font-size-big:1.4em;--ck-font-size-large:1.8em;--ck-ui-component-min-height:2.3em}
.ck.ck-reset,.ck.ck-reset_all,.ck.ck-reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;vertical-align:middle;transition:none;word-wrap:break-word}
.ck.ck-reset_all,.ck.ck-reset_all *{border-collapse:collapse;font:normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);color:var(--ck-color-text);text-align:left;white-space:nowrap;cursor:auto;float:none}
.ck.ck-reset_all .ck-rtl *{text-align:right}
.ck.ck-reset_all iframe{vertical-align:inherit}
.ck.ck-reset_all textarea{white-space:pre-wrap}
.ck.ck-reset_all input[type=password],.ck.ck-reset_all input[type=text],.ck.ck-reset_all textarea{cursor:text}
.ck.ck-reset_all input[type=password][disabled],.ck.ck-reset_all input[type=text][disabled],.ck.ck-reset_all textarea[disabled]{cursor:default}
.ck.ck-reset_all fieldset{padding:10px;border:2px groove #dfdee3}
.ck.ck-reset_all button::-moz-focus-inner{padding:0;border:0}
.ck[dir=rtl],.ck[dir=rtl] .ck{text-align:right}
:root{--ck-border-radius:2px;--ck-inner-shadow:2px 2px 3px var(--ck-color-shadow-inner) inset;--ck-drop-shadow:0 1px 2px 1px var(--ck-color-shadow-drop);--ck-drop-shadow-active:0 3px 6px 1px var(--ck-color-shadow-drop-active);--ck-spacing-unit:0.6em;--ck-spacing-large:calc(var(--ck-spacing-unit)*1.5);--ck-spacing-standard:var(--ck-spacing-unit);--ck-spacing-medium:calc(var(--ck-spacing-unit)*0.8);--ck-spacing-small:calc(var(--ck-spacing-unit)*0.5);--ck-spacing-tiny:calc(var(--ck-spacing-unit)*0.3);--ck-spacing-extra-tiny:calc(var(--ck-spacing-unit)*0.16)}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css ***!
  \*********************************************************************************************************************************************************************************************/
.ck.ck-icon{vertical-align:middle}
:root{--ck-icon-size:calc(var(--ck-line-height-base)*var(--ck-font-size-normal))}
.ck.ck-icon{width:var(--ck-icon-size);height:var(--ck-icon-size);font-size:.8333350694em;will-change:transform}
.ck.ck-icon,.ck.ck-icon *{color:inherit;cursor:inherit}
.ck.ck-icon :not([fill]){fill:currentColor}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css ***!
  \***************************************************************************************************************************************************************************************************/
.ck.ck-tooltip,.ck.ck-tooltip .ck-tooltip__text:after{position:absolute;pointer-events:none;-webkit-backface-visibility:hidden}
.ck.ck-tooltip{visibility:hidden;opacity:0;display:none;z-index:var(--ck-z-modal)}
.ck.ck-tooltip .ck-tooltip__text{display:inline-block}
.ck.ck-tooltip .ck-tooltip__text:after{content:"";width:0;height:0}
:root{--ck-tooltip-arrow-size:5px}
.ck.ck-tooltip{left:50%;top:0;transition:opacity .2s ease-in-out .2s}
.ck.ck-tooltip .ck-tooltip__text{border-radius:0}
.ck-rounded-corners .ck.ck-tooltip .ck-tooltip__text,.ck.ck-tooltip .ck-tooltip__text.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-tooltip .ck-tooltip__text{font-size:.9em;line-height:1.5;color:var(--ck-color-tooltip-text);padding:var(--ck-spacing-small) var(--ck-spacing-medium);background:var(--ck-color-tooltip-background);position:relative;left:-50%}
.ck.ck-tooltip .ck-tooltip__text:after{transition:opacity .2s ease-in-out .2s;border-style:solid;left:50%}
.ck.ck-tooltip.ck-tooltip_s,.ck.ck-tooltip.ck-tooltip_se,.ck.ck-tooltip.ck-tooltip_sw{bottom:calc(var(--ck-tooltip-arrow-size)*-1);transform:translateY(100%)}
.ck.ck-tooltip.ck-tooltip_s .ck-tooltip__text:after,.ck.ck-tooltip.ck-tooltip_se .ck-tooltip__text:after,.ck.ck-tooltip.ck-tooltip_sw .ck-tooltip__text:after{top:calc(var(--ck-tooltip-arrow-size)*-1 + 1px);transform:translateX(-50%);border-left-color:transparent;border-bottom-color:var(--ck-color-tooltip-background);border-right-color:transparent;border-top-color:transparent;border-left-width:var(--ck-tooltip-arrow-size);border-bottom-width:var(--ck-tooltip-arrow-size);border-right-width:var(--ck-tooltip-arrow-size);border-top-width:0}
.ck.ck-tooltip.ck-tooltip_sw{right:50%;left:auto}
.ck.ck-tooltip.ck-tooltip_sw .ck-tooltip__text{left:auto;right:calc(var(--ck-tooltip-arrow-size)*-2)}
.ck.ck-tooltip.ck-tooltip_sw .ck-tooltip__text:after{left:auto;right:0}
.ck.ck-tooltip.ck-tooltip_se{left:50%;right:auto}
.ck.ck-tooltip.ck-tooltip_se .ck-tooltip__text{right:auto;left:calc(var(--ck-tooltip-arrow-size)*-2)}
.ck.ck-tooltip.ck-tooltip_se .ck-tooltip__text:after{right:auto;left:0;transform:translateX(50%)}
.ck.ck-tooltip.ck-tooltip_n{top:calc(var(--ck-tooltip-arrow-size)*-1);transform:translateY(-100%)}
.ck.ck-tooltip.ck-tooltip_n .ck-tooltip__text:after{bottom:calc(var(--ck-tooltip-arrow-size)*-1);transform:translateX(-50%);border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:var(--ck-color-tooltip-background);border-left-width:var(--ck-tooltip-arrow-size);border-bottom-width:0;border-right-width:var(--ck-tooltip-arrow-size);border-top-width:var(--ck-tooltip-arrow-size)}
.ck.ck-tooltip.ck-tooltip_e{left:calc(100% + var(--ck-tooltip-arrow-size));top:50%}
.ck.ck-tooltip.ck-tooltip_e .ck-tooltip__text{left:0;transform:translateY(-50%)}
.ck.ck-tooltip.ck-tooltip_e .ck-tooltip__text:after{left:calc(var(--ck-tooltip-arrow-size)*-1);top:calc(50% - var(--ck-tooltip-arrow-size)*1);border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--ck-color-tooltip-background);border-top-color:transparent;border-left-width:0;border-bottom-width:var(--ck-tooltip-arrow-size);border-right-width:var(--ck-tooltip-arrow-size);border-top-width:var(--ck-tooltip-arrow-size)}
.ck.ck-tooltip.ck-tooltip_w{right:calc(100% + var(--ck-tooltip-arrow-size));left:auto;top:50%}
.ck.ck-tooltip.ck-tooltip_w .ck-tooltip__text{left:0;transform:translateY(-50%)}
.ck.ck-tooltip.ck-tooltip_w .ck-tooltip__text:after{left:100%;top:calc(50% - var(--ck-tooltip-arrow-size)*1);border-left-color:var(--ck-color-tooltip-background);border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-width:var(--ck-tooltip-arrow-size);border-bottom-width:var(--ck-tooltip-arrow-size);border-right-width:0;border-top-width:var(--ck-tooltip-arrow-size)}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css ***!
  \*************************************************************************************************************************************************************************************************/
.ck.ck-button,a.ck.ck-button{-moz-user-select:none;-webkit-user-select:none;user-select:none}
.ck.ck-button .ck-tooltip,a.ck.ck-button .ck-tooltip{display:block}
@media (hover:none){.ck.ck-button .ck-tooltip,a.ck.ck-button .ck-tooltip{display:none}}
.ck.ck-button,a.ck.ck-button{position:relative;display:inline-flex;align-items:center;justify-content:left}
.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{display:none}
.ck.ck-button.ck-button_with-text .ck-button__label,a.ck.ck-button.ck-button_with-text .ck-button__label{display:inline-block}
.ck.ck-button:not(.ck-button_with-text),a.ck.ck-button:not(.ck-button_with-text){justify-content:center}
.ck.ck-button:hover .ck-tooltip,a.ck.ck-button:hover .ck-tooltip{visibility:visible;opacity:1}
.ck.ck-button:focus:not(:hover) .ck-tooltip,a.ck.ck-button:focus:not(:hover) .ck-tooltip{display:none}
.ck.ck-button,a.ck.ck-button{background:var(--ck-color-button-default-background)}
.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:var(--ck-color-button-default-hover-background)}
.ck.ck-button:not(.ck-disabled):active,a.ck.ck-button:not(.ck-disabled):active{background:var(--ck-color-button-default-active-background);box-shadow:inset 0 2px 2px var(--ck-color-button-default-active-shadow)}
.ck.ck-button.ck-disabled,a.ck.ck-button.ck-disabled{background:var(--ck-color-button-default-disabled-background)}
.ck.ck-button,a.ck.ck-button{border-radius:0}
.ck-rounded-corners .ck.ck-button,.ck-rounded-corners a.ck.ck-button,.ck.ck-button.ck-rounded-corners,a.ck.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-button,a.ck.ck-button{white-space:nowrap;cursor:default;vertical-align:middle;padding:var(--ck-spacing-tiny);text-align:center;min-width:var(--ck-ui-component-min-height);min-height:var(--ck-ui-component-min-height);line-height:1;font-size:inherit;border:1px solid transparent;transition:box-shadow .2s ease-in-out,border .2s ease-in-out;-webkit-appearance:none}
.ck.ck-button:active,.ck.ck-button:focus,a.ck.ck-button:active,a.ck.ck-button:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0}
.ck.ck-button .ck-button__icon use,.ck.ck-button .ck-button__icon use *,a.ck.ck-button .ck-button__icon use,a.ck.ck-button .ck-button__icon use *{color:inherit}
.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{font-size:inherit;font-weight:inherit;color:inherit;cursor:inherit;vertical-align:middle}
[dir=ltr] .ck.ck-button .ck-button__label,[dir=ltr] a.ck.ck-button .ck-button__label{text-align:left}
[dir=rtl] .ck.ck-button .ck-button__label,[dir=rtl] a.ck.ck-button .ck-button__label{text-align:right}
.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{color:inherit}
[dir=ltr] .ck.ck-button .ck-button__keystroke,[dir=ltr] a.ck.ck-button .ck-button__keystroke{margin-left:var(--ck-spacing-large)}
[dir=rtl] .ck.ck-button .ck-button__keystroke,[dir=rtl] a.ck.ck-button .ck-button__keystroke{margin-right:var(--ck-spacing-large)}
.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{font-weight:700;opacity:.7}
.ck.ck-button.ck-disabled:active,.ck.ck-button.ck-disabled:focus,a.ck.ck-button.ck-disabled:active,a.ck.ck-button.ck-disabled:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}
.ck.ck-button.ck-disabled .ck-button__icon,a.ck.ck-button.ck-disabled .ck-button__icon{opacity:var(--ck-disabled-opacity)}
.ck.ck-button.ck-disabled .ck-button__label,a.ck.ck-button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}
.ck.ck-button.ck-disabled .ck-button__keystroke,a.ck.ck-button.ck-disabled .ck-button__keystroke{opacity:.3}
.ck.ck-button.ck-button_with-text,a.ck.ck-button.ck-button_with-text{padding:var(--ck-spacing-tiny) var(--ck-spacing-standard)}
[dir=ltr] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=ltr] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:calc(var(--ck-spacing-small)*-1);margin-right:var(--ck-spacing-small)}
[dir=rtl] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=rtl] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-right:calc(var(--ck-spacing-small)*-1);margin-left:var(--ck-spacing-small)}
.ck.ck-button.ck-button_with-keystroke .ck-button__label,a.ck.ck-button.ck-button_with-keystroke .ck-button__label{flex-grow:1}
.ck.ck-button.ck-on,a.ck.ck-button.ck-on{background:var(--ck-color-button-on-background)}
.ck.ck-button.ck-on:not(.ck-disabled):hover,a.ck.ck-button.ck-on:not(.ck-disabled):hover{background:var(--ck-color-button-on-hover-background)}
.ck.ck-button.ck-on:not(.ck-disabled):active,a.ck.ck-button.ck-on:not(.ck-disabled):active{background:var(--ck-color-button-on-active-background);box-shadow:inset 0 2px 2px var(--ck-color-button-on-active-shadow)}
.ck.ck-button.ck-on.ck-disabled,a.ck.ck-button.ck-on.ck-disabled{background:var(--ck-color-button-on-disabled-background)}
.ck.ck-button.ck-button-save,a.ck.ck-button.ck-button-save{color:var(--ck-color-button-save)}
.ck.ck-button.ck-button-cancel,a.ck.ck-button.ck-button-cancel{color:var(--ck-color-button-cancel)}
.ck.ck-button-action,a.ck.ck-button-action{background:var(--ck-color-button-action-background)}
.ck.ck-button-action:not(.ck-disabled):hover,a.ck.ck-button-action:not(.ck-disabled):hover{background:var(--ck-color-button-action-hover-background)}
.ck.ck-button-action:not(.ck-disabled):active,a.ck.ck-button-action:not(.ck-disabled):active{background:var(--ck-color-button-action-active-background);box-shadow:inset 0 2px 2px var(--ck-color-button-action-active-shadow)}
.ck.ck-button-action.ck-disabled,a.ck.ck-button-action.ck-disabled{background:var(--ck-color-button-action-disabled-background)}
.ck.ck-button-action,a.ck.ck-button-action{color:var(--ck-color-button-action-text)}
.ck.ck-button-bold,a.ck.ck-button-bold{font-weight:700}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css ***!
  \*******************************************************************************************************************************************************************************************************/
.ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{display:block}
:root{--ck-switch-button-toggle-width:2.6153846154em;--ck-switch-button-toggle-inner-size:1.0769230769em;--ck-switch-button-toggle-spacing:1px;--ck-switch-button-translation:calc(var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - var(--ck-switch-button-toggle-spacing)*2)}
[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__label{margin-right:calc(var(--ck-spacing-large)*2)}
[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__label{margin-left:calc(var(--ck-spacing-large)*2)}
.ck.ck-button.ck-switchbutton .ck-button__toggle{border-radius:0}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners{border-radius:var(--ck-border-radius)}
[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-left:auto}
[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-right:auto}
.ck.ck-button.ck-switchbutton .ck-button__toggle{transition:background .4s ease;width:var(--ck-switch-button-toggle-width);background:var(--ck-color-switch-button-off-background)}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{border-radius:0}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:calc(var(--ck-border-radius)*0.5)}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{margin:var(--ck-switch-button-toggle-spacing);width:var(--ck-switch-button-toggle-inner-size);height:var(--ck-switch-button-toggle-inner-size);background:var(--ck-color-switch-button-inner-background);transition:all .3s ease}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover{background:var(--ck-color-switch-button-off-hover-background)}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner{box-shadow:0 0 0 5px var(--ck-color-switch-button-inner-shadow)}
.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle{opacity:var(--ck-disabled-opacity)}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle{background:var(--ck-color-switch-button-on-background)}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover{background:var(--ck-color-switch-button-on-hover-background)}
[dir=ltr] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translateX(var(--ck-switch-button-translation))}
[dir=rtl] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translateX(calc(var(--ck-switch-button-translation)*-1))}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css ***!
  \*******************************************************************************************************************************************************************************************************/
.ck.ck-color-grid{display:grid}
:root{--ck-color-grid-tile-size:24px;--ck-color-color-grid-check-icon:#000}
.ck.ck-color-grid{grid-gap:5px;padding:8px}
.ck.ck-color-grid__tile{width:var(--ck-color-grid-tile-size);height:var(--ck-color-grid-tile-size);min-width:var(--ck-color-grid-tile-size);min-height:var(--ck-color-grid-tile-size);padding:0;transition:box-shadow .2s ease;border:0}
.ck.ck-color-grid__tile.ck-disabled{cursor:unset;transition:unset}
.ck.ck-color-grid__tile.ck-color-table__color-tile_bordered{box-shadow:0 0 0 1px var(--ck-color-base-border)}
.ck.ck-color-grid__tile .ck.ck-icon{display:none;color:var(--ck-color-color-grid-check-icon)}
.ck.ck-color-grid__tile.ck-on{box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-base-text)}
.ck.ck-color-grid__tile.ck-on .ck.ck-icon{display:block}
.ck.ck-color-grid__tile.ck-on,.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){border:0}
.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}
.ck.ck-color-grid__label{padding:0 var(--ck-spacing-standard)}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css ***!
  \********************************************************************************************************************************************************************************************************/
.ck.ck-splitbutton{font-size:inherit}
.ck.ck-splitbutton .ck-splitbutton__action:focus{z-index:calc(var(--ck-z-default) + 1)}
.ck.ck-splitbutton.ck-splitbutton_open>.ck-button .ck-tooltip{display:none}
:root{--ck-color-split-button-hover-background:#ebebeb;--ck-color-split-button-hover-border:#b3b3b3}
[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__action{border-top-right-radius:unset;border-bottom-right-radius:unset}
[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__action{border-top-left-radius:unset;border-bottom-left-radius:unset}
.ck.ck-splitbutton>.ck-splitbutton__arrow{min-width:unset}
[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-left-radius:unset;border-bottom-left-radius:unset}
[dir=rtl] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-right-radius:unset;border-bottom-right-radius:unset}
.ck.ck-splitbutton>.ck-splitbutton__arrow svg{width:var(--ck-dropdown-arrow-size)}
.ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),.ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover){background:var(--ck-color-split-button-hover-background)}
.ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{content:"";position:absolute;width:1px;height:100%;background-color:var(--ck-color-split-button-hover-border)}
[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{left:-1px}
[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{right:-1px}
.ck.ck-splitbutton.ck-splitbutton_open{border-radius:0}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__action{border-bottom-left-radius:0}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__arrow{border-bottom-right-radius:0}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css ***!
  \*****************************************************************************************************************************************************************************************************/
:root{--ck-dropdown-max-width:75vw}
.ck.ck-dropdown{display:inline-block;position:relative}
.ck.ck-dropdown .ck-dropdown__arrow{pointer-events:none;z-index:var(--ck-z-default)}
.ck.ck-dropdown .ck-button.ck-dropdown__button{width:100%}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on .ck-tooltip{display:none}
.ck.ck-dropdown .ck-dropdown__panel{-webkit-backface-visibility:hidden;display:none;z-index:var(--ck-z-modal);max-width:var(--ck-dropdown-max-width);position:absolute}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible{display:inline-block}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw{bottom:100%}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{top:100%;bottom:auto}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{left:0}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{right:0}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s{left:50%;transform:translateX(-50%)}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw{left:75%;transform:translateX(-75%)}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme{left:25%;transform:translateX(-25%)}
.ck.ck-toolbar .ck-dropdown__panel{z-index:calc(var(--ck-z-modal) + 1)}
:root{--ck-dropdown-arrow-size:calc(var(--ck-icon-size)*0.5)}
.ck.ck-dropdown{font-size:inherit}
.ck.ck-dropdown .ck-dropdown__arrow{width:var(--ck-dropdown-arrow-size)}
[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow{right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-standard)}
[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}
.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow{opacity:var(--ck-disabled-opacity)}
[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}
[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}
.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{width:7em;overflow:hidden;text-overflow:ellipsis}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label{width:auto}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active{box-shadow:none}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus{box-shadow:var(--ck-focus-outer-shadow),0 0}
.ck.ck-dropdown__panel{border-radius:0}
.ck-rounded-corners .ck.ck-dropdown__panel,.ck.ck-dropdown__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-dropdown__panel{box-shadow:var(--ck-drop-shadow),0 0;background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;min-width:100%}
.ck.ck-dropdown__panel.ck-dropdown__panel_se{border-top-left-radius:0}
.ck.ck-dropdown__panel.ck-dropdown__panel_sw{border-top-right-radius:0}
.ck.ck-dropdown__panel.ck-dropdown__panel_ne{border-bottom-left-radius:0}
.ck.ck-dropdown__panel.ck-dropdown__panel_nw{border-bottom-right-radius:0}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css ***!
  \***************************************************************************************************************************************************************************************************/
.ck.ck-toolbar{-moz-user-select:none;-webkit-user-select:none;user-select:none;display:flex;flex-flow:row nowrap;align-items:center}
.ck.ck-toolbar>.ck-toolbar__items{display:flex;flex-flow:row wrap;align-items:center;flex-grow:1}
.ck.ck-toolbar .ck.ck-toolbar__separator{display:inline-block}
.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,.ck.ck-toolbar .ck.ck-toolbar__separator:last-child{display:none}
.ck.ck-toolbar .ck-toolbar__line-break{flex-basis:100%}
.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:nowrap}
.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items{flex-direction:column}
.ck.ck-toolbar.ck-toolbar_floating>.ck-toolbar__items{flex-wrap:nowrap}
.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck-dropdown__button .ck-dropdown__arrow{display:none}
.ck.ck-toolbar{border-radius:0}
.ck-rounded-corners .ck.ck-toolbar,.ck.ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-toolbar{background:var(--ck-color-toolbar-background);padding:0 var(--ck-spacing-small);border:1px solid var(--ck-color-toolbar-border)}
.ck.ck-toolbar .ck.ck-toolbar__separator{align-self:stretch;width:1px;min-width:1px;background:var(--ck-color-toolbar-border);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}
.ck.ck-toolbar .ck-toolbar__line-break{height:0}
.ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break){margin-right:var(--ck-spacing-small)}
.ck.ck-toolbar>.ck-toolbar__items:empty+.ck.ck-toolbar__separator{display:none}
.ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break),.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown{margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}
.ck.ck-toolbar.ck-toolbar_vertical{padding:0}
.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items>.ck{width:100%;margin:0;border-radius:0;border:0}
.ck.ck-toolbar.ck-toolbar_compact{padding:0}
.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>*{margin:0}
.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>:not(:first-child):not(:last-child){border-radius:0}
.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck.ck-button.ck-dropdown__button{padding-left:var(--ck-spacing-tiny)}
.ck-toolbar-container .ck.ck-toolbar{border:0}
.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck,[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck{margin-right:0}
.ck.ck-toolbar[dir=rtl]:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck,[dir=rtl] .ck.ck-toolbar:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck{margin-left:var(--ck-spacing-small)}
.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck:last-child,[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child{margin-left:0}
.ck.ck-toolbar[dir=rtl].ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child{border-top-left-radius:0;border-bottom-left-radius:0}
.ck.ck-toolbar[dir=rtl].ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child{border-top-right-radius:0;border-bottom-right-radius:0}
.ck.ck-toolbar[dir=rtl]>.ck.ck-toolbar__separator,[dir=rtl] .ck.ck-toolbar>.ck.ck-toolbar__separator{margin-left:var(--ck-spacing-small)}
.ck.ck-toolbar[dir=rtl].ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),[dir=rtl] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child){margin-left:var(--ck-spacing-small)}
.ck.ck-toolbar[dir=ltr]>.ck-toolbar__items>.ck:last-child,[dir=ltr] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child{margin-right:0}
.ck.ck-toolbar[dir=ltr].ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child{border-top-right-radius:0;border-bottom-right-radius:0}
.ck.ck-toolbar[dir=ltr].ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child{border-top-left-radius:0;border-bottom-left-radius:0}
.ck.ck-toolbar[dir=ltr]>.ck.ck-toolbar__separator,[dir=ltr] .ck.ck-toolbar>.ck.ck-toolbar__separator{margin-right:var(--ck-spacing-small)}
.ck.ck-toolbar[dir=ltr].ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),[dir=ltr] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child){margin-right:var(--ck-spacing-small)}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css ***!
  \*********************************************************************************************************************************************************************************************/
.ck.ck-list{-moz-user-select:none;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column}
.ck.ck-list .ck-list__item,.ck.ck-list .ck-list__separator{display:block}
.ck.ck-list .ck-list__item>:focus{position:relative;z-index:var(--ck-z-default)}
.ck.ck-list{border-radius:0}
.ck-rounded-corners .ck.ck-list,.ck.ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-list{list-style-type:none;background:var(--ck-color-list-background)}
.ck.ck-list__item{cursor:default;min-width:12em}
.ck.ck-list__item .ck-button{min-height:unset;width:100%;text-align:left;border-radius:0;padding:calc(var(--ck-line-height-base)*0.2*var(--ck-font-size-base)) calc(var(--ck-line-height-base)*0.4*var(--ck-font-size-base))}
.ck.ck-list__item .ck-button .ck-button__label{line-height:calc(var(--ck-line-height-base)*1.2*var(--ck-font-size-base))}
.ck.ck-list__item .ck-button:active{box-shadow:none}
.ck.ck-list__item .ck-button.ck-on{background:var(--ck-color-list-button-on-background);color:var(--ck-color-list-button-on-text)}
.ck.ck-list__item .ck-button.ck-on:active{box-shadow:none}
.ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-on-background-focus)}
.ck.ck-list__item .ck-button.ck-on:focus:not(.ck-disabled){border-color:var(--ck-color-base-background)}
.ck.ck-list__item .ck-button:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background)}
.ck.ck-list__item .ck-switchbutton.ck-on{background:var(--ck-color-list-background);color:inherit}
.ck.ck-list__item .ck-switchbutton.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background);color:inherit}
.ck.ck-list__separator{height:1px;width:100%;background:var(--ck-color-base-border)}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css ***!
  \************************************************************************************************************************************************************************************************************/
:root{--ck-toolbar-dropdown-max-width:60vw}
.ck.ck-toolbar-dropdown>.ck-dropdown__panel{width:-moz-max-content;width:max-content;max-width:var(--ck-toolbar-dropdown-max-width)}
.ck.ck-toolbar-dropdown>.ck-dropdown__panel .ck-button:focus{z-index:calc(var(--ck-z-default) + 1)}
.ck.ck-toolbar-dropdown .ck-toolbar{border:0}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css ***!
  \*********************************************************************************************************************************************************************************************************/
.ck.ck-dropdown .ck-dropdown__panel .ck-list{border-radius:0}
.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0}
.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button{border-radius:0}
.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}
.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button{border-radius:0}
.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button,.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css ***!
  \*****************************************************************************************************************************************************************************************************/
:root{--ck-color-editable-blur-selection:#d9d9d9}
.ck.ck-editor__editable:not(.ck-editor__nested-editable){border-radius:0}
.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0}
.ck.ck-editor__editable_inline{overflow:auto;padding:0 var(--ck-spacing-standard);border:1px solid transparent}
.ck.ck-editor__editable_inline[dir=ltr]{text-align:left}
.ck.ck-editor__editable_inline[dir=rtl]{text-align:right}
.ck.ck-editor__editable_inline>:first-child{margin-top:var(--ck-spacing-large)}
.ck.ck-editor__editable_inline>:last-child{margin-bottom:var(--ck-spacing-large)}
.ck.ck-editor__editable_inline.ck-blurred ::-moz-selection{background:var(--ck-color-editable-blur-selection)}
.ck.ck-editor__editable_inline.ck-blurred ::selection{background:var(--ck-color-editable-blur-selection)}
.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after{border-bottom-color:var(--ck-color-base-foreground)}
.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after{border-top-color:var(--ck-color-base-foreground)}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css ***!
  \***********************************************************************************************************************************************************************************************/
.ck.ck-label{display:block}
.ck.ck-voice-label{display:none}
.ck.ck-label{font-weight:700}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css ***!
  \*********************************************************************************************************************************************************************************************************/
.ck.ck-form__header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}
:root{--ck-form-header-height:38px}
.ck.ck-form__header{padding:var(--ck-spacing-small) var(--ck-spacing-large);height:var(--ck-form-header-height);line-height:var(--ck-form-header-height);border-bottom:1px solid var(--ck-color-base-border)}
.ck.ck-form__header .ck-form__header__label{font-weight:700}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/inputtext/inputtext.css ***!
  \*******************************************************************************************************************************************************************************************************/
:root{--ck-input-text-width:18em}
.ck.ck-input-text{border-radius:0}
.ck-rounded-corners .ck.ck-input-text,.ck.ck-input-text.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-input-text{background:var(--ck-color-input-background);border:1px solid var(--ck-color-input-border);padding:var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);min-width:var(--ck-input-text-width);min-height:var(--ck-ui-component-min-height);transition:box-shadow .1s ease-in-out,border .1s ease-in-out}
.ck.ck-input-text:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0}
.ck.ck-input-text[readonly]{border:1px solid var(--ck-color-input-disabled-border);background:var(--ck-color-input-disabled-background);color:var(--ck-color-input-disabled-text)}
.ck.ck-input-text[readonly]:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}
.ck.ck-input-text.ck-error{border-color:var(--ck-color-input-error-border);animation:ck-text-input-shake .3s ease both}
.ck.ck-input-text.ck-error:focus{box-shadow:var(--ck-focus-error-outer-shadow),0 0}
@keyframes ck-text-input-shake{20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-1px)}80%{transform:translateX(1px)}}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css ***!
  \*****************************************************************************************************************************************************************************************************************/
.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{display:flex;position:relative}
.ck.ck-labeled-field-view .ck.ck-label{display:block;position:absolute}
:root{--ck-labeled-field-view-transition:.1s cubic-bezier(0,0,0.24,0.95);--ck-labeled-field-empty-unfocused-max-width:100% - 2 * var(--ck-spacing-medium);--ck-color-labeled-field-label-background:var(--ck-color-base-background)}
.ck.ck-labeled-field-view{border-radius:0}
.ck-rounded-corners .ck.ck-labeled-field-view,.ck.ck-labeled-field-view.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{width:100%}
.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{top:0}
[dir=ltr] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{left:0}
[dir=rtl] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{right:0}
.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{pointer-events:none;transform-origin:0 0;transform:translate(var(--ck-spacing-medium),-6px) scale(.75);background:var(--ck-color-labeled-field-label-background);padding:0 calc(var(--ck-font-size-tiny)*0.5);line-height:normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;max-width:100%;transition:transform var(--ck-labeled-field-view-transition),padding var(--ck-labeled-field-view-transition),background var(--ck-labeled-field-view-transition)}
.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly])+.ck.ck-label,.ck.ck-labeled-field-view.ck-error>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-base-error)}
.ck.ck-labeled-field-view .ck-labeled-field-view__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}
.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error{color:var(--ck-color-base-error)}
.ck.ck-labeled-field-view.ck-disabled>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-input-disabled-text)}
[dir=ltr] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=ltr] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(var(--ck-spacing-medium),calc(var(--ck-font-size-base)*0.6)) scale(1)}
[dir=rtl] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=rtl] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(calc(var(--ck-spacing-medium)*-1),calc(var(--ck-font-size-base)*0.6)) scale(1)}
.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width));background:transparent;padding:0}
.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck.ck-button{background:transparent}
.ck.ck-labeled-field-view.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck-button>.ck-button__label{opacity:0}
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown+.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard))}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css ***!
  \******************************************************************************************************************************************************************************************************/
:root{--ck-balloon-panel-arrow-z-index:calc(var(--ck-z-default) - 3)}
.ck.ck-balloon-panel{display:none;position:absolute;z-index:var(--ck-z-modal)}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{content:"";position:absolute}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{z-index:var(--ck-balloon-panel-arrow-z-index)}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}
.ck.ck-balloon-panel[class*=arrow_n]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}
.ck.ck-balloon-panel[class*=arrow_n]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}
.ck.ck-balloon-panel[class*=arrow_s]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}
.ck.ck-balloon-panel[class*=arrow_s]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}
.ck.ck-balloon-panel.ck-balloon-panel_visible{display:block}
:root{--ck-balloon-arrow-offset:2px;--ck-balloon-arrow-height:10px;--ck-balloon-arrow-half-width:8px;--ck-balloon-arrow-drop-shadow:0 2px 2px var(--ck-color-shadow-drop)}
.ck.ck-balloon-panel{border-radius:0}
.ck-rounded-corners .ck.ck-balloon-panel,.ck.ck-balloon-panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}
.ck.ck-balloon-panel{box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border)}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{width:0;height:0;border-style:solid}
.ck.ck-balloon-panel[class*=arrow_n]:after,.ck.ck-balloon-panel[class*=arrow_n]:before{border-left-width:var(--ck-balloon-arrow-half-width);border-bottom-width:var(--ck-balloon-arrow-height);border-right-width:var(--ck-balloon-arrow-half-width);border-top-width:0}
.ck.ck-balloon-panel[class*=arrow_n]:before{border-bottom-color:var(--ck-color-panel-border)}
.ck.ck-balloon-panel[class*=arrow_n]:after,.ck.ck-balloon-panel[class*=arrow_n]:before{border-left-color:transparent;border-right-color:transparent;border-top-color:transparent}
.ck.ck-balloon-panel[class*=arrow_n]:after{border-bottom-color:var(--ck-color-panel-background);margin-top:var(--ck-balloon-arrow-offset)}
.ck.ck-balloon-panel[class*=arrow_s]:after,.ck.ck-balloon-panel[class*=arrow_s]:before{border-left-width:var(--ck-balloon-arrow-half-width);border-bottom-width:0;border-right-width:var(--ck-balloon-arrow-half-width);border-top-width:var(--ck-balloon-arrow-height)}
.ck.ck-balloon-panel[class*=arrow_s]:before{border-top-color:var(--ck-color-panel-border);filter:drop-shadow(var(--ck-balloon-arrow-drop-shadow))}
.ck.ck-balloon-panel[class*=arrow_s]:after,.ck.ck-balloon-panel[class*=arrow_s]:before{border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent}
.ck.ck-balloon-panel[class*=arrow_s]:after{border-top-color:var(--ck-color-panel-background);margin-bottom:var(--ck-balloon-arrow-offset)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:before{left:50%;margin-left:calc(var(--ck-balloon-arrow-half-width)*-1);top:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:before{left:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:before{right:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:before{left:50%;margin-left:calc(var(--ck-balloon-arrow-half-width)*-1);bottom:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:before{left:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:before{right:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:before{right:25%;margin-right:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:before{left:25%;margin-left:calc(var(--ck-balloon-arrow-half-width)*2);bottom:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:before{right:25%;margin-right:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:after,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:before{left:25%;margin-left:calc(var(--ck-balloon-arrow-half-width)*2);top:calc(var(--ck-balloon-arrow-height)*-1)}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css ***!
  \********************************************************************************************************************************************************************************************************/
.ck .ck-balloon-rotator__navigation{display:flex;align-items:center;justify-content:center}
.ck .ck-balloon-rotator__content .ck-toolbar{justify-content:center}
.ck .ck-balloon-rotator__navigation{background:var(--ck-color-toolbar-background);border-bottom:1px solid var(--ck-color-toolbar-border);padding:0 var(--ck-spacing-small)}
.ck .ck-balloon-rotator__navigation>*{margin-right:var(--ck-spacing-small);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}
.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter{margin-right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-small)}
.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper{box-shadow:none}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css ***!
  \***************************************************************************************************************************************************************************************************/
.ck .ck-fake-panel{position:absolute;z-index:calc(var(--ck-z-modal) - 1)}
.ck .ck-fake-panel div{position:absolute}
.ck .ck-fake-panel div:first-child{z-index:2}
.ck .ck-fake-panel div:nth-child(2){z-index:1}
:root{--ck-balloon-fake-panel-offset-horizontal:6px;--ck-balloon-fake-panel-offset-vertical:6px}
.ck .ck-fake-panel div{box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border);border-radius:var(--ck-border-radius);width:100%;height:100%}
.ck .ck-fake-panel div:first-child{margin-left:var(--ck-balloon-fake-panel-offset-horizontal);margin-top:var(--ck-balloon-fake-panel-offset-vertical)}
.ck .ck-fake-panel div:nth-child(2){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal)*2);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical)*2)}
.ck .ck-fake-panel div:nth-child(3){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal)*3);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical)*3)}
.ck .ck-balloon-panel_arrow_s+.ck-fake-panel,.ck .ck-balloon-panel_arrow_se+.ck-fake-panel,.ck .ck-balloon-panel_arrow_sw+.ck-fake-panel{--ck-balloon-fake-panel-offset-vertical:-6px}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css ***!
  \*****************************************************************************************************************************************************************************************************/
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{z-index:var(--ck-z-modal);position:fixed;top:0}
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit{top:auto;position:absolute}
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{box-shadow:var(--ck-drop-shadow),0 0;border-width:0 1px 1px;border-top-left-radius:0;border-top-right-radius:0}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css ***!
  \********************************************************************************************************************************************************************************************************/
.ck.ck-block-toolbar-button{position:absolute;z-index:var(--ck-z-default)}
:root{--ck-color-block-toolbar-button:var(--ck-color-text);--ck-block-toolbar-button-size:var(--ck-font-size-normal)}
.ck.ck-block-toolbar-button{color:var(--ck-color-block-toolbar-button);font-size:var(--ck-block-toolbar-size)}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css ***!
  \****************************************************************************************************************************************************************************************/
.ck.ck-placeholder,.ck .ck-placeholder{position:relative}
.ck.ck-placeholder:before,.ck .ck-placeholder:before{position:absolute;left:0;right:0;content:attr(data-placeholder);pointer-events:none}
.ck.ck-read-only .ck-placeholder:before{display:none}
.ck.ck-placeholder:before,.ck .ck-placeholder:before{cursor:text;color:var(--ck-color-engine-placeholder-text)}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-editor-classic/theme/classiceditor.css ***!
  \**************************************************************************************************************************************************************************************************/
.ck.ck-editor{position:relative}
.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-modal)}
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-radius:0}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{border-bottom-width:0}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar{border-bottom-width:1px;border-radius:0}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:0}
.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css ***!
  \*********************************************************************************************************************************************************************************************/
.ck .ck-widget .ck-widget__type-around__button{display:block;position:absolute;overflow:hidden;z-index:var(--ck-z-default)}
.ck .ck-widget .ck-widget__type-around__button svg{position:absolute;top:50%;left:50%;z-index:calc(var(--ck-z-default) + 2)}
.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before{top:calc(var(--ck-widget-outline-thickness)*-0.5);left:min(10%,30px);transform:translateY(-50%)}
.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after{bottom:calc(var(--ck-widget-outline-thickness)*-0.5);right:min(10%,30px);transform:translateY(50%)}
.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{content:"";display:block;position:absolute;top:1px;left:1px;z-index:calc(var(--ck-z-default) + 1)}
.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__fake-caret{display:none;position:absolute;left:0;right:0}
.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__fake-caret{left:calc(var(--ck-widget-outline-thickness)*-1);right:calc(var(--ck-widget-outline-thickness)*-1)}
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before>.ck-widget__type-around>.ck-widget__type-around__fake-caret{top:calc(var(--ck-widget-outline-thickness)*-1 - 1px);display:block}
.ck .ck-widget.ck-widget_type-around_show-fake-caret_after>.ck-widget__type-around>.ck-widget__type-around__fake-caret{bottom:calc(var(--ck-widget-outline-thickness)*-1 - 1px);display:block}
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around,.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around,.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around{display:none}
:root{--ck-widget-type-around-button-size:20px;--ck-color-widget-type-around-button-active:var(--ck-color-focus-border);--ck-color-widget-type-around-button-hover:var(--ck-color-widget-hover-border);--ck-color-widget-type-around-button-blurred-editable:var(--ck-color-widget-blurred-border);--ck-color-widget-type-around-button-radar-start-alpha:0;--ck-color-widget-type-around-button-radar-end-alpha:.3;--ck-color-widget-type-around-button-icon:var(--ck-color-base-background)}
.ck .ck-widget .ck-widget__type-around__button{width:var(--ck-widget-type-around-button-size);height:var(--ck-widget-type-around-button-size);background:var(--ck-color-widget-type-around-button);border-radius:100px;transition:opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);opacity:0;pointer-events:none}
.ck .ck-widget .ck-widget__type-around__button svg{width:10px;height:8px;transform:translate(-50%,-50%);transition:transform .5s ease;margin-top:1px}
.ck .ck-widget .ck-widget__type-around__button svg *{stroke-dasharray:10;stroke-dashoffset:0;fill:none;stroke:var(--ck-color-widget-type-around-button-icon);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}
.ck .ck-widget .ck-widget__type-around__button svg line{stroke-dasharray:7}
.ck .ck-widget .ck-widget__type-around__button:hover{animation:ck-widget-type-around-button-sonar 1s ease infinite}
.ck .ck-widget .ck-widget__type-around__button:hover svg polyline{animation:ck-widget-type-around-arrow-dash 2s linear}
.ck .ck-widget .ck-widget__type-around__button:hover svg line{animation:ck-widget-type-around-arrow-tip-dash 2s linear}
.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{opacity:1;pointer-events:auto}
.ck .ck-widget:not(.ck-widget_selected)>.ck-widget__type-around>.ck-widget__type-around__button{background:var(--ck-color-widget-type-around-button-hover)}
.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover{background:var(--ck-color-widget-type-around-button-active)}
.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{width:calc(var(--ck-widget-type-around-button-size) - 2px);height:calc(var(--ck-widget-type-around-button-size) - 2px);border-radius:100px;background:linear-gradient(135deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3))}
.ck .ck-widget.ck-widget_with-selection-handle>.ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:20px}
.ck .ck-widget .ck-widget__type-around__fake-caret{pointer-events:none;height:1px;animation:ck-widget-type-around-fake-caret-pulse 1s linear infinite normal forwards;outline:1px solid hsla(0,0%,100%,.5);background:var(--ck-color-base-text)}
.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after,.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before{outline-color:transparent}
.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover{outline-color:var(--ck-color-widget-hover-border)}
.ck .ck-widget.ck-widget_type-around_show-fake-caret_after>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before>.ck-widget__type-around>.ck-widget__type-around__button{opacity:0;pointer-events:none}
.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle{opacity:0}
.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer>.ck-widget__resizer,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer>.ck-widget__resizer{opacity:0}
.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:0;margin-right:20px}
.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{opacity:0;pointer-events:none}
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover){background:var(--ck-color-widget-type-around-button-blurred-editable)}
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover) svg *{stroke:#999}
@keyframes ck-widget-type-around-arrow-dash{0%{stroke-dashoffset:10}20%,to{stroke-dashoffset:0}}
@keyframes ck-widget-type-around-arrow-tip-dash{0%,20%{stroke-dashoffset:7}40%,to{stroke-dashoffset:0}}
@keyframes ck-widget-type-around-button-sonar{0%{box-shadow:0 0 0 0 hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-start-alpha))}50%{box-shadow:0 0 0 5px hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-end-alpha))}to{box-shadow:0 0 0 5px hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-start-alpha))}}
@keyframes ck-widget-type-around-fake-caret-pulse{0%{opacity:1}49%{opacity:1}50%{opacity:0}99%{opacity:0}to{opacity:1}}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-widget/theme/widget.css ***!
  \***********************************************************************************************************************************************************************************/
:root{--ck-color-resizer:var(--ck-color-focus-border);--ck-color-resizer-tooltip-background:#262626;--ck-color-resizer-tooltip-text:#f2f2f2;--ck-resizer-border-radius:var(--ck-border-radius);--ck-resizer-tooltip-offset:10px;--ck-resizer-tooltip-height:calc(var(--ck-spacing-small)*2 + 10px)}
.ck .ck-widget,.ck .ck-widget.ck-widget_with-selection-handle{position:relative}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{position:absolute}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{display:block}
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle{visibility:visible}
.ck .ck-size-view{background:var(--ck-color-resizer-tooltip-background);color:var(--ck-color-resizer-tooltip-text);border:1px solid var(--ck-color-resizer-tooltip-text);border-radius:var(--ck-resizer-border-radius);font-size:var(--ck-font-size-tiny);display:block;padding:0 var(--ck-spacing-small);height:var(--ck-resizer-tooltip-height);line-height:var(--ck-resizer-tooltip-height)}
.ck .ck-size-view.ck-orientation-above-center,.ck .ck-size-view.ck-orientation-bottom-left,.ck .ck-size-view.ck-orientation-bottom-right,.ck .ck-size-view.ck-orientation-top-left,.ck .ck-size-view.ck-orientation-top-right{position:absolute}
.ck .ck-size-view.ck-orientation-top-left{top:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}
.ck .ck-size-view.ck-orientation-top-right{top:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}
.ck .ck-size-view.ck-orientation-bottom-right{bottom:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}
.ck .ck-size-view.ck-orientation-bottom-left{bottom:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}
.ck .ck-size-view.ck-orientation-above-center{top:calc(var(--ck-resizer-tooltip-height)*-1);left:50%;transform:translate(-50%)}
:root{--ck-widget-outline-thickness:3px;--ck-widget-handler-icon-size:16px;--ck-widget-handler-animation-duration:200ms;--ck-widget-handler-animation-curve:ease;--ck-color-widget-blurred-border:#dedede;--ck-color-widget-hover-border:#ffc83d;--ck-color-widget-editable-focus-background:var(--ck-color-base-background);--ck-color-widget-drag-handler-icon-color:var(--ck-color-base-background)}
.ck .ck-widget{outline-width:var(--ck-widget-outline-thickness);outline-style:solid;outline-color:transparent;transition:outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve)}
.ck .ck-widget.ck-widget_selected,.ck .ck-widget.ck-widget_selected:hover{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border)}
.ck .ck-widget:hover{outline-color:var(--ck-color-widget-hover-border)}
.ck .ck-editor__nested-editable{border:1px solid transparent}
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck .ck-editor__nested-editable:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0;background-color:var(--ck-color-widget-editable-focus-background)}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{padding:4px;box-sizing:border-box;background-color:transparent;opacity:0;transition:background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);border-radius:var(--ck-border-radius) var(--ck-border-radius) 0 0;transform:translateY(-100%);left:calc(0px - var(--ck-widget-outline-thickness));top:0}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{width:var(--ck-widget-handler-icon-size);height:var(--ck-widget-handler-icon-size);color:var(--ck-color-widget-drag-handler-icon-color)}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:0;transition:opacity .3s var(--ck-widget-handler-animation-curve)}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator{opacity:1}
.ck .ck-widget.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-widget-hover-border)}
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-focus-border)}
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:1}
.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{left:auto;right:calc(0px - var(--ck-widget-outline-thickness))}
.ck.ck-editor__editable.ck-read-only .ck-widget{transition:none}
.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected){--ck-widget-outline-thickness:0px}
.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover{outline-color:var(--ck-color-widget-blurred-border)}
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle>.ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle>.ck-widget__selection-handle:hover,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover.ck-widget_with-selection-handle>.ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover.ck-widget_with-selection-handle>.ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}
.ck.ck-editor__editable>.ck-widget.ck-widget_with-selection-handle:first-child,.ck.ck-editor__editable blockquote>.ck-widget.ck-widget_with-selection-handle:first-child{margin-top:calc(1em + var(--ck-widget-handler-icon-size))}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css ***!
  \*****************************************************************************************************************************************************************************************/
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position{display:inline;position:relative;pointer-events:none}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{position:absolute;width:0}
.ck.ck-editor__editable .ck-widget:-webkit-drag>.ck-widget__selection-handle,.ck.ck-editor__editable .ck-widget:-webkit-drag>.ck-widget__type-around{display:none}
:root{--ck-clipboard-drop-target-dot-width:12px;--ck-clipboard-drop-target-dot-height:8px;--ck-clipboard-drop-target-color:var(--ck-color-focus-border)}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{bottom:calc(var(--ck-clipboard-drop-target-dot-height)*-0.5);top:calc(var(--ck-clipboard-drop-target-dot-height)*-0.5);border:1px solid var(--ck-clipboard-drop-target-color);background:var(--ck-clipboard-drop-target-color);margin-left:-1px}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after{content:"";width:0;height:0;display:block;position:absolute;left:50%;top:calc(var(--ck-clipboard-drop-target-dot-height)*-0.5);transform:translateX(-50%);border-left:calc(var(--ck-clipboard-drop-target-dot-width)*0.5) solid transparent;border-bottom:0 solid transparent;border-right:calc(var(--ck-clipboard-drop-target-dot-width)*0.5) solid transparent;border-top:calc(var(--ck-clipboard-drop-target-dot-height)) solid var(--ck-clipboard-drop-target-color)}
.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range{outline:var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color)!important}
.ck.ck-editor__editable .ck-widget:-webkit-drag{zoom:.6;outline:none!important}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-heading/theme/heading.css ***!
  \*************************************************************************************************************************************************************************************/
.ck.ck-heading_heading1{font-size:20px}
.ck.ck-heading_heading2{font-size:17px}
.ck.ck-heading_heading3{font-size:14px}
.ck[class*=ck-heading_heading]{font-weight:700}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label{width:8em}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item{min-width:18em}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-link/theme/link.css ***!
  \*******************************************************************************************************************************************************************************/
.ck .ck-link_selected{background:var(--ck-color-link-selected-background)}
.ck .ck-link_selected span.image-inline{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background)}
.ck .ck-fake-link-selection{background:var(--ck-color-link-fake-selection)}
.ck .ck-fake-link-selection_collapsed{height:100%;border-right:1px solid var(--ck-color-base-text);margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css ***!
  \*****************************************************************************************************************************************************************************************/
.ck .ck-widget_with-resizer{position:relative}
.ck .ck-widget__resizer{display:none;position:absolute;pointer-events:none;left:0;top:0}
.ck-focused .ck-widget_with-resizer.ck-widget_selected>.ck-widget__resizer{display:block}
.ck .ck-widget__resizer__handle{position:absolute;pointer-events:all}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right,.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left{cursor:nwse-resize}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left,.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right{cursor:nesw-resize}
:root{--ck-resizer-size:10px;--ck-resizer-offset:calc(var(--ck-resizer-size)/-2 - 2px);--ck-resizer-border-width:1px}
.ck .ck-widget__resizer{outline:1px solid var(--ck-color-resizer)}
.ck .ck-widget__resizer__handle{width:var(--ck-resizer-size);height:var(--ck-resizer-size);background:var(--ck-color-focus-border);border:var(--ck-resizer-border-width) solid #fff;border-radius:var(--ck-resizer-border-radius)}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left{top:var(--ck-resizer-offset);left:var(--ck-resizer-offset)}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right{top:var(--ck-resizer-offset);right:var(--ck-resizer-offset)}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{bottom:var(--ck-resizer-offset);right:var(--ck-resizer-offset)}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{bottom:var(--ck-resizer-offset);left:var(--ck-resizer-offset)}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css ***!
  \******************************************************************************************************************************************************************************************************************/
.ck-vertical-form .ck-button:after{content:"";width:0;position:absolute;right:-1px;top:var(--ck-spacing-small);bottom:var(--ck-spacing-small);z-index:1}
@media screen and (max-width:600px){.ck.ck-responsive-form .ck-button:after{content:"";width:0;position:absolute;right:-1px;top:var(--ck-spacing-small);bottom:var(--ck-spacing-small);z-index:1}}
.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}
.ck.ck-responsive-form{padding:var(--ck-spacing-large)}
.ck.ck-responsive-form:focus{outline:none}
[dir=ltr] .ck.ck-responsive-form>:not(:first-child),[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}
@media screen and (max-width:600px){.ck.ck-responsive-form{padding:0;width:calc(var(--ck-input-text-width)*0.8)}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:last-child,.ck.ck-responsive-form>.ck-button:nth-last-child(2){padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-large);border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:last-child,[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2),[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after,[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child:last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-link/theme/linkform.css ***!
  \***********************************************************************************************************************************************************************************/
.ck.ck-link-form{display:flex}
.ck.ck-link-form .ck-label{display:none}
@media screen and (max-width:600px){.ck.ck-link-form{flex-wrap:wrap}.ck.ck-link-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-link-form .ck-button{flex-basis:50%}}
.ck.ck-link-form_layout-vertical{display:block}
.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel,.ck.ck-link-form_layout-vertical .ck-button.ck-button-save{margin-top:var(--ck-spacing-medium)}
.ck.ck-link-form_layout-vertical{padding:0;min-width:var(--ck-input-text-width)}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small)}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}
.ck.ck-link-form_layout-vertical .ck-button{padding:var(--ck-spacing-standard);margin:0;border-radius:0;border:0;border-top:1px solid var(--ck-color-base-border);width:50%}
[dir=ltr] .ck.ck-link-form_layout-vertical .ck-button,[dir=rtl] .ck.ck-link-form_layout-vertical .ck-button{margin-left:0}
[dir=rtl] .ck.ck-link-form_layout-vertical .ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}
.ck.ck-link-form_layout-vertical .ck.ck-list{margin:var(--ck-spacing-standard) var(--ck-spacing-large)}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton{border:0;padding:0;width:100%}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover{background:none}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-link/theme/linkactions.css ***!
  \**************************************************************************************************************************************************************************************/
.ck.ck-link-actions{display:flex;flex-direction:row;flex-wrap:nowrap}
.ck.ck-link-actions .ck-link-actions__preview{display:inline-block}
.ck.ck-link-actions .ck-link-actions__preview .ck-button__label{overflow:hidden}
@media screen and (max-width:600px){.ck.ck-link-actions{flex-wrap:wrap}.ck.ck-link-actions .ck-link-actions__preview{flex-basis:100%}.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){flex-basis:50%}}
.ck.ck-link-actions .ck-button.ck-link-actions__preview{padding-left:0;padding-right:0}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{padding:0 var(--ck-spacing-medium);color:var(--ck-color-link-default);text-overflow:ellipsis;cursor:pointer;max-width:var(--ck-input-text-width);min-width:3em;text-align:center}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover{text-decoration:underline}
.ck.ck-link-actions .ck-button.ck-link-actions__preview,.ck.ck-link-actions .ck-button.ck-link-actions__preview:active,.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover{background:none}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:active{box-shadow:none}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label{text-decoration:underline}
[dir=ltr] .ck.ck-link-actions .ck-button:not(:first-child),[dir=rtl] .ck.ck-link-actions .ck-button:not(:last-child){margin-left:var(--ck-spacing-standard)}
@media screen and (max-width:600px){.ck.ck-link-actions .ck-button.ck-link-actions__preview{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{min-width:0;max-width:100%}[dir=ltr] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview),[dir=rtl] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){margin-left:0}}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css ***!
  \***********************************************************************************************************************************************************************************************/
.ck.ck-text-alternative-form{display:flex;flex-direction:row;flex-wrap:nowrap}
.ck.ck-text-alternative-form .ck-labeled-field-view{display:inline-block}
.ck.ck-text-alternative-form .ck-label{display:none}
@media screen and (max-width:600px){.ck.ck-text-alternative-form{flex-wrap:wrap}.ck.ck-text-alternative-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-text-alternative-form .ck-button{flex-basis:50%}}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/image.css ***!
  \*********************************************************************************************************************************************************************************/
.ck-content .image{display:table;clear:both;text-align:center;margin:.9em auto;min-width:50px}
.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:100%}
.ck-content .image-inline{display:inline-flex;max-width:100%;align-items:flex-start}
.ck-content .image-inline picture{display:flex}
.ck-content .image-inline img,.ck-content .image-inline picture{flex-grow:1;flex-shrink:1;max-width:100%}
.ck.ck-editor__editable .image>figcaption.ck-placeholder:before{padding-left:inherit;padding-right:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ck.ck-editor__editable .image-inline.ck-widget_selected,.ck.ck-editor__editable .image.ck-widget_selected{z-index:1}
.ck.ck-editor__editable .image-inline.ck-widget_selected ::-moz-selection{display:none}
.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection{display:none}
.ck.ck-editor__editable td .image-inline img,.ck.ck-editor__editable th .image-inline img{max-width:none}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imagecaption.css ***!
  \****************************************************************************************************************************************************************************************/
:root{--ck-color-image-caption-background:#f7f7f7;--ck-color-image-caption-text:#333;--ck-color-image-caption-highligted-background:#fd0}
.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:var(--ck-color-image-caption-text);background-color:var(--ck-color-image-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}
.ck.ck-editor__editable .image>figcaption.image__caption_highlighted{animation:ck-image-caption-highlight .6s ease-out}
@keyframes ck-image-caption-highlight{0%{background-color:var(--ck-color-image-caption-highligted-background)}to{background-color:var(--ck-color-image-caption-background)}}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imagestyle.css ***!
  \**************************************************************************************************************************************************************************************/
:root{--ck-image-style-spacing:1.5em;--ck-inline-image-style-spacing:calc(var(--ck-image-style-spacing)/2)}
.ck-content .image-style-block-align-left,.ck-content .image-style-block-align-right{max-width:calc(100% - var(--ck-image-style-spacing))}
.ck-content .image-style-align-left,.ck-content .image-style-align-right{clear:none}
.ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing);max-width:50%}
.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}
.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}
.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}
.ck-content .image-style-block-align-right{margin-right:0;margin-left:auto}
.ck-content .image-style-block-align-left{margin-left:0;margin-right:auto}
.ck-content p+.image-style-align-left,.ck-content p+.image-style-align-right,.ck-content p+.image-style-side{margin-top:0}
.ck-content .image-inline.image-style-align-left,.ck-content .image-inline.image-style-align-right{margin-top:var(--ck-inline-image-style-spacing);margin-bottom:var(--ck-inline-image-style-spacing)}
.ck-content .image-inline.image-style-align-left{margin-right:var(--ck-inline-image-style-spacing)}
.ck-content .image-inline.image-style-align-right{margin-left:var(--ck-inline-image-style-spacing)}
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover){background-color:var(--ck-color-button-on-background)}
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__action:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__action:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after{display:none}
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover){background-color:var(--ck-color-button-on-hover-background)}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imageuploadprogress.css ***!
  \***********************************************************************************************************************************************************************************************/
.ck.ck-editor__editable .image,.ck.ck-editor__editable .image-inline{position:relative}
.ck.ck-editor__editable .image-inline .ck-progress-bar,.ck.ck-editor__editable .image .ck-progress-bar{position:absolute;top:0;left:0}
.ck.ck-editor__editable .image-inline.ck-appear,.ck.ck-editor__editable .image.ck-appear{animation:fadeIn .7s}
.ck.ck-editor__editable .image-inline .ck-progress-bar,.ck.ck-editor__editable .image .ck-progress-bar{height:2px;width:0;background:var(--ck-color-upload-bar-background);transition:width .1s}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imageuploadicon.css ***!
  \*******************************************************************************************************************************************************************************************/
.ck-image-upload-complete-icon{display:block;position:absolute;top:min(var(--ck-spacing-medium),6%);right:min(var(--ck-spacing-medium),6%);border-radius:50%;z-index:1}
.ck-image-upload-complete-icon:after{content:"";position:absolute}
:root{--ck-color-image-upload-icon:#fff;--ck-color-image-upload-icon-background:#008a00;--ck-image-upload-icon-size:20;--ck-image-upload-icon-width:2px;--ck-image-upload-icon-is-visible:clamp(0px,100% - 50px,1px)}
.ck-image-upload-complete-icon{opacity:0;background:var(--ck-color-image-upload-icon-background);animation-name:ck-upload-complete-icon-show,ck-upload-complete-icon-hide;animation-fill-mode:forwards,forwards;animation-duration:.5s,.5s;font-size:calc(1px*var(--ck-image-upload-icon-size));animation-delay:0ms,3s;overflow:hidden;width:calc(var(--ck-image-upload-icon-is-visible)*var(--ck-image-upload-icon-size));height:calc(var(--ck-image-upload-icon-is-visible)*var(--ck-image-upload-icon-size))}
.ck-image-upload-complete-icon:after{left:25%;top:50%;opacity:0;height:0;width:0;transform:scaleX(-1) rotate(135deg);transform-origin:left top;border-top:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);border-right:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);animation-name:ck-upload-complete-icon-check;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:forwards;box-sizing:border-box}
@keyframes ck-upload-complete-icon-show{0%{opacity:0}to{opacity:1}}
@keyframes ck-upload-complete-icon-hide{0%{opacity:1}to{opacity:0}}
@keyframes ck-upload-complete-icon-check{0%{opacity:1;width:0;height:0}33%{width:.3em;height:0}to{opacity:1;width:.3em;height:.45em}}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imageuploadloader.css ***!
  \*********************************************************************************************************************************************************************************************/
.ck .ck-upload-placeholder-loader{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0}
.ck .ck-upload-placeholder-loader:before{content:"";position:relative}
:root{--ck-color-upload-placeholder-loader:#b3b3b3;--ck-upload-placeholder-loader-size:32px}
.ck .ck-image-upload-placeholder{width:100%;margin:0}
.ck .ck-upload-placeholder-loader{width:100%;height:100%}
.ck .ck-upload-placeholder-loader:before{width:var(--ck-upload-placeholder-loader-size);height:var(--ck-upload-placeholder-loader-size);border-radius:50%;border-top:3px solid var(--ck-color-upload-placeholder-loader);border-right:2px solid transparent;animation:ck-upload-placeholder-loader 1s linear infinite}
@keyframes ck-upload-placeholder-loader{to{transform:rotate(1turn)}}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imageinsertformrowview.css ***!
  \**************************************************************************************************************************************************************************************************/
.ck.ck-image-insert-form:focus{outline:none}
.ck.ck-form__row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}
.ck.ck-form__row>:not(.ck-label){flex-grow:1}
.ck.ck-form__row.ck-image-insert-form__action-row{margin-top:var(--ck-spacing-standard)}
.ck.ck-form__row.ck-image-insert-form__action-row .ck-button-cancel,.ck.ck-form__row.ck-image-insert-form__action-row .ck-button-save{justify-content:center}
.ck.ck-form__row.ck-image-insert-form__action-row .ck-button .ck-button__label{color:var(--ck-color-text)}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imageinsert.css ***!
  \***************************************************************************************************************************************************************************************/
.ck.ck-image-insert__panel{padding:var(--ck-spacing-large)}
.ck.ck-image-insert__ck-finder-button{display:block;width:100%;margin:var(--ck-spacing-standard) auto;border:1px solid #ccc;border-radius:var(--ck-border-radius)}
.ck.ck-splitbutton>.ck-file-dialog-button.ck-button{padding:0;margin:0;border:none}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[2]!./node_modules/@ckeditor/ckeditor5-image/theme/imageresize.css ***!
  \***************************************************************************************************************************************************************************************/
.ck-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}
.ck-content .image.image_resized img{width:100%}
.ck-content .image.image_resized>figcaption{display:block}
.ck.ck-editor__editable td .image-inline.image_resized img,.ck.ck-editor__editable th .image-inline.image_resized img{max-width:100%}
[dir=ltr] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon{margin-right:var(--ck-spacing-standard)}
[dir=rtl] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon{margin-left:var(--ck-spacing-standard)}
.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label{width:4em}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
.picker.picker--opened {
  display: block;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  /* position: absolute; */
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  width: 200px;
  /* max-height: 0; */
  -moz-opacity: 0;
  opacity: 0;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  box-shadow: 0 6px 5px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.2);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  /*font-size: .8em;*/
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  cursor: pointer;
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  color: #0096dc;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover:before,
.picker__nav--next:hover:before {
  border-left-color: #0096dc;
  border-right-color: #0096dc;
  /*color: #0096dc;*/
  /*background: #b1dcfb;*/
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  /*font-size: .75em;*/
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
  padding: 2px
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #0096dc;
  /*background: #b1dcfb;*/
}
.picker__day--highlighted {
  border-color: #0096dc;
}
/*.picker__day--highlighted:hover,*/
/*.picker--focused */
.picker__day--highlighted {
  cursor: pointer;
  /*color: #0096dc;*/
  /*background: #b1dcfb;*/
}
.picker__day--selected,
.picker__day--selected:hover/*,
.picker--focused .picker__day--selected*/ {
  background: #e7e7e7;
  /*color: #ffffff;*/
}
.picker__day--disabled,
.picker__day--disabled:hover/*,
.picker--focused .picker__day--disabled*/ {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  padding-bottom: 5px;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  /*background-color: #0096dc;
  border-radius: 4px;
  color: #fffefe;*/
  background-color: #fff;
  color: #0096dc;
  border: 1px solid #0096dc;
  padding: 5px 9px;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: .8em;
  cursor: pointer;


}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  /*color: #0096dc;*/
  /*background: #00BFDC;*/
  /* border-bottom-color: #b1dcfb; */
  background-color: #0096dc;
  color: #fffefe;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 2px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  /*background: #f5f5f5;*/
  /*border-color: #f5f5f5;*/
  color: #666;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* colors */
/* product colors  */
/* end of colors */
/* size */
/* --menu*/
/* --end menu */
/*end of size */
/* TABLES */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');
  src: url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-pulled-right {
  float: right;
}
/*** padding helpers ***/
/* .pb-5 to .pb-100 by 5px */
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-225 {
  padding-bottom: 225px;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-235 {
  padding-bottom: 235px;
}
.pb-240 {
  padding-bottom: 240px;
}
.pb-245 {
  padding-bottom: 245px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-255 {
  padding-bottom: 255px;
}
.pb-260 {
  padding-bottom: 260px;
}
.pb-265 {
  padding-bottom: 265px;
}
.pb-270 {
  padding-bottom: 270px;
}
.pb-275 {
  padding-bottom: 275px;
}
.pb-280 {
  padding-bottom: 280px;
}
.pb-285 {
  padding-bottom: 285px;
}
.pb-290 {
  padding-bottom: 290px;
}
.pb-295 {
  padding-bottom: 295px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pb-305 {
  padding-bottom: 305px;
}
.pb-310 {
  padding-bottom: 310px;
}
.pb-315 {
  padding-bottom: 315px;
}
.pb-320 {
  padding-bottom: 320px;
}
.pb-325 {
  padding-bottom: 325px;
}
.pb-330 {
  padding-bottom: 330px;
}
.pb-335 {
  padding-bottom: 335px;
}
.pb-340 {
  padding-bottom: 340px;
}
.pb-345 {
  padding-bottom: 345px;
}
.pb-350 {
  padding-bottom: 350px;
}
.pb-355 {
  padding-bottom: 355px;
}
.pb-360 {
  padding-bottom: 360px;
}
.pb-365 {
  padding-bottom: 365px;
}
.pb-370 {
  padding-bottom: 370px;
}
.pb-375 {
  padding-bottom: 375px;
}
.pb-380 {
  padding-bottom: 380px;
}
.pb-385 {
  padding-bottom: 385px;
}
.pb-390 {
  padding-bottom: 390px;
}
.pb-395 {
  padding-bottom: 395px;
}
.pb-400 {
  padding-bottom: 400px;
}
.pb-405 {
  padding-bottom: 405px;
}
.pb-410 {
  padding-bottom: 410px;
}
.pb-415 {
  padding-bottom: 415px;
}
.pb-420 {
  padding-bottom: 420px;
}
.pb-425 {
  padding-bottom: 425px;
}
.pb-430 {
  padding-bottom: 430px;
}
.pb-435 {
  padding-bottom: 435px;
}
.pb-440 {
  padding-bottom: 440px;
}
.pb-445 {
  padding-bottom: 445px;
}
.pb-450 {
  padding-bottom: 450px;
}
.pb-455 {
  padding-bottom: 455px;
}
.pb-460 {
  padding-bottom: 460px;
}
.pb-465 {
  padding-bottom: 465px;
}
.pb-470 {
  padding-bottom: 470px;
}
.pb-475 {
  padding-bottom: 475px;
}
.pb-480 {
  padding-bottom: 480px;
}
.pb-485 {
  padding-bottom: 485px;
}
.pb-490 {
  padding-bottom: 490px;
}
.pb-495 {
  padding-bottom: 495px;
}
.pb-500 {
  padding-bottom: 500px;
}
/* .pl-5 to .pl-100 by 5px */
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-165 {
  padding-left: 165px;
}
.pl-170 {
  padding-left: 170px;
}
.pl-175 {
  padding-left: 175px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-185 {
  padding-left: 185px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-195 {
  padding-left: 195px;
}
.pl-200 {
  padding-left: 200px;
}
.pl-205 {
  padding-left: 205px;
}
.pl-210 {
  padding-left: 210px;
}
.pl-215 {
  padding-left: 215px;
}
.pl-220 {
  padding-left: 220px;
}
.pl-225 {
  padding-left: 225px;
}
.pl-230 {
  padding-left: 230px;
}
.pl-235 {
  padding-left: 235px;
}
.pl-240 {
  padding-left: 240px;
}
.pl-245 {
  padding-left: 245px;
}
.pl-250 {
  padding-left: 250px;
}
.pl-255 {
  padding-left: 255px;
}
.pl-260 {
  padding-left: 260px;
}
.pl-265 {
  padding-left: 265px;
}
.pl-270 {
  padding-left: 270px;
}
.pl-275 {
  padding-left: 275px;
}
.pl-280 {
  padding-left: 280px;
}
.pl-285 {
  padding-left: 285px;
}
.pl-290 {
  padding-left: 290px;
}
.pl-295 {
  padding-left: 295px;
}
.pl-300 {
  padding-left: 300px;
}
.pl-305 {
  padding-left: 305px;
}
.pl-310 {
  padding-left: 310px;
}
.pl-315 {
  padding-left: 315px;
}
.pl-320 {
  padding-left: 320px;
}
.pl-325 {
  padding-left: 325px;
}
.pl-330 {
  padding-left: 330px;
}
.pl-335 {
  padding-left: 335px;
}
.pl-340 {
  padding-left: 340px;
}
.pl-345 {
  padding-left: 345px;
}
.pl-350 {
  padding-left: 350px;
}
.pl-355 {
  padding-left: 355px;
}
.pl-360 {
  padding-left: 360px;
}
.pl-365 {
  padding-left: 365px;
}
.pl-370 {
  padding-left: 370px;
}
.pl-375 {
  padding-left: 375px;
}
.pl-380 {
  padding-left: 380px;
}
.pl-385 {
  padding-left: 385px;
}
.pl-390 {
  padding-left: 390px;
}
.pl-395 {
  padding-left: 395px;
}
.pl-400 {
  padding-left: 400px;
}
.pl-405 {
  padding-left: 405px;
}
.pl-410 {
  padding-left: 410px;
}
.pl-415 {
  padding-left: 415px;
}
.pl-420 {
  padding-left: 420px;
}
.pl-425 {
  padding-left: 425px;
}
.pl-430 {
  padding-left: 430px;
}
.pl-435 {
  padding-left: 435px;
}
.pl-440 {
  padding-left: 440px;
}
.pl-445 {
  padding-left: 445px;
}
.pl-450 {
  padding-left: 450px;
}
.pl-455 {
  padding-left: 455px;
}
.pl-460 {
  padding-left: 460px;
}
.pl-465 {
  padding-left: 465px;
}
.pl-470 {
  padding-left: 470px;
}
.pl-475 {
  padding-left: 475px;
}
.pl-480 {
  padding-left: 480px;
}
.pl-485 {
  padding-left: 485px;
}
.pl-490 {
  padding-left: 490px;
}
.pl-495 {
  padding-left: 495px;
}
.pl-500 {
  padding-left: 500px;
}
/* .pr-5 to .pr-100 by 5px */
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-165 {
  padding-right: 165px;
}
.pr-170 {
  padding-right: 170px;
}
.pr-175 {
  padding-right: 175px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-185 {
  padding-right: 185px;
}
.pr-190 {
  padding-right: 190px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-200 {
  padding-right: 200px;
}
.pr-205 {
  padding-right: 205px;
}
.pr-210 {
  padding-right: 210px;
}
.pr-215 {
  padding-right: 215px;
}
.pr-220 {
  padding-right: 220px;
}
.pr-225 {
  padding-right: 225px;
}
.pr-230 {
  padding-right: 230px;
}
.pr-235 {
  padding-right: 235px;
}
.pr-240 {
  padding-right: 240px;
}
.pr-245 {
  padding-right: 245px;
}
.pr-250 {
  padding-right: 250px;
}
.pr-255 {
  padding-right: 255px;
}
.pr-260 {
  padding-right: 260px;
}
.pr-265 {
  padding-right: 265px;
}
.pr-270 {
  padding-right: 270px;
}
.pr-275 {
  padding-right: 275px;
}
.pr-280 {
  padding-right: 280px;
}
.pr-285 {
  padding-right: 285px;
}
.pr-290 {
  padding-right: 290px;
}
.pr-295 {
  padding-right: 295px;
}
.pr-300 {
  padding-right: 300px;
}
.pr-305 {
  padding-right: 305px;
}
.pr-310 {
  padding-right: 310px;
}
.pr-315 {
  padding-right: 315px;
}
.pr-320 {
  padding-right: 320px;
}
.pr-325 {
  padding-right: 325px;
}
.pr-330 {
  padding-right: 330px;
}
.pr-335 {
  padding-right: 335px;
}
.pr-340 {
  padding-right: 340px;
}
.pr-345 {
  padding-right: 345px;
}
.pr-350 {
  padding-right: 350px;
}
.pr-355 {
  padding-right: 355px;
}
.pr-360 {
  padding-right: 360px;
}
.pr-365 {
  padding-right: 365px;
}
.pr-370 {
  padding-right: 370px;
}
.pr-375 {
  padding-right: 375px;
}
.pr-380 {
  padding-right: 380px;
}
.pr-385 {
  padding-right: 385px;
}
.pr-390 {
  padding-right: 390px;
}
.pr-395 {
  padding-right: 395px;
}
.pr-400 {
  padding-right: 400px;
}
.pr-405 {
  padding-right: 405px;
}
.pr-410 {
  padding-right: 410px;
}
.pr-415 {
  padding-right: 415px;
}
.pr-420 {
  padding-right: 420px;
}
.pr-425 {
  padding-right: 425px;
}
.pr-430 {
  padding-right: 430px;
}
.pr-435 {
  padding-right: 435px;
}
.pr-440 {
  padding-right: 440px;
}
.pr-445 {
  padding-right: 445px;
}
.pr-450 {
  padding-right: 450px;
}
.pr-455 {
  padding-right: 455px;
}
.pr-460 {
  padding-right: 460px;
}
.pr-465 {
  padding-right: 465px;
}
.pr-470 {
  padding-right: 470px;
}
.pr-475 {
  padding-right: 475px;
}
.pr-480 {
  padding-right: 480px;
}
.pr-485 {
  padding-right: 485px;
}
.pr-490 {
  padding-right: 490px;
}
.pr-495 {
  padding-right: 495px;
}
.pr-500 {
  padding-right: 500px;
}
/* .pt-5 to .pt-100 by 5px */
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-215 {
  padding-top: 215px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-225 {
  padding-top: 225px;
}
.pt-230 {
  padding-top: 230px;
}
.pt-235 {
  padding-top: 235px;
}
.pt-240 {
  padding-top: 240px;
}
.pt-245 {
  padding-top: 245px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-255 {
  padding-top: 255px;
}
.pt-260 {
  padding-top: 260px;
}
.pt-265 {
  padding-top: 265px;
}
.pt-270 {
  padding-top: 270px;
}
.pt-275 {
  padding-top: 275px;
}
.pt-280 {
  padding-top: 280px;
}
.pt-285 {
  padding-top: 285px;
}
.pt-290 {
  padding-top: 290px;
}
.pt-295 {
  padding-top: 295px;
}
.pt-300 {
  padding-top: 300px;
}
.pt-305 {
  padding-top: 305px;
}
.pt-310 {
  padding-top: 310px;
}
.pt-315 {
  padding-top: 315px;
}
.pt-320 {
  padding-top: 320px;
}
.pt-325 {
  padding-top: 325px;
}
.pt-330 {
  padding-top: 330px;
}
.pt-335 {
  padding-top: 335px;
}
.pt-340 {
  padding-top: 340px;
}
.pt-345 {
  padding-top: 345px;
}
.pt-350 {
  padding-top: 350px;
}
.pt-355 {
  padding-top: 355px;
}
.pt-360 {
  padding-top: 360px;
}
.pt-365 {
  padding-top: 365px;
}
.pt-370 {
  padding-top: 370px;
}
.pt-375 {
  padding-top: 375px;
}
.pt-380 {
  padding-top: 380px;
}
.pt-385 {
  padding-top: 385px;
}
.pt-390 {
  padding-top: 390px;
}
.pt-395 {
  padding-top: 395px;
}
.pt-400 {
  padding-top: 400px;
}
.pt-405 {
  padding-top: 405px;
}
.pt-410 {
  padding-top: 410px;
}
.pt-415 {
  padding-top: 415px;
}
.pt-420 {
  padding-top: 420px;
}
.pt-425 {
  padding-top: 425px;
}
.pt-430 {
  padding-top: 430px;
}
.pt-435 {
  padding-top: 435px;
}
.pt-440 {
  padding-top: 440px;
}
.pt-445 {
  padding-top: 445px;
}
.pt-450 {
  padding-top: 450px;
}
.pt-455 {
  padding-top: 455px;
}
.pt-460 {
  padding-top: 460px;
}
.pt-465 {
  padding-top: 465px;
}
.pt-470 {
  padding-top: 470px;
}
.pt-475 {
  padding-top: 475px;
}
.pt-480 {
  padding-top: 480px;
}
.pt-485 {
  padding-top: 485px;
}
.pt-490 {
  padding-top: 490px;
}
.pt-495 {
  padding-top: 495px;
}
.pt-500 {
  padding-top: 500px;
}
/*** margin helpers ***/
/* .mb-5 to .mb-100 by 5px */
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mb-205 {
  margin-bottom: 205px;
}
.mb-210 {
  margin-bottom: 210px;
}
.mb-215 {
  margin-bottom: 215px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mb-225 {
  margin-bottom: 225px;
}
.mb-230 {
  margin-bottom: 230px;
}
.mb-235 {
  margin-bottom: 235px;
}
.mb-240 {
  margin-bottom: 240px;
}
.mb-245 {
  margin-bottom: 245px;
}
.mb-250 {
  margin-bottom: 250px;
}
.mb-255 {
  margin-bottom: 255px;
}
.mb-260 {
  margin-bottom: 260px;
}
.mb-265 {
  margin-bottom: 265px;
}
.mb-270 {
  margin-bottom: 270px;
}
.mb-275 {
  margin-bottom: 275px;
}
.mb-280 {
  margin-bottom: 280px;
}
.mb-285 {
  margin-bottom: 285px;
}
.mb-290 {
  margin-bottom: 290px;
}
.mb-295 {
  margin-bottom: 295px;
}
.mb-300 {
  margin-bottom: 300px;
}
.mb-305 {
  margin-bottom: 305px;
}
.mb-310 {
  margin-bottom: 310px;
}
.mb-315 {
  margin-bottom: 315px;
}
.mb-320 {
  margin-bottom: 320px;
}
.mb-325 {
  margin-bottom: 325px;
}
.mb-330 {
  margin-bottom: 330px;
}
.mb-335 {
  margin-bottom: 335px;
}
.mb-340 {
  margin-bottom: 340px;
}
.mb-345 {
  margin-bottom: 345px;
}
.mb-350 {
  margin-bottom: 350px;
}
.mb-355 {
  margin-bottom: 355px;
}
.mb-360 {
  margin-bottom: 360px;
}
.mb-365 {
  margin-bottom: 365px;
}
.mb-370 {
  margin-bottom: 370px;
}
.mb-375 {
  margin-bottom: 375px;
}
.mb-380 {
  margin-bottom: 380px;
}
.mb-385 {
  margin-bottom: 385px;
}
.mb-390 {
  margin-bottom: 390px;
}
.mb-395 {
  margin-bottom: 395px;
}
.mb-400 {
  margin-bottom: 400px;
}
.mb-405 {
  margin-bottom: 405px;
}
.mb-410 {
  margin-bottom: 410px;
}
.mb-415 {
  margin-bottom: 415px;
}
.mb-420 {
  margin-bottom: 420px;
}
.mb-425 {
  margin-bottom: 425px;
}
.mb-430 {
  margin-bottom: 430px;
}
.mb-435 {
  margin-bottom: 435px;
}
.mb-440 {
  margin-bottom: 440px;
}
.mb-445 {
  margin-bottom: 445px;
}
.mb-450 {
  margin-bottom: 450px;
}
.mb-455 {
  margin-bottom: 455px;
}
.mb-460 {
  margin-bottom: 460px;
}
.mb-465 {
  margin-bottom: 465px;
}
.mb-470 {
  margin-bottom: 470px;
}
.mb-475 {
  margin-bottom: 475px;
}
.mb-480 {
  margin-bottom: 480px;
}
.mb-485 {
  margin-bottom: 485px;
}
.mb-490 {
  margin-bottom: 490px;
}
.mb-495 {
  margin-bottom: 495px;
}
.mb-500 {
  margin-bottom: 500px;
}
/* .ml-5 to .ml-100 by 5px */
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}
.ml-205 {
  margin-left: 205px;
}
.ml-210 {
  margin-left: 210px;
}
.ml-215 {
  margin-left: 215px;
}
.ml-220 {
  margin-left: 220px;
}
.ml-225 {
  margin-left: 225px;
}
.ml-230 {
  margin-left: 230px;
}
.ml-235 {
  margin-left: 235px;
}
.ml-240 {
  margin-left: 240px;
}
.ml-245 {
  margin-left: 245px;
}
.ml-250 {
  margin-left: 250px;
}
.ml-255 {
  margin-left: 255px;
}
.ml-260 {
  margin-left: 260px;
}
.ml-265 {
  margin-left: 265px;
}
.ml-270 {
  margin-left: 270px;
}
.ml-275 {
  margin-left: 275px;
}
.ml-280 {
  margin-left: 280px;
}
.ml-285 {
  margin-left: 285px;
}
.ml-290 {
  margin-left: 290px;
}
.ml-295 {
  margin-left: 295px;
}
.ml-300 {
  margin-left: 300px;
}
.ml-305 {
  margin-left: 305px;
}
.ml-310 {
  margin-left: 310px;
}
.ml-315 {
  margin-left: 315px;
}
.ml-320 {
  margin-left: 320px;
}
.ml-325 {
  margin-left: 325px;
}
.ml-330 {
  margin-left: 330px;
}
.ml-335 {
  margin-left: 335px;
}
.ml-340 {
  margin-left: 340px;
}
.ml-345 {
  margin-left: 345px;
}
.ml-350 {
  margin-left: 350px;
}
.ml-355 {
  margin-left: 355px;
}
.ml-360 {
  margin-left: 360px;
}
.ml-365 {
  margin-left: 365px;
}
.ml-370 {
  margin-left: 370px;
}
.ml-375 {
  margin-left: 375px;
}
.ml-380 {
  margin-left: 380px;
}
.ml-385 {
  margin-left: 385px;
}
.ml-390 {
  margin-left: 390px;
}
.ml-395 {
  margin-left: 395px;
}
.ml-400 {
  margin-left: 400px;
}
.ml-405 {
  margin-left: 405px;
}
.ml-410 {
  margin-left: 410px;
}
.ml-415 {
  margin-left: 415px;
}
.ml-420 {
  margin-left: 420px;
}
.ml-425 {
  margin-left: 425px;
}
.ml-430 {
  margin-left: 430px;
}
.ml-435 {
  margin-left: 435px;
}
.ml-440 {
  margin-left: 440px;
}
.ml-445 {
  margin-left: 445px;
}
.ml-450 {
  margin-left: 450px;
}
.ml-455 {
  margin-left: 455px;
}
.ml-460 {
  margin-left: 460px;
}
.ml-465 {
  margin-left: 465px;
}
.ml-470 {
  margin-left: 470px;
}
.ml-475 {
  margin-left: 475px;
}
.ml-480 {
  margin-left: 480px;
}
.ml-485 {
  margin-left: 485px;
}
.ml-490 {
  margin-left: 490px;
}
.ml-495 {
  margin-left: 495px;
}
.ml-500 {
  margin-left: 500px;
}
/* .mr-5 to .mr-100 by 5px */
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}
.mr-205 {
  margin-right: 205px;
}
.mr-210 {
  margin-right: 210px;
}
.mr-215 {
  margin-right: 215px;
}
.mr-220 {
  margin-right: 220px;
}
.mr-225 {
  margin-right: 225px;
}
.mr-230 {
  margin-right: 230px;
}
.mr-235 {
  margin-right: 235px;
}
.mr-240 {
  margin-right: 240px;
}
.mr-245 {
  margin-right: 245px;
}
.mr-250 {
  margin-right: 250px;
}
.mr-255 {
  margin-right: 255px;
}
.mr-260 {
  margin-right: 260px;
}
.mr-265 {
  margin-right: 265px;
}
.mr-270 {
  margin-right: 270px;
}
.mr-275 {
  margin-right: 275px;
}
.mr-280 {
  margin-right: 280px;
}
.mr-285 {
  margin-right: 285px;
}
.mr-290 {
  margin-right: 290px;
}
.mr-295 {
  margin-right: 295px;
}
.mr-300 {
  margin-right: 300px;
}
.mr-305 {
  margin-right: 305px;
}
.mr-310 {
  margin-right: 310px;
}
.mr-315 {
  margin-right: 315px;
}
.mr-320 {
  margin-right: 320px;
}
.mr-325 {
  margin-right: 325px;
}
.mr-330 {
  margin-right: 330px;
}
.mr-335 {
  margin-right: 335px;
}
.mr-340 {
  margin-right: 340px;
}
.mr-345 {
  margin-right: 345px;
}
.mr-350 {
  margin-right: 350px;
}
.mr-355 {
  margin-right: 355px;
}
.mr-360 {
  margin-right: 360px;
}
.mr-365 {
  margin-right: 365px;
}
.mr-370 {
  margin-right: 370px;
}
.mr-375 {
  margin-right: 375px;
}
.mr-380 {
  margin-right: 380px;
}
.mr-385 {
  margin-right: 385px;
}
.mr-390 {
  margin-right: 390px;
}
.mr-395 {
  margin-right: 395px;
}
.mr-400 {
  margin-right: 400px;
}
.mr-405 {
  margin-right: 405px;
}
.mr-410 {
  margin-right: 410px;
}
.mr-415 {
  margin-right: 415px;
}
.mr-420 {
  margin-right: 420px;
}
.mr-425 {
  margin-right: 425px;
}
.mr-430 {
  margin-right: 430px;
}
.mr-435 {
  margin-right: 435px;
}
.mr-440 {
  margin-right: 440px;
}
.mr-445 {
  margin-right: 445px;
}
.mr-450 {
  margin-right: 450px;
}
.mr-455 {
  margin-right: 455px;
}
.mr-460 {
  margin-right: 460px;
}
.mr-465 {
  margin-right: 465px;
}
.mr-470 {
  margin-right: 470px;
}
.mr-475 {
  margin-right: 475px;
}
.mr-480 {
  margin-right: 480px;
}
.mr-485 {
  margin-right: 485px;
}
.mr-490 {
  margin-right: 490px;
}
.mr-495 {
  margin-right: 495px;
}
.mr-500 {
  margin-right: 500px;
}
/* .mt-5 to .mt-100 by 5px */
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-205 {
  margin-top: 205px;
}
.mt-210 {
  margin-top: 210px;
}
.mt-215 {
  margin-top: 215px;
}
.mt-220 {
  margin-top: 220px;
}
.mt-225 {
  margin-top: 225px;
}
.mt-230 {
  margin-top: 230px;
}
.mt-235 {
  margin-top: 235px;
}
.mt-240 {
  margin-top: 240px;
}
.mt-245 {
  margin-top: 245px;
}
.mt-250 {
  margin-top: 250px;
}
.mt-255 {
  margin-top: 255px;
}
.mt-260 {
  margin-top: 260px;
}
.mt-265 {
  margin-top: 265px;
}
.mt-270 {
  margin-top: 270px;
}
.mt-275 {
  margin-top: 275px;
}
.mt-280 {
  margin-top: 280px;
}
.mt-285 {
  margin-top: 285px;
}
.mt-290 {
  margin-top: 290px;
}
.mt-295 {
  margin-top: 295px;
}
.mt-300 {
  margin-top: 300px;
}
.mt-305 {
  margin-top: 305px;
}
.mt-310 {
  margin-top: 310px;
}
.mt-315 {
  margin-top: 315px;
}
.mt-320 {
  margin-top: 320px;
}
.mt-325 {
  margin-top: 325px;
}
.mt-330 {
  margin-top: 330px;
}
.mt-335 {
  margin-top: 335px;
}
.mt-340 {
  margin-top: 340px;
}
.mt-345 {
  margin-top: 345px;
}
.mt-350 {
  margin-top: 350px;
}
.mt-355 {
  margin-top: 355px;
}
.mt-360 {
  margin-top: 360px;
}
.mt-365 {
  margin-top: 365px;
}
.mt-370 {
  margin-top: 370px;
}
.mt-375 {
  margin-top: 375px;
}
.mt-380 {
  margin-top: 380px;
}
.mt-385 {
  margin-top: 385px;
}
.mt-390 {
  margin-top: 390px;
}
.mt-395 {
  margin-top: 395px;
}
.mt-400 {
  margin-top: 400px;
}
.mt-405 {
  margin-top: 405px;
}
.mt-410 {
  margin-top: 410px;
}
.mt-415 {
  margin-top: 415px;
}
.mt-420 {
  margin-top: 420px;
}
.mt-425 {
  margin-top: 425px;
}
.mt-430 {
  margin-top: 430px;
}
.mt-435 {
  margin-top: 435px;
}
.mt-440 {
  margin-top: 440px;
}
.mt-445 {
  margin-top: 445px;
}
.mt-450 {
  margin-top: 450px;
}
.mt-455 {
  margin-top: 455px;
}
.mt-460 {
  margin-top: 460px;
}
.mt-465 {
  margin-top: 465px;
}
.mt-470 {
  margin-top: 470px;
}
.mt-475 {
  margin-top: 475px;
}
.mt-480 {
  margin-top: 480px;
}
.mt-485 {
  margin-top: 485px;
}
.mt-490 {
  margin-top: 490px;
}
.mt-495 {
  margin-top: 495px;
}
.mt-500 {
  margin-top: 500px;
}
/* .m-5 to .m-100 by 5px */
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.m-55 {
  margin: 55px;
}
.m-60 {
  margin: 60px;
}
.m-65 {
  margin: 65px;
}
.m-70 {
  margin: 70px;
}
.m-75 {
  margin: 75px;
}
.m-80 {
  margin: 80px;
}
.m-85 {
  margin: 85px;
}
.m-90 {
  margin: 90px;
}
.m-95 {
  margin: 95px;
}
.m-100 {
  margin: 100px;
}
.m-105 {
  margin: 105px;
}
.m-110 {
  margin: 110px;
}
.m-115 {
  margin: 115px;
}
.m-120 {
  margin: 120px;
}
.m-125 {
  margin: 125px;
}
.m-130 {
  margin: 130px;
}
.m-135 {
  margin: 135px;
}
.m-140 {
  margin: 140px;
}
.m-145 {
  margin: 145px;
}
.m-150 {
  margin: 150px;
}
.m-155 {
  margin: 155px;
}
.m-160 {
  margin: 160px;
}
.m-165 {
  margin: 165px;
}
.m-170 {
  margin: 170px;
}
.m-175 {
  margin: 175px;
}
.m-180 {
  margin: 180px;
}
.m-185 {
  margin: 185px;
}
.m-190 {
  margin: 190px;
}
.m-195 {
  margin: 195px;
}
.m-200 {
  margin: 200px;
}
.m-205 {
  margin: 205px;
}
.m-210 {
  margin: 210px;
}
.m-215 {
  margin: 215px;
}
.m-220 {
  margin: 220px;
}
.m-225 {
  margin: 225px;
}
.m-230 {
  margin: 230px;
}
.m-235 {
  margin: 235px;
}
.m-240 {
  margin: 240px;
}
.m-245 {
  margin: 245px;
}
.m-250 {
  margin: 250px;
}
.m-255 {
  margin: 255px;
}
.m-260 {
  margin: 260px;
}
.m-265 {
  margin: 265px;
}
.m-270 {
  margin: 270px;
}
.m-275 {
  margin: 275px;
}
.m-280 {
  margin: 280px;
}
.m-285 {
  margin: 285px;
}
.m-290 {
  margin: 290px;
}
.m-295 {
  margin: 295px;
}
.m-300 {
  margin: 300px;
}
.m-305 {
  margin: 305px;
}
.m-310 {
  margin: 310px;
}
.m-315 {
  margin: 315px;
}
.m-320 {
  margin: 320px;
}
.m-325 {
  margin: 325px;
}
.m-330 {
  margin: 330px;
}
.m-335 {
  margin: 335px;
}
.m-340 {
  margin: 340px;
}
.m-345 {
  margin: 345px;
}
.m-350 {
  margin: 350px;
}
.m-355 {
  margin: 355px;
}
.m-360 {
  margin: 360px;
}
.m-365 {
  margin: 365px;
}
.m-370 {
  margin: 370px;
}
.m-375 {
  margin: 375px;
}
.m-380 {
  margin: 380px;
}
.m-385 {
  margin: 385px;
}
.m-390 {
  margin: 390px;
}
.m-395 {
  margin: 395px;
}
.m-400 {
  margin: 400px;
}
.m-405 {
  margin: 405px;
}
.m-410 {
  margin: 410px;
}
.m-415 {
  margin: 415px;
}
.m-420 {
  margin: 420px;
}
.m-425 {
  margin: 425px;
}
.m-430 {
  margin: 430px;
}
.m-435 {
  margin: 435px;
}
.m-440 {
  margin: 440px;
}
.m-445 {
  margin: 445px;
}
.m-450 {
  margin: 450px;
}
.m-455 {
  margin: 455px;
}
.m-460 {
  margin: 460px;
}
.m-465 {
  margin: 465px;
}
.m-470 {
  margin: 470px;
}
.m-475 {
  margin: 475px;
}
.m-480 {
  margin: 480px;
}
.m-485 {
  margin: 485px;
}
.m-490 {
  margin: 490px;
}
.m-495 {
  margin: 495px;
}
.m-500 {
  margin: 500px;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
@include hover-focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid #ddd;
  @include border-top-radius(0.25rem);
}
@include hover-focus {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  @include border-top-radius(0);
}
.nav-pills .nav-link {
  @include border-radius(0.25rem);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #187ab9;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
@include hover-focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  @include border-radius(0.25rem);
}
@include hover-focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.009);
}
@include hover-focus {
  color: rgba(0, 0, 0, 0.009);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.005);
}
@include hover-focus {
  color: rgba(0, 0, 0, 0.007);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.003);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.009);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.005);
  border-color: rgba(0, 0, 0, 0.001);
}
.navbar-light .navbar-toggler-icon {
  background-image: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{@navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.005);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.009);
}
@include hover-focus {
  color: rgba(0, 0, 0, 0.009);
}
.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.01);
}
@include hover-focus {
  color: rgba(255, 255, 255, 0.01);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.005);
}
@include hover-focus {
  color: rgba(255, 255, 255, 0.0075);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.0025);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.01);
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.005);
  border-color: rgba(255, 255, 255, 0.001);
}
.navbar-dark .navbar-toggler-icon {
  background-image: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{@navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.005);
}
.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.01);
}
@include hover-focus {
  color: rgba(255, 255, 255, 0.01);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.jumbotron media-breakpoint-up(sm) {
  padding: 4rem 2rem;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #eeeeee;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 0px;
}
.badge.badge-blue {
  background-color: #1a427b;
}
/*
    Created on : 12.3.2014, 12:48:46
    Author     : GEe
    file       : cssReset
*/
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.5136cbe62a63604402f2.woff2') format('woff2'), url('Roboto-Regular.3cf6adf61054c328b1b0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
* {
  border: 0;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-indent: 0;
  text-align: left;
  text-decoration: none;
  outline: 0;
}
sup {
  vertical-align: super;
  font-size: 65%;
}
html,
body {
  color: #000;
  font-size: 0.9rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
br {
  line-height: 16px;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  cursor: pointer;
}
::-ms-clear {
  display: none;
}
/* target only to IE9>*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body {
    border-top: #e7e7e7 solid 1px;
  }
}
.bordered {
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.bordered-top {
  border-top: 1px solid #dddddd;
}
.bordered-bottom {
  border-bottom: 1px solid #dddddd;
}
.bordered-left {
  border-left: 1px solid #dddddd;
}
.bordered-right {
  border-right: 1px solid #dddddd;
}
.bordered-top__none {
  border-top: none;
}
.border-darkgrey {
  border-color: #e7e7e7;
}
.bordered-error {
  border-color: #dc3545;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.error-message {
  margin-top: 5px;
  color: #dc3545;
}
.color-red {
  color: #dc3545;
}
.success-message {
  margin-top: 5px;
  color: #28a745;
}
.warning-message {
  margin-top: 5px;
  color: #fd7e14;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.message-popup {
  float: left;
  padding: 20px;
  min-width: 0;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}
.message-popup :after {
  clear: both;
}
.font-size-16 {
  font-size: 16px;
}
.disable {
  color: #909090;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.8.2014, 10:09:28
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
h1 {
  color: #1a427b;
  font-size: 2.5em;
  font-weight: normal;
}
h1 span {
  font-size: 0.4em;
  display: inline-block;
  vertical-align: super;
  text-transform: uppercase;
}
h2 {
  padding: 10px 0;
  color: #1a427b;
  font-size: 1.3em;
  font-weight: normal;
}
.header-subtitle {
  color: #1a427b;
  font-size: 1.2em;
  display: block;
  margin-top: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.app {
  height: 100%;
}
.app .main {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  min-height: 0px;
}
.app main-ctrl,
.app symap,
.app dimap,
.app promap-main-ctrl,
.app settings-main-ctrl,
.app ng-component {
  display: flex;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.empty-info {
  background: #f2f2f2;
  padding: 10px;
}
.line-height-l {
  line-height: 24px;
}
.cb {
  clear: both;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.ib {
  display: inline-block;
}
.ml-4 {
  margin-left: 4px;
}
.pt-7 {
  padding-top: 7px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.no-padding {
  padding: 0 !important;
}
span.unit {
  text-transform: none;
}
fieldset,
div.fieldset {
  position: relative;
  margin-top: 40px;
  padding: 20px;
  min-width: 0;
  background: #f2f2f2;
  margin-bottom: 20px;
}
fieldset.no-padding,
div.fieldset.no-padding {
  padding: 0px;
}
fieldset.no-legend,
div.fieldset.no-legend {
  margin-top: 0px;
}
fieldset > .on-border,
div.fieldset > .on-border {
  position: absolute;
  top: -10px;
}
fieldset.bordered,
div.fieldset.bordered {
  background: #FFFFFF;
}
fieldset.bordered-top,
div.fieldset.bordered-top {
  background: #FFFFFF;
  border-top: 1px solid #dddddd;
}
fieldset legend,
div.fieldset legend,
fieldset div.legend,
div.fieldset div.legend {
  position: absolute;
  color: #1a427b;
  left: 0;
  font-size: 15px;
  top: -25px;
}
a {
  color: #0096dc;
}
a[ui-sref]:not(.not-underline):not(.button):not(.nav-link):not(.row),
a[uisref]:not(.not-underline):not(.button):not(.nav-link):not(.row),
a[href]:not([href^="#"]):not(.not-underline):not(.button):not(.nav-link):not(.row) {
  text-decoration: underline;
}
a[ui-sref].row,
a[uisref].row,
a[ui-sref].nav-link,
a[uisref].nav-link {
  text-decoration: none;
}
a:hover {
  color: #3d3d3d;
}
.comma-list > *:not(:last-child):after {
  content: ', ';
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.comma-list > *:nth-last-child(2):after {
  content: ' a ';
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.underlined {
  text-decoration: underline;
}
.inline-after {
  vertical-align: text-top;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
div.column-25 {
  width: 25%;
}
div.column-33 {
  width: 33%;
}
div.column-50 {
  width: 50%;
}
div.column-66 {
  width: 66%;
}
div.column-75 {
  width: 75%;
}
div.column-100 {
  width: 100%;
}
div.column,
div.column-25,
div.column-33,
div.column-50,
div.column-66,
div.column-75,
div.column-100 {
  overflow: auto;
  float: left;
  box-sizing: border-box;
}
div.column label,
div.column-25 label,
div.column-33 label,
div.column-50 label,
div.column-66 label,
div.column-75 label,
div.column-100 label,
div.column div.label,
div.column-25 div.label,
div.column-33 div.label,
div.column-50 div.label,
div.column-66 div.label,
div.column-75 div.label,
div.column-100 div.label {
  clear: both;
  float: left;
  color: #909090;
  width: 200px;
  padding: 7px 10px 7px 0;
}
div.column label.w-250,
div.column-25 label.w-250,
div.column-33 label.w-250,
div.column-50 label.w-250,
div.column-66 label.w-250,
div.column-75 label.w-250,
div.column-100 label.w-250,
div.column div.label.w-250,
div.column-25 div.label.w-250,
div.column-33 div.label.w-250,
div.column-50 div.label.w-250,
div.column-66 div.label.w-250,
div.column-75 div.label.w-250,
div.column-100 div.label.w-250 {
  width: 250px;
}
div.column label.w-300,
div.column-25 label.w-300,
div.column-33 label.w-300,
div.column-50 label.w-300,
div.column-66 label.w-300,
div.column-75 label.w-300,
div.column-100 label.w-300,
div.column div.label.w-300,
div.column-25 div.label.w-300,
div.column-33 div.label.w-300,
div.column-50 div.label.w-300,
div.column-66 div.label.w-300,
div.column-75 div.label.w-300,
div.column-100 div.label.w-300 {
  width: 300px;
}
div.column div.info,
div.column-25 div.info,
div.column-33 div.info,
div.column-50 div.info,
div.column-66 div.info,
div.column-75 div.info,
div.column-100 div.info {
  float: left;
  padding: 7px 0;
}
div.column div.info.fn,
div.column-25 div.info.fn,
div.column-33 div.info.fn,
div.column-50 div.info.fn,
div.column-66 div.info.fn,
div.column-75 div.info.fn,
div.column-100 div.info.fn {
  float: none;
}
div.column div.input,
div.column-25 div.input,
div.column-33 div.input,
div.column-50 div.input,
div.column-66 div.input,
div.column-75 div.input,
div.column-100 div.input {
  float: left;
  padding: 2px 10px 2px 0;
}
.empty:after {
  content: 'nezadáno';
  font-style: italic;
}
span.date-selector {
  display: inline-block;
}
span.date-selector i {
  margin-left: -20px;
  margin-top: 7px;
  position: absolute;
  pointer-events: none;
  color: #0096dc;
}
.file-selector {
  cursor: pointer;
  display: inline-block;
}
.file-upload .error {
  margin-top: 5px;
  color: #dc3545;
}
.file-upload .progressbar {
  background-color: #eee;
  border-radius: 0px;
  padding: 3px;
  margin-top: 10px;
}
.file-upload .progressbar > div {
  background-color: #0096dc;
  height: 5px;
  border-radius: 0px;
}
.clearfix {
  overflow: auto;
}
.clickable {
  cursor: pointer;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.checklist .checklist-item {
  padding: 8px;
}
.checklist .checklist-item.with-action {
  padding: 1px 8px;
}
.checklist .checklist-item:not(:last-child):not(.unborder) {
  border-bottom: 1px solid #dddddd;
}
.checklist .checklist-item:hover {
  background-color: #fbfbdb;
  cursor: pointer;
}
.checklist .checklist-item:hover fieldset,
.checklist .checklist-item:hover legend {
  background-color: #fbfbdb;
}
.preview-list .preview-list-item {
  padding: 8px;
}
.preview-list .preview-list-item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.preview-list .preview-list-item:hover {
  background-color: #fbfbdb;
}
.preview-list .preview-list-item:hover fieldset,
.preview-list .preview-list-item:hover legend {
  background-color: #fbfbdb;
}
.cancelled {
  opacity: 0.5;
}
@media print {
  div.scrollable {
    overflow: visible;
  }
  div.scrollable[style] {
    height: auto !important;
  }
}
.disabled {
  color: #909090;
}
.disabled a {
  color: #909090;
}
.full-width {
  width: 100%;
}
.flexbox-container {
  display: flex;
}
.flexbox-container > div.column-25,
.flexbox-container > div.column-33,
.flexbox-container > div.column-50,
.flexbox-container > div.column-75,
.flexbox-container > div.column-100 {
  overflow: visible;
  float: none;
}
.flex-column {
  flex-direction: column;
}
.flex1 {
  flex: 1 0 auto;
}
.flex1.basis0 {
  flex-basis: 0;
}
.flex-rest {
  flex: 1 1 auto;
}
.flex-centered {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.flex-vertical-centered {
  align-items: center;
}
.centered-text {
  text-align: center;
}
.cm-select-placeholder {
  flex: 1;
}
.top {
  vertical-align: top;
}
.clickable {
  cursor: hand;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.gmt-scrollable {
  overflow: auto;
}
.gmt-scrollable::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.gmt-scrollable::-webkit-scrollbar-track {
  background: #eeeeee;
}
.gmt-scrollable::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  border-radius: 10px;
}
.gmt-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #909090;
}
.txt--blue {
  color: #1a427b !important;
}
.txt--muted {
  color: #909090 !important;
}
.module-wrapper {
  height: 100%;
}
.d-none {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.8.2014, 10:09:28
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
table.layout {
  width: 100%;
}
table.layout td.column-33 {
  width: 33%;
  padding: 0;
  border-width: 0;
  vertical-align: top;
}
table.layout td.column-50 {
  width: 50%;
  padding: 0;
  border-width: 0;
  vertical-align: top;
}
.blue .icon-count > i {
  color: #0096dc;
}
.icon-count {
  display: inline-block;
  width: 26px;
  text-align: center;
  position: relative;
  font-size: 1.1em;
}
.icon-count .number {
  display: block;
  position: absolute;
  width: 26px;
  text-align: center;
  line-height: 26px;
}
.icon-count > i {
  color: #dcdcdc;
  font-size: 1.1em;
}
.icon-count > i.fa-square-o {
  font-size: 2.3em;
}
table:not(.layout):not(.picker__table) {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
table:not(.layout):not(.picker__table) tbody:not(.hover) tr:hover {
  background-color: #fbfbdb;
}
table:not(.layout):not(.picker__table) tbody.hover:hover {
  background-color: #fbfbdb;
}
table:not(.layout):not(.picker__table) tbody tr.not-hover:hover {
  background-color: initial;
}
table:not(.layout):not(.picker__table) tbody td.cell-max-height {
  height: 100%;
}
table:not(.layout):not(.picker__table) tbody td.clickable {
  font-weight: bold;
  cursor: pointer;
}
table:not(.layout):not(.picker__table) tbody tr.disabled {
  color: #909090;
}
table:not(.layout):not(.picker__table) thead.sticky tr td,
table:not(.layout):not(.picker__table) thead.sticky tr th {
  border: none;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: inset -1px 0 0 #dddddd;
}
table:not(.layout):not(.picker__table) thead.sticky tr td:last-child,
table:not(.layout):not(.picker__table) thead.sticky tr th:last-child {
  box-shadow: none;
}
table:not(.layout):not(.picker__table) thead.sticky tr:nth-of-type(2) td,
table:not(.layout):not(.picker__table) thead.sticky tr:nth-of-type(2) th {
  top: 35px;
  box-shadow: inset -1px 0 0 #dddddd, inset 0 1px 0 #dddddd;
}
table:not(.layout):not(.picker__table) thead.sticky tr:nth-of-type(2) td:last-child,
table:not(.layout):not(.picker__table) thead.sticky tr:nth-of-type(2) th:last-child {
  box-shadow: inset 0 1px 0 #dddddd;
}
table:not(.layout):not(.picker__table) thead td,
table:not(.layout):not(.picker__table) thead th {
  background-color: #f2f2f2;
  text-align: center;
}
table:not(.layout):not(.picker__table) thead td a.sortBy,
table:not(.layout):not(.picker__table) thead th a.sortBy {
  cursor: pointer;
  color: #1a427b;
}
table:not(.layout):not(.picker__table) thead td a.sortBy.selected,
table:not(.layout):not(.picker__table) thead th a.sortBy.selected {
  color: #0096dc;
}
table:not(.layout):not(.picker__table) tfoot td,
table:not(.layout):not(.picker__table) tfoot th {
  border-top: 1px solid #dddddd;
}
table:not(.layout):not(.picker__table) th {
  color: #1a427b;
  text-transform: uppercase;
  font-weight: normal;
}
table:not(.layout):not(.picker__table) th a.sortBy {
  cursor: pointer;
  color: #1a427b;
}
table:not(.layout):not(.picker__table) th a.sortBy.selected {
  color: #0096dc;
}
table:not(.layout):not(.picker__table) th.low {
  padding: 5px;
  text-align: center;
}
table:not(.layout):not(.picker__table) th.nowrap {
  white-space: nowrap;
}
table:not(.layout):not(.picker__table) th.column-8 {
  width: 8%;
}
table:not(.layout):not(.picker__table) td,
table:not(.layout):not(.picker__table) th {
  position: relative;
  padding: 10px 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table:not(.layout):not(.picker__table) td.min,
table:not(.layout):not(.picker__table) th.min {
  width: 1%;
  white-space: nowrap;
}
table:not(.layout):not(.picker__table) td:first-child,
table:not(.layout):not(.picker__table) th:first-child {
  border-left-width: 0;
}
table:not(.layout):not(.picker__table) td:last-child,
table:not(.layout):not(.picker__table) th:last-child {
  border-right-width: 0;
}
table:not(.layout):not(.picker__table) td.content-loading,
table:not(.layout):not(.picker__table) th.content-loading {
  min-width: 0;
  min-height: 0;
}
table:not(.layout):not(.picker__table) td.content-loading .loading-spinner,
table:not(.layout):not(.picker__table) th.content-loading .loading-spinner {
  margin: 0;
}
table:not(.layout):not(.picker__table) td.content-loading .loading-spinner i,
table:not(.layout):not(.picker__table) th.content-loading .loading-spinner i {
  font-size: 1em;
}
table:not(.layout):not(.picker__table) td.number,
table:not(.layout):not(.picker__table) th.number {
  text-align: right;
}
.table-top-container {
  display: flex;
  margin: 16px 0px;
  justify-content: space-between;
  position: relative;
}
.table-top-container > div.column-25,
.table-top-container > div.column-33,
.table-top-container > div.column-50,
.table-top-container > div.column-75,
.table-top-container > div.column-100 {
  overflow: visible;
  float: none;
}
.table-top-container .page-count-select {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
.table-top-container .page-count-select > div.column-25,
.table-top-container .page-count-select > div.column-33,
.table-top-container .page-count-select > div.column-50,
.table-top-container .page-count-select > div.column-75,
.table-top-container .page-count-select > div.column-100 {
  overflow: visible;
  float: none;
}
.table-top-container .page-count-select > span {
  height: 25px;
  line-height: 25px;
  padding-right: 5px;
}
.table {
  width: 100%;
  height: 100%;
  display: table;
}
.table .action-cell {
  display: table-cell;
  position: absolute;
  padding: 10px 0;
  margin-left: -40px;
  width: 40px;
}
.table .row {
  display: table-row;
}
.table .cell {
  display: table-cell;
  color: black;
  position: relative;
  vertical-align: middle;
  height: 45px;
}
.table .cell.cell-max-height {
  height: 100%;
}
.table .cell.min {
  width: 1%;
  white-space: nowrap;
}
.table .cell:not(.fill) {
  padding: 10px 10px;
}
.table .cell:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.table .cell.number {
  text-align: right;
}
.table .cell.content-loading {
  min-width: 0;
  min-height: 0;
}
.table .cell.content-loading .loading-spinner {
  margin: 0;
}
.table .cell.content-loading .loading-spinner i {
  font-size: 1em;
}
.table .cell.disabled,
.table .cell.disabled a,
.table .cell.disabled span,
.table .cell .disabled,
.table .cell .disabled span,
.table .cell .disabled a {
  color: #909090;
}
.table .row-group {
  display: table-row-group;
}
.table .row-group:not(.hover) .row:hover,
.table .row-group.hover:hover,
.table .row-group.hover.hovered {
  background-color: #fbfbdb;
}
.table .row-group:not(.hover) .row:hover a.cell,
.table .row-group.hover:hover a.cell,
.table .row-group.hover.hovered a.cell {
  color: #0096dc;
}
.table .row-group:not(.hover) .row:hover a.cell:hover,
.table .row-group.hover:hover a.cell:hover,
.table .row-group.hover.hovered a.cell:hover {
  color: #3d3d3d;
}
.table .head-group {
  display: table-header-group;
}
.table .head-group.sticky .cell {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table .head-group .cell {
  background-color: #f2f2f2;
  text-align: center;
  color: #1a427b;
  text-transform: uppercase;
  font-weight: normal;
}
.table .head-group .cell a.sortBy {
  cursor: pointer;
  color: #1a427b;
  white-space: nowrap;
}
.table .head-group .cell a.sortBy.selected {
  color: #0096dc;
}
.fill-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.fill-content .content-wrap {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.fill-content .content-wrap .number {
  flex: 1;
  text-align: right;
}
.cell--flex__container {
  display: flex;
  flex-direction: row;
}
.cell--flex__container__main {
  flex: 2 1 auto;
  align-self: center;
}
.cell--flex__container_side {
  flex: 1 0 auto;
  text-align: right;
  align-self: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
 */
/*
Created on : 25.8.2014, 11:01:38
Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
 */
.login-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.login-background {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s linear;
}
.login-background.with-image {
  background-image: url('background.a7e88fd9f03746f79a36.jpg');
}
.login {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 500px;
  color: #187ab9;
}
.login-group {
  position: relative;
  text-align: center;
}
.login-form {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.login-help {
  float: right;
}
.login-input[type=text],
.login-input[type=password] {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  -webkit-appearance: none;
  display: block;
  background: transparent;
  width: 100% !important;
  border: none !important;
  border-radius: 0;
  color: #187ab9;
  box-shadow: none;
}
.login-input[type=text]:focus,
.login-input[type=password]:focus {
  background: transparent;
  outline: none;
}
.login-input[type=text]::-moz-placeholder,
.login-input[type=password]::-moz-placeholder {
  color: #187ab9;
}
.login-input[type=text]::placeholder,
.login-input[type=password]::placeholder {
  color: #187ab9;
}
.login-input[type=text]:-ms-input-placeholder,
.login-input[type=password]:-ms-input-placeholder {
  color: #187ab9;
}
.login-input[type=text]::-ms-input-placeholder,
.login-input[type=password]::-ms-input-placeholder {
  color: #187ab9;
}
.login-input[type=text]:-webkit-autofill,
.login-input[type=password]:-webkit-autofill,
.login-input[type=text]:-webkit-autofill:hover,
.login-input[type=password]:-webkit-autofill:hover,
.login-input[type=text]:-webkit-autofill:focus,
.login-input[type=password]:-webkit-autofill:focus,
.login-input[type=text]:-webkit-autofill:active,
.login-input[type=password]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #187ab9 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
}
.login-input[type=text]:-moz-placeholder,
.login-input[type=password]:-moz-placeholder,
.login-input[type=text]:focus,
.login-input[type=password]:focus,
.login-input[type=text]:invalid,
.login-input[type=password]:invalid {
  box-shadow: none !important;
}
.login-bar:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  pointer-events: none;
  background-color: #187ab9;
}
.login-bar:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  pointer-events: none;
  background-color: #187ab9;
}
.login-bar.focus:after {
  transform: scaleX(1);
}
.login-button {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 12px;
  width: 250px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #187ab9;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-button:focus,
.login-button:hover {
  outline: 0;
  background-color: #1d92de;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
.login-button::-moz-focus-inner {
  border: 0;
}
.login-button:disabled {
  cursor: default;
  background-color: rgba(24, 122, 185, 0.5);
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
a:hover,
a:focus {
  color: #22abff;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.8.2014, 11:02:55
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
#menu {
  z-index: 100;
  position: relative;
  background-color: #1a427b;
  color: #ffffff;
  flex: 0 0 150px;
}
#menu.collapsed {
  flex: 0 0 50px;
}
#menu .sections > ul > li {
  background: #1a427b;
  display: inline-block;
  width: 100%;
}
#menu .sections > ul > li .section-label {
  display: inline-block;
}
#menu .sections > ul > li > a {
  width: 100%;
  height: 36px;
  align-items: center;
  display: inline-flex;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
#menu .sections > ul > li > a i {
  min-width: 50px;
}
#menu .sections > ul > li > a i.fa-angle-down {
  display: none;
}
#menu .sections > ul > li > a i.fa-angle-down:before {
  color: white;
}
#menu .sections > ul > li > a i:before {
  display: block;
  text-align: center;
}
#menu .sections > ul > li ul.collapsed {
  padding-left: 0px;
}
#menu .sections > ul > li ul {
  padding-left: 4px;
}
#menu .sections > ul > li ul li > a {
  text-transform: none;
}
#menu .sections > ul > li:hover > a,
#menu .sections > ul > li.active > a,
#menu .sections > ul > li.submenu-active > a {
  color: #FFFFFF !important;
}
#menu .sections > ul > li:hover > a i:before,
#menu .sections > ul > li.active > a i:before,
#menu .sections > ul > li.submenu-active > a i:before {
  color: #FFFFFF !important;
}
#menu .sections > ul > li.collapsed {
  width: auto;
}
#menu .menu-item.collapsed .section-label {
  display: none;
}
#menu .logo {
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  display: flex;
}
#menu .logo a {
  color: #FFFFFF;
}
#menu .logo .menu-indicator {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
}
#menu .logo .menu-indicator i {
  width: 50px;
}
#menu .logo .menu-indicator i:before {
  display: block;
  text-align: center;
}
#menu .cm-app-switcher-wrap {
  clear: both;
  position: absolute;
  bottom: 35px;
  height: 36px;
  width: 50px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px;
  cursor: pointer;
  border-radius: 2px;
}
#menu .cm-app-switcher .app-circle {
  position: absolute;
  top: 9px;
  background: #1a427b;
  width: 16px;
  height: 16px;
  border-color: #57bdf1;
  border-style: solid;
  border-width: 4px;
  border-radius: 100%;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#menu .cm-app-switcher .app-circle.first {
  margin-left: 12px;
  z-index: 100;
}
#menu .cm-app-switcher .app-circle.second {
  margin-left: 22px;
  z-index: 99;
}
#menu .cm-app-switcher.active .first {
  margin-left: 9px;
}
#menu .cm-app-switcher.active .second {
  margin-left: 25px;
}
#menu .cm-app-switcher-menu {
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  width: 170px;
  background: #FFFFFF;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 8px 0px;
}
#menu .cm-app-switcher-menu .application {
  color: #000000;
  display: block;
  line-height: 30px;
  font-size: 10px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  text-decoration: none;
}
#menu .cm-app-switcher-menu .application:hover {
  background-color: #fbfbdb;
}
#menu .cm-app-switcher-menu .application img {
  vertical-align: middle;
}
#menu .cm-app-switcher-menu .application img.logo-image {
  height: 27px;
}
#menu .cm-app-switcher-menu .application img.logo-text {
  height: 13px;
}
#menu .cm-app-switcher-menu .application img.logo-settings-image {
  height: 23px;
}
#menu .cm-app-switcher-menu .application img.logo-settings-text {
  height: 16px;
}
#menu .cm-app-switcher-menu .application span {
  margin-left: 28px;
}
#menu .cm-app-switcher-menu .application i {
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: 7px;
}
#menu .cm-app-switcher-menu .application i.app-circle-menu {
  position: relative;
  min-width: 10px;
  height: 12px;
  display: inline-block;
}
#menu .cm-app-switcher-menu .application i.app-circle-menu:before {
  content: '';
  display: block;
  top: 9px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px;
  border-radius: 100%;
}
body.mod-symap #menu .sections > ul > li > a i:before {
  color: #57bdf1;
}
body.mod-dimap #menu .sections > ul > li > a i:before {
  color: #ff8700;
}
body.mod-pk #menu .sections > ul > li > a i:before {
  color: #00c814;
}
body.mod-settings #menu .sections > ul > li > a i:before {
  color: #939493;
}
body.mod-dashboard #menu .sections > ul > li > a i:before {
  color: #57bdf1;
}
body.mod-vfze #menu .sections > ul > li > a i:before {
  color: #57bdf1;
}
body.mod-doss #menu .sections > ul > li > a i:before {
  color: #57bdf1;
}
body.mod-symap #menu .sections > ul > li:hover > a,
body.mod-symap #menu .sections > ul > li.active > a,
body.mod-symap #menu .sections > ul > li.submenu-active > a {
  background-color: #57bdf1;
}
body.mod-dimap #menu .sections > ul > li:hover > a,
body.mod-dimap #menu .sections > ul > li.active > a,
body.mod-dimap #menu .sections > ul > li.submenu-active > a {
  background-color: #ff8700;
}
body.mod-pk #menu .sections > ul > li:hover > a,
body.mod-pk #menu .sections > ul > li.active > a,
body.mod-pk #menu .sections > ul > li.submenu-active > a {
  background-color: #00c814;
}
body.mod-settings #menu .sections > ul > li:hover > a,
body.mod-settings #menu .sections > ul > li.active > a,
body.mod-settings #menu .sections > ul > li.submenu-active > a {
  background-color: #939493;
}
body.mod-dashboard #menu .sections > ul > li:hover > a,
body.mod-dashboard #menu .sections > ul > li.active > a,
body.mod-dashboard #menu .sections > ul > li.submenu-active > a {
  background-color: #57bdf1;
}
body.mod-vfze #menu .sections > ul > li:hover > a,
body.mod-vfze #menu .sections > ul > li.active > a,
body.mod-vfze #menu .sections > ul > li.submenu-active > a {
  background-color: #57bdf1;
}
body.mod-landing #menu .sections > ul > li:hover > a,
body.mod-landing #menu .sections > ul > li.active > a,
body.mod-landing #menu .sections > ul > li.submenu-active > a {
  background-color: #57bdf1;
}
body.mod-sv #menu .sections > ul > li:hover > a,
body.mod-sv #menu .sections > ul > li.active > a,
body.mod-sv #menu .sections > ul > li.submenu-active > a {
  background-color: #57bdf1;
}
body.mod-doss #menu .sections > ul > li:hover > a,
body.mod-doss #menu .sections > ul > li.active > a,
body.mod-doss #menu .sections > ul > li.submenu-active > a {
  background-color: #57bdf1;
}
body.mod-dimap #menu {
  flex: 0 0 230px;
}
body.mod-dimap #menu.collapsed {
  flex: 0 0 50px;
}
body.mod-landing #menu {
  flex: 0 0 200px;
}
body.mod-landing #menu.collapsed {
  flex: 0 0 50px;
}
body.mod-dashboard #menu {
  flex: 0 0 200px;
}
body.mod-dashboard #menu.collapsed {
  flex: 0 0 50px;
}
body.mod-doss #menu {
  flex: 0 0 180px;
}
body.mod-doss #menu.collapsed {
  flex: 0 0 50px;
}
@media print {
  div#menu {
    display: none;
  }
}
/*
    Created on : 25.8.2014, 11:29:52
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content-wrap {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  flex-direction: column;
}
div#content {
  flex: 1 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
}
div#content > *:not(.cm-help-page) {
  flex: 1 0 auto;
}
div#content i.cuzk,
div#content span.cuzk {
  padding-left: 16px;
  line-height: 16px;
  background-image: url('cuzk.4342ae029101890ad9a4.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
div#content i.cuzk.small,
div#content span.cuzk.small {
  background-size: 12px 12px;
  padding-left: 12px;
  background-position-y: 1px;
}
div#content .actions {
  flex-grow: 1;
  margin-bottom: 10px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
div#content .actions.fn {
  float: none;
}
div#content .actions.fn,
div#content .actions.fl {
  text-align: left;
}
div#content .actions.fn a,
div#content .actions.fl a {
  margin-left: 0px;
  margin-right: 30px;
}
div#content .actions.fr {
  float: right;
}
div#content .actions a {
  text-transform: uppercase;
  margin-left: 30px;
  white-space: nowrap;
}
div#content .actions a i:not(.fa-stack-1x) {
  margin-right: 10px;
  vertical-align: baseline;
}
div#content .content-menu {
  border-right: 1px solid #dddddd;
  padding-right: 20px;
  min-width: 145px;
}
div#content .content-menu > * {
  padding: 10px;
  text-transform: uppercase;
}
div#content .content-menu > *:not(.cancelled) {
  color: #0096dc;
}
div#content .content-menu > *:not(.cancelled):not(.active) {
  cursor: pointer;
}
div#content .content-menu > *:not(:first-child) {
  border-top: 1px solid #dddddd;
}
div#content .content-menu > *:hover:not(.cancelled),
div#content .content-menu > *.active {
  background-color: #0096dc;
  color: #fffefe;
}
div#content .content-menu + * {
  padding-left: 19px;
  width: 100%;
}
@media print {
  div#content {
    border-left: none;
    padding: 0;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.8.2014, 11:35:20
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
@keyframes blinker {
  50% {
    color: #aaa;
  }
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
div#top-bar:not(.big-bar) {
  flex: 1 0 auto;
  max-height: 40px;
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  position: relative;
}
div#top-bar:not(.big-bar).test {
  background-color: #ffccba;
}
div#top-bar:not(.big-bar) .blink-me {
  animation: blinker 2s linear infinite;
}
div#top-bar:not(.big-bar) a {
  line-height: normal;
}
div#top-bar:not(.big-bar) a.content-loading .fa:before {
  content: '';
}
div#top-bar:not(.big-bar) a.content-loading > div.loading-spinner {
  margin-left: 0;
}
div#top-bar:not(.big-bar) > div:not(.select-project) {
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
div#top-bar:not(.big-bar) > div:not(.select-project).logo {
  padding: 0;
}
div#top-bar:not(.big-bar) .logo {
  float: left;
  position: relative;
}
div#top-bar:not(.big-bar) .logo .image-container {
  float: right;
  display: block;
  padding: 5px 5px;
  text-align: left;
  width: 200px;
  height: 40px;
}
div#top-bar:not(.big-bar) .logo .image-container img {
  height: 18px;
}
div#top-bar:not(.big-bar) .logo a {
  color: #3d3d3d;
}
div#top-bar:not(.big-bar) .logo a:hover {
  color: #0096dc;
}
div#top-bar:not(.big-bar) .logo .menu-indicator {
  display: inline-block;
  line-height: 40px;
  font-weight: normal;
  font-size: 20px;
  vertical-align: middle;
}
div#top-bar:not(.big-bar) .logo .menu-indicator i {
  width: 50px;
}
div#top-bar:not(.big-bar) .logo .menu-indicator i:before {
  display: block;
  text-align: center;
}
div#top-bar:not(.big-bar) .right {
  float: right;
}
div#top-bar:not(.big-bar) .right i.fa-bell,
div#top-bar:not(.big-bar) .right i.fa-cog {
  font-size: 16px;
}
div#top-bar:not(.big-bar) .right i.fa-user {
  margin-right: 5px;
}
div#top-bar:not(.big-bar) .right.count-with-warning span.number-plate {
  float: right;
  display: block;
  border-radius: 3px;
  color: #fff;
  padding: 0 5px;
  margin-left: -7px;
  margin-top: 2px;
  line-height: 19px;
  font-size: 0.9em;
}
div#top-bar:not(.big-bar) .right.count-with-warning span.number-plate.green {
  background-color: #17930d;
}
div#top-bar:not(.big-bar) .right.count-with-warning span.number-plate.red {
  background-color: #dc0000;
}
div#top-bar:not(.big-bar) .right.count-with-warning span.number-plate.blue {
  background-color: #0096dc;
}
div#top-bar:not(.big-bar) .right.add-project,
div#top-bar:not(.big-bar) .right.remove-project,
div#top-bar:not(.big-bar) .right.edit-project {
  border-left-width: 0;
  padding-right: 0;
}
div#top-bar:not(.big-bar) .right.add-project {
  padding-left: 8px;
}
div#top-bar:not(.big-bar) .right.edit-project,
div#top-bar:not(.big-bar) .right.remove-project {
  padding-left: 5px;
}
div#top-bar:not(.big-bar) .left {
  float: left;
}
div#top-bar:not(.big-bar) .left.search {
  display: none;
}
div#top-bar:not(.big-bar) .left.search input {
  padding-right: 25px;
  width: 200px;
}
div#top-bar:not(.big-bar) .left.search i.fa-search {
  margin-left: -20px;
}
div#top-bar:not(.big-bar) .left.project-name {
  display: none;
  min-width: 170px;
  color: #1a427b;
  font-weight: bold;
}
div#top-bar.big-bar {
  flex: 1 0 auto;
  max-height: 80px;
  height: 80px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
div#top-bar.big-bar.test {
  background-color: #ffccba;
}
div#top-bar.big-bar .blink-me {
  animation: blinker 2s linear infinite;
}
div#top-bar.big-bar a {
  line-height: normal;
}
div#top-bar.big-bar a.content-loading .fa:before {
  content: '';
}
div#top-bar.big-bar a.content-loading > div.loading-spinner {
  margin-left: 0;
}
div#top-bar.big-bar .top-bar-container {
  line-height: 80px;
  height: 80px;
}
div#top-bar.big-bar .top-bar-container.top-bar-container__main {
  line-height: 20px;
  max-width: 350px;
  display: flex;
  align-items: center;
}
div#top-bar.big-bar .top-bar-container.top-bar-container__main span {
  white-space: nowrap;
}
@media (min-width: 1500px) {
  div#top-bar.big-bar .top-bar-container.top-bar-container__main {
    max-width: 420px;
  }
}
@media (min-width: 1600px) {
  div#top-bar.big-bar .top-bar-container.top-bar-container__main {
    max-width: 520px;
  }
}
@media (min-width: 1700px) {
  div#top-bar.big-bar .top-bar-container.top-bar-container__main {
    max-width: 660px;
  }
}
@media (min-width: 1800px) {
  div#top-bar.big-bar .top-bar-container.top-bar-container__main {
    max-width: 750px;
  }
}
@media (min-width: 1900px) {
  div#top-bar.big-bar .top-bar-container.top-bar-container__main {
    max-width: 840px;
  }
}
@media (min-width: 2000px) {
  div#top-bar.big-bar .top-bar-container.top-bar-container__main {
    max-width: 1000px;
  }
}
div#top-bar.big-bar .top-bar-container-padding {
  padding-left: 10px;
  padding-right: 10px;
}
div#top-bar.big-bar .right {
  float: right;
}
div#top-bar.big-bar .left {
  float: left;
}
div#top-bar.big-bar .logo {
  padding-right: 10px;
}
div#top-bar.big-bar .logo img {
  height: 70px;
  padding-top: 15px;
}
div#top-bar.big-bar .header {
  padding-top: 15px;
  padding-right: 10px;
  line-height: normal;
}
div#top-bar.big-bar .header.without-breadcrumbs {
  padding-top: 25px;
}
div#top-bar.big-bar .header .header-title {
  color: #0096dc;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
div#top-bar.big-bar .header a {
  text-decoration: underline;
}
div#top-bar.big-bar .menu-indicator {
  display: inline-block;
  line-height: 40px;
  font-weight: normal;
  font-size: 20px;
  vertical-align: middle;
}
div#top-bar.big-bar .menu-indicator i {
  width: 50px;
}
div#top-bar.big-bar .menu-indicator i:before {
  display: block;
  text-align: center;
}
div#top-bar.big-bar .count-with-warning {
  padding: 20px 10px;
  line-height: 40px;
  height: 40px;
}
div#top-bar.big-bar .count-with-warning span.number-plate {
  float: right;
  display: block;
  border-radius: 3px;
  color: #fff;
  padding: 0 5px;
  margin-left: -7px;
  margin-top: 2px;
  line-height: 19px;
  font-size: 0.9em;
}
div#top-bar.big-bar .count-with-warning span.number-plate.green {
  background-color: #17930d;
}
div#top-bar.big-bar .count-with-warning span.number-plate.red {
  background-color: #dc0000;
}
div#top-bar.big-bar .count-with-warning span.number-plate.blue {
  background-color: #0096dc;
}
@media print {
  div#top-bar {
    display: none;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.8.2014, 12:29:06
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#bottom-bar {
  clear: both;
  position: absolute;
  z-index: 11;
  bottom: 0px;
  width: 100%;
}
div#bottom-bar .copy {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #dcdcdc;
  width: 100%;
}
div#bottom-bar .versions {
  font-size: 10px;
}
div#bottom-bar .versions a {
  color: #1a427b;
}
@media print {
  div#bottom-bar {
    display: none;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.8.2014, 13:42:15
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content #map-content {
  overflow: hidden;
  position: relative;
}
div#content .group-title {
  cursor: pointer;
}
div#content .switch {
  cursor: pointer;
}
div#content .switch .selector {
  display: inline-block;
  width: 25px;
}
div#content .switch .selector .indicator {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
}
div#content #layer-tooltip {
  z-index: 50;
  display: block;
  height: 26px;
  width: 0px;
  position: absolute;
}
div#content #layer-tooltip .tooltip {
  z-index: 50;
  min-width: 50px;
  white-space: nowrap;
}
div#content .map-layer-selector {
  border-right: 1px solid #f1f1f1;
  float: left;
  width: 250px;
  height: 100%;
}
div#content .map-layer-selector h1 {
  padding: 10px;
}
div#content .map-layer-selector .toggle-layer-selector {
  float: right;
  margin: 15px 0 15px 0;
  padding: 2px 7px 2px 7px;
  font-size: 1.3em;
  line-height: 1.3em;
  border-radius: 0px 0 0 0px;
}
div#content .map-layer-selector .group {
  border-top: 1px solid #f1f1f1;
  margin: 6px 0;
  padding: 20px 0px;
}
div#content .map-layer-selector .group .group-title {
  position: absolute;
  margin: -30px 0 15px 15px;
  text-transform: uppercase;
  color: #c0c0c0;
  background-color: #fff;
  display: block;
  padding: 0 5px;
}
div#content .map-layer-selector div#ls-search a.fa-times {
  position: absolute;
  margin-top: 7px;
  right: 27px;
  color: #000;
}
div#content .map-layer-selector div#ls-search input {
  width: 100%;
  padding-right: 45px;
  border-radius: 0;
}
div#content .map-layer-selector div#ls-search ul.results {
  margin-top: 7px;
}
div#content .map-layer-selector div#ls-search ul.results li div {
  padding: 4px 15px;
  display: block;
}
div#content .map-layer-selector div#ls-search ul.results li div:hover {
  background-color: #fbfbdb;
  color: #0096dc;
  cursor: pointer;
}
div#content .map-layer-selector div#ls-search div.count {
  text-align: center;
}
div#content .map-layer-selector div#ls-search div.switch-wrapper div.gmt-switch {
  margin: 7px 0;
}
div#content .map-layer-selector div#ls-search div.switch-wrapper div.gmt-switch ul {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: visible;
}
div#content .map-layer-selector div#ls-search div.load-next {
  text-align: right;
  padding: 5px 20px 0 0;
}
div#content .map-layer-selector #ls-selector {
  display: block;
  position: relative;
}
div#content .map-layer-selector #ls-selector .switch {
  margin: 0;
  padding: 4px 15px;
}
div#content .map-layer-selector #ls-selector .switch:hover {
  background-color: #fbfbdb;
  color: #0096dc;
  cursor: pointer;
}
div#content .map-layer-selector #ls-selector .switch .selector {
  position: absolute;
  top: 5px;
}
div#content .map-layer-selector #ls-selector .switch .selector span.fa.fa-plus {
  margin-left: 2px;
  margin-top: 2px;
  color: #ddd;
}
div#content .map-layer-selector #ls-selector li span.img {
  display: inline-block;
}
div#content .map-layer-selector #ls-selector li span.title {
  display: inline-block;
  margin-left: 25px;
}
div#content .map-layer-selector.collapsed {
  width: 40px;
}
div#content #map-window {
  height: 0px;
  margin-left: 250px;
  overflow: hidden;
}
div#content #map-window #main-map .button-state {
  text-align: center;
}
div#content #map-window #main-map .button-state span {
  display: inline;
  vertical-align: middle;
  line-height: normal;
}
div#content #map-window #main-map .map-home-icon {
  font-size: 1.35em;
  color: #464646;
}
div#content #map-window #main-map .cuzk.grayscale {
  background-image: url('cuzk-grayscale.5ebce94ad6d4b3b9985b.png');
}
div#content #map-window .leaflet-container {
  background: #fff;
}
div#content #map-window .leaflet-bar a,
div#content #map-window .leaflet-bar button {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
div#content #map-window .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}
div#content #map-window .leaflet-control-zoom-in,
div#content #map-window .leaflet-control-zoom-out {
  font-size: 18px;
}
div#content #map-window .leaflet-bar a:first-child,
div#content #map-window .leaflet-bar button:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
div#content #map-window .leaflet-bar a:last-child,
div#content #map-window .leaflet-bar button:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
div#content #map-window .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}
div#content .selector-collapsed .group-title,
div#content .selector-collapsed .title,
div#content .selector-collapsed .group-collapsed,
div#content .selector-collapsed #ls-header,
div#content .selector-collapsed #ls-search {
  display: none !important;
}
div#content .selector-collapsed .map-layer-selector {
  width: 45px;
}
div#content .selector-collapsed #map-window {
  margin-left: 45px;
}
div#content .selector-collapsed .switch {
  height: 23px;
}
div#content .selector-collapsed .group {
  padding: 5px 0 0;
  margin: 0 0 5px;
}
@media print {
  div#content .map-layer-selector {
    display: none;
  }
  div#content #map-window {
    margin: 0;
  }
  div#content #map-window .leaflet-container {
    background: none;
  }
  div#content .leaflet-control-container {
    display: none;
  }
  div#content .leaflet-control-container a {
    text-decoration: none;
  }
}
.cm-map-infobox {
  display: flex;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
  max-width: 450px;
  min-width: 200px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 10;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
.cm-map-infobox label {
  width: 120px !important;
}
.cm-map-infobox .centered {
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
}
.cm-map-infobox .centered .centered-text {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-map-infobox .centered p {
  margin: 0;
}
.cm-map-infobox .content-layers {
  margin-right: 5px;
}
.cm-map-infobox .content-layers .layer-item {
  display: flex;
  flex-direction: column;
}
.cm-map-infobox .content-layers .layer-item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: solid rgba(144, 144, 144, 0.7) 1px;
}
.cm-map-infobox .content {
  width: 100%;
  padding: 6px 12px;
}
.cm-map-infobox .popup-close-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0px;
  margin: 10px 15px 0 0;
  line-height: 20px;
  border: none;
  text-align: center;
  font-size: 20px;
  color: #0096dc;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.cm-map-infobox .popup-close-button:hover {
  color: #1a427b;
}
.cm-map-infobox .tools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cm-map-infobox .tools ul li {
  cursor: pointer;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  vertical-align: top;
  width: 2.5rem;
}
.cm-map-infobox .tools ul li:hover,
.cm-map-infobox .tools ul li.active {
  color: #57bdf1;
}
.cm-map-infobox .tools .content {
  padding: 5px;
}
.tools.leaflet-bar button:first-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}
.tools.leaflet-bar button:last-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tools.leaflet-bar button,
.tools.leaflet-bar button:hover {
  border-bottom: none;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
div#content #map-window .tools.leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
div#content #map-window .tools.leaflet-bar button:hover,
div#content #map-window .tools.leaflet-bar button i.fa.active {
  color: #57bdf1;
}
div#content #map-window .tools.leaflet-bar button i.cuzk,
div#content #map-window .tools.leaflet-bar button span.cuzk {
  display: block;
  height: 16px;
  background-position-y: center;
  background-position-x: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26.8.2014, 16:35:51
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.tag {
  cursor: pointer;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 2px 5px;
  background-color: #a3a3a3;
  color: #fff;
}
.tag > div::after {
  padding-left: 12px;
  font-family: FontAwesome;
  content: "\F067";
}
.tag .content-loading {
  display: inline-block;
}
.tag.active {
  background-color: #28a745;
}
.tag.active > div::after {
  content: "\F00D";
}
div#content .list {
  padding: 30px;
}
div#content .list fieldset,
div.modal-content .list fieldset {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
div#content .list fieldset .filter-items,
div.modal-content .list fieldset .filter-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
div#content .list fieldset .filter-items > *,
div.modal-content .list fieldset .filter-items > * {
  margin-bottom: 10px;
}
div#content .list fieldset .filter-items > *:not(:last-child),
div.modal-content .list fieldset .filter-items > *:not(:last-child) {
  margin-right: 15px;
}
div#content .list fieldset .filter-items .fulltext,
div.modal-content .list fieldset .filter-items .fulltext {
  font-size: 15px;
  width: 500px;
}
div#content .list fieldset .filter-submit,
div.modal-content .list fieldset .filter-submit {
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
}
div#content .list .pagination,
div.modal-content .list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
div#content .list .pagination > div,
div.modal-content .list .pagination > div {
  line-height: 25px;
  display: inline-flex;
}
div#content .list .pagination ul,
div.modal-content .list .pagination ul {
  display: inline-block;
  margin: 0 24px;
  height: 25px;
}
div#content .list .pagination ul li,
div.modal-content .list .pagination ul li {
  float: left;
  margin: 0 3px;
  text-align: center;
  line-height: 25px;
  min-width: 30px;
}
div#content .list .pagination ul li a,
div.modal-content .list .pagination ul li a {
  display: block;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
}
div#content .list .pagination ul li i,
div.modal-content .list .pagination ul li i {
  visibility: hidden;
  display: block;
  text-align: center;
  color: #0096dc;
  line-height: 5px;
}
div#content .list .pagination ul li.active a,
div.modal-content .list .pagination ul li.active a {
  background-color: #0096dc;
  border-color: #0096dc;
  color: #fff;
  margin-top: 0px;
}
div#content .list .pagination ul li.active i,
div.modal-content .list .pagination ul li.active i {
  visibility: visible;
}
div#content .list .pagination ul li.fa-ellipsis-h,
div.modal-content .list .pagination ul li.fa-ellipsis-h {
  margin-top: 5px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.8.2014, 13:39:17
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content .home {
  padding: 30px;
  max-width: 100%;
}
/*
    Created on : 28.3.2017, 13:39:17
    Author     : Vojtěch Dubrovský <vojtech.dubrovsky@clevermaps.cz>
*/
div#content .tasks {
  padding: 30px;
}
div#content .tasks .home-actions div {
  padding: 5px 0;
}
div#content .tasks .home-actions a {
  min-width: 300px;
}
div#content .tasks .home-actions a i {
  margin-right: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 1.9.2014, 12:25:44
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.content-loading {
  pointer-events: none;
  min-height: 60px;
  min-width: 60px;
  box-sizing: content-box;
  text-align: center;
}
.content-loading > * {
  opacity: 0.5;
  box-sizing: border-box;
}
.content-loading > .loader {
  order: 1;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}
.content-loading > .loader span.loading-spinner {
  display: inline-block;
}
.content-loading.small-spinner {
  min-height: inherit;
  min-width: 0.9em;
  display: inherit;
}
.content-loading.small-spinner span.loading-spinner {
  border-width: 2px;
  margin: 0;
  height: 9px;
  width: 9px;
  position: relative;
}
.content-loading.small-spinner > .loader {
  width: 9px;
}
.content-loading.button,
.content-loading.button-loading {
  min-height: inherit;
  min-width: 0.9em;
}
.content-loading.button > .loader,
.content-loading.button-loading > .loader {
  float: right;
  margin: 0px 0px 0px 6px;
  width: 9px;
}
.content-loading.button > .loader > span.loading-spinner,
.content-loading.button-loading > .loader > span.loading-spinner {
  border: 2px solid #1a427b;
  border-right-color: transparent;
  margin: 0px;
  height: 9px;
  width: 9px;
  position: relative;
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
span.loading-spinner {
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-name: rotate-forever;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 4px solid #57bdf1;
  border-right-color: #1a427b;
  border-radius: 50%;
  display: none;
  position: absolute;
  margin: 10px 0;
  z-index: 1;
}
/*
    Created on : 25.8.2014, 10:09:28
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.cm-select {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0px;
  cursor: default;
  height: 25px;
  box-sizing: border-box;
  display: inline-block;
  color: #000;
  text-transform: none;
  min-width: 200px;
}
.cm-select .cm-select-inputwrap {
  display: flex;
  height: 100%;
  cursor: pointer;
}
.cm-select a.select-value {
  padding: 0px 10px;
  color: #3d3d3d;
  box-sizing: border-box;
  white-space: nowrap;
  text-transform: none !important;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  text-decoration: none;
}
.cm-select a.select-value.empty:after {
  content: 'nezvoleno';
}
.cm-select .select-carret {
  flex: 0 0 22px;
  margin-right: 3px;
  width: 22px;
  height: 100%;
  line-height: 25px;
  text-align: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
  cursor: pointer;
}
.cm-select .arrow {
  top: 3px;
  margin-left: 0px;
  box-sizing: content-box;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.cm-select .arrow:before,
.cm-select .arrow:after {
  background-color: transparent;
  width: 3px;
  height: 8px;
  display: inline-block;
  position: absolute;
  border-bottom: 10px solid #0096dc;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.cm-select .arrow:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.cm-select .arrow:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.cm-select .arrow.active.arrow {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
}
.cm-select .arrow.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.cm-select .arrow.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.cm-select .selected-count {
  cursor: default;
  margin-left: auto;
  display: none;
  background-color: #17930d;
  border-radius: 3px;
  color: #fff;
  padding: 0px 5px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 18px;
}
.cm-select .selected-count a {
  color: #fff;
}
.cm-select .options-pane {
  /*&.focused {
            z-index: 13;
        }*/
  position: absolute;
  min-width: 305px;
  box-sizing: content-box;
  background-color: white;
  z-index: 12;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
.cm-select .options-pane:not(.multiselect) input[type=checkbox]:not(:checked) + div::after {
  content: "";
}
.cm-select .options-pane input.search-text {
  width: 270px;
  margin: 15px 15px 5px;
  padding-right: 30px;
  float: right;
}
.cm-select .options-pane div.load-next {
  padding: 15px;
  border-top: 1px solid #dddddd;
  text-align: right;
}
.cm-select .options-pane i.fa-search,
.cm-select .options-pane a.fa-times {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin-top: 22px;
  margin-right: 22px;
  color: #000;
}
.cm-select .options-pane div.count {
  padding: 10px 15px;
}
.cm-select .options-pane div.result {
  max-height: 300px;
  display: flex;
}
.cm-select .options-pane ul li:not(:first-child) {
  border-top: 1px solid #dddddd;
}
.cm-select .options-pane ul li.selected {
  background-color: #f2f2f2;
}
.cm-select .options-pane ul li div.item {
  position: relative;
  width: 305px;
  box-sizing: border-box;
  overflow: auto;
}
.cm-select .options-pane ul li div.item:hover {
  background-color: #fbfbdb;
  color: #0096dc;
  cursor: pointer;
}
.cm-select .options-pane ul li div.item input[type=checkbox] + span {
  display: flex;
  flex-grow: 1;
}
.cm-select .options-pane ul li div.item input[type=checkbox] + span:after {
  position: absolute;
  right: 15px;
  top: 7px;
}
.cm-select .cm-select-inputwrap.count-visible .selected-count {
  display: block;
}
.min-width-unset > .cm-select {
  min-width: 0;
}
.cm-select .item {
  display: flex;
  padding: 7px 15px 7px 15px;
}
.cm-select .item > span,
.cm-select .item > gmt-checkbox,
.cm-select .item > gmt-checkbox > span {
  display: flex;
  flex-grow: 1;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26.8.2014, 16:35:51
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.cm-is-dragover div#content.cm-dragzone-active .detail {
  margin: 26px;
  padding: 0px;
  border: #1a427b dashed 4px;
  box-sizing: border-box;
}
div#content .detail {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin: 26px;
  padding: 4px;
}
div#content .detail.basis0 {
  flex-basis: 0;
}
div#content .detail .cadastre-invalid,
div#content .detail .data-ended,
div#content .detail .no-opinion,
div#content .detail .title-blocked {
  color: #B11600;
}
div#content .detail .all-opinions {
  color: #00A300;
}
div#content .detail .case-status {
  padding: 10px 0;
  color: #1a427b;
  font-size: 1.3em;
  font-weight: normal;
}
div#content .detail .case-status span {
  margin-right: 50px;
}
div#content .detail .case-top {
  display: flex;
}
div#content .detail .case-top .subject {
  padding: 0;
}
div#content .detail .case-top .subject > div {
  padding: 20px;
}
div#content .detail .case-top .subject > div:not(:first-child) {
  border-top: 1px solid #dddddd;
}
div#content .detail .case-top .subject > div > legend {
  margin-top: -30px;
  margin-bottom: 20px;
}
div#content .detail .case-top .attachments-flex {
  flex: 0 0 300px;
  margin-left: 20px;
}
div#content .detail div.edit {
  text-align: right;
  text-transform: uppercase;
}
div#content .detail .load-next {
  text-align: right;
  margin-right: 15px;
}
div#content .detail tbody:not(:last-child) tr.current-parcel:last-child td {
  border-bottom: 1px solid #dddddd;
}
div#content .detail tbody:first-child tr th.bordered-top {
  border-top-width: 0px;
}
div#content .detail tbody tr.current-parcel.first td {
  border-top: 1px solid #dddddd;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 8.9.2014, 14:26:07
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.modal-container {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}
.modal {
  max-width: 1000px;
  min-width: 700px;
  height: auto;
  overflow: hidden;
  border-radius: 0px;
  background-color: #fff;
  width: 70%;
  position: relative;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
.modal.modal-no-padding .modal-content .modal-inner-content {
  padding: 0;
}
.modal.modal-no-padding .ps__rail-x,
.modal.modal-no-padding .ps__rail-y {
  display: none;
}
.modal.modal-no-padding .close {
  margin-right: 10px;
}
.modal .close {
  position: absolute;
  right: 0;
  z-index: 1;
  margin: 10px 25px 0 0;
  background-color: #666;
  display: block;
  color: #fff;
  padding: 7px 8px;
  border-radius: 0px;
  font-size: 1.5em;
  cursor: pointer;
}
.modal .modal-content {
  padding: 5px;
}
.modal .modal-content .modal-inner-content {
  padding: 15px 20px;
  /*padding must be added to tooltip orientation calculation*/
}
.modal .modal-content .modal-inner-content h1 {
  text-align: center;
  margin-bottom: 15px;
}
.modal .modal-content .modal-inner-content .modal-description {
  text-align: center;
}
.modal .modal-content > * > .scrollable {
  min-height: 360px;
}
.modal .modal-content .actions {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
.modal .modal-content .actions input,
.modal .modal-content .actions a.button {
  margin: 10px;
}
.modal.adjusted-dialog .modal-content > * > .scrollable,
.modal.unclosable-dialog .modal-content > * > .scrollable {
  min-height: inherit;
}
.modal.higher-modal .modal-content > * > .scrollable {
  min-height: 500px;
}
.modal.wider-modal {
  max-width: 100vw;
}
.modal.case-create-modal {
  max-width: 1000px;
}
.modal.case-create-modal .modal-content > * > .scrollable {
  min-height: 500px;
}
.modal.case-create-modal .modal-content > * > .scrollable .select-obligation {
  text-align: center;
  padding: 20px;
}
.modal.case-create-modal .modal-content > * > .scrollable .select-obligation .cm-select .select-value {
  width: 300px;
}
.modal.case-create-modal .modal-content > * > .scrollable .price-summary {
  background-color: #f2f2f2;
  border-radius: 0px;
  float: right;
  padding: 10px;
  font-weight: bold;
}
.modal.parcel-price-update-modal table input[type=text] {
  width: 70px;
}
.modal.parcel-price-update-modal .parcel-price-selected {
  background-color: #f6f6f6;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29.9.2014, 17:00:36
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.block-label {
  display: inline-block;
  background-color: #a3a3a3;
  padding: 2px 10px;
  line-height: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  box-sizing: content-box;
}
.block-label:hover {
  color: #fff;
}
.block-label .arrow {
  top: 3px;
  margin-left: 16px;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.block-label .arrow:before,
.block-label .arrow:after {
  background-color: transparent;
  width: 3px;
  height: 8px;
  display: inline-block;
  position: absolute;
  border-bottom: 10px solid white;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.block-label .arrow:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.block-label .arrow:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.block-label .arrow.active.arrow {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
}
.block-label .arrow.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.block-label .arrow.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.bottom-corner {
  background-color: #a3a3a3;
  position: absolute;
  width: 5px;
  height: 5px;
  z-index: 0;
}
.block-ellipsis {
  background-color: #fdfdfd;
  color: black;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.arrow {
  width: 11px;
  height: 8px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  left: -10px;
  transition: 0.4s ease;
  margin-top: 2px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}
.arrow:before,
.arrow:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #fff;
  transition: 0.4s ease;
}
.arrow:after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  top: -5px;
  left: 5px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 13.10.2014, 10:35:10
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.tabbed-block,
.switch {
  position: relative;
}
.tabbed-block ul.tabs,
.switch ul.tabs {
  margin-top: -32px;
  right: 20px;
  position: absolute;
  z-index: 9;
}
.tabbed-block ul.tabs,
.switch ul.tabs,
.tabbed-block ul.options,
.switch ul.options {
  overflow: auto;
}
.tabbed-block ul.tabs li,
.switch ul.tabs li,
.tabbed-block ul.options li,
.switch ul.options li {
  float: left;
  border-width: 0px;
  border-color: #0096dc;
  border-style: solid;
  background-color: #fff;
}
.tabbed-block ul.tabs li a,
.switch ul.tabs li a,
.tabbed-block ul.options li a,
.switch ul.options li a {
  color: #0096dc;
  text-transform: uppercase;
  padding: 5px 11px;
  display: block;
}
.tabbed-block ul.tabs li:first-child,
.switch ul.tabs li:first-child,
.tabbed-block ul.options li:first-child,
.switch ul.options li:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tabbed-block ul.tabs li:first-child:not(.active),
.switch ul.tabs li:first-child:not(.active),
.tabbed-block ul.options li:first-child:not(.active),
.switch ul.options li:first-child:not(.active) {
  border-left-width: 1px;
}
.tabbed-block ul.tabs li:first-child:not(.active) a,
.switch ul.tabs li:first-child:not(.active) a,
.tabbed-block ul.options li:first-child:not(.active) a,
.switch ul.options li:first-child:not(.active) a {
  padding-left: 10px;
}
.tabbed-block ul.tabs li:last-child,
.switch ul.tabs li:last-child,
.tabbed-block ul.options li:last-child,
.switch ul.options li:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tabbed-block ul.tabs li:last-child:not(.active),
.switch ul.tabs li:last-child:not(.active),
.tabbed-block ul.options li:last-child:not(.active),
.switch ul.options li:last-child:not(.active) {
  border-right-width: 1px;
}
.tabbed-block ul.tabs li:last-child:not(.active) a,
.switch ul.tabs li:last-child:not(.active) a,
.tabbed-block ul.options li:last-child:not(.active) a,
.switch ul.options li:last-child:not(.active) a {
  padding-right: 10px;
}
.tabbed-block ul.tabs li:hover,
.switch ul.tabs li:hover,
.tabbed-block ul.options li:hover,
.switch ul.options li:hover {
  background-color: #0096dc;
}
.tabbed-block ul.tabs li:hover a,
.switch ul.tabs li:hover a,
.tabbed-block ul.options li:hover a,
.switch ul.options li:hover a {
  color: #fffefe;
}
.tabbed-block ul.tabs li.active,
.switch ul.tabs li.active,
.tabbed-block ul.options li.active,
.switch ul.options li.active {
  background-color: #0096dc;
}
.tabbed-block ul.tabs li.active a,
.switch ul.tabs li.active a,
.tabbed-block ul.options li.active a,
.switch ul.options li.active a {
  color: #fffefe;
}
.tabbed-block ul.tabs li:not(.active),
.switch ul.tabs li:not(.active),
.tabbed-block ul.options li:not(.active),
.switch ul.options li:not(.active) {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.tabbed-block ul.tabs li:not(.active) a,
.switch ul.tabs li:not(.active) a,
.tabbed-block ul.options li:not(.active) a,
.switch ul.options li:not(.active) a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.tabbed-block ul.tabs li:not(.active) + li:not(.active),
.switch ul.tabs li:not(.active) + li:not(.active),
.tabbed-block ul.options li:not(.active) + li:not(.active),
.switch ul.options li:not(.active) + li:not(.active) {
  border-left-width: 1px;
}
.tabbed-block ul.tabs li:not(.active) + li:not(.active) a,
.switch ul.tabs li:not(.active) + li:not(.active) a,
.tabbed-block ul.options li:not(.active) + li:not(.active) a,
.switch ul.options li:not(.active) + li:not(.active) a {
  padding-left: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30.10.2014, 13:39:08
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.statistic .search-text {
  width: 270px;
  padding-right: 30px;
}
.statistic .search-text + .fa-times {
  margin-left: -20px;
}
.statistic .view-button {
  margin-left: 10px;
}
.statistic .scrollable {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.statistic .scrollable .chart {
  display: inline-block;
  padding-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.statistic .scrollable .chart div.title {
  color: #3d3d3d;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  background-color: #e7e7e7;
  white-space: normal;
}
.statistic .scrollable .chart .graph {
  display: inline-block;
}
.statistic .scrollable .chart .graph .interval-selection {
  margin: 20px 0 0px 50px;
}
.statistic .scrollable .chart .description {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0 10px;
}
.statistic .scrollable .chart .description .line {
  color: #a6a6a6;
  padding: 5px 20px;
}
.statistic .scrollable .summary {
  display: inline-block;
  width: 260px;
  padding-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.statistic .scrollable .summary:not(:last-child) {
  margin-right: 20px;
}
.statistic .scrollable .summary div.title {
  color: #3d3d3d;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  background-color: #e7e7e7;
  white-space: normal;
}
.statistic .scrollable .summary div.title a span {
  text-decoration: underline;
}
.statistic .scrollable .summary div.title span {
  display: inline-block;
  max-width: 210px;
  vertical-align: bottom;
}
.statistic .scrollable .summary .graph {
  display: block;
  height: 200px;
  width: 200px;
  margin: 30px auto;
  position: relative;
}
.statistic .scrollable .summary .graph svg {
  transform-origin: 50% 50%;
  transform: rotate(-90deg) scale(1, -1);
}
.statistic .scrollable .summary .graph svg circle {
  stroke-dashoffset: 0;
  stroke: #e7e7e7;
  stroke-width: 12px;
}
.statistic .scrollable .summary .graph svg circle.bar {
  stroke: #3d3d3d;
}
.statistic .scrollable .summary .graph .text-content {
  height: 160px;
  width: 160px;
  margin-top: -80px;
  margin-left: -80px;
  left: 50%;
  top: 66%;
  position: absolute;
  color: #3d3d3d;
}
.statistic .scrollable .summary .graph .text-content .percents {
  display: block;
  font-size: 4em;
  text-align: center;
}
.statistic .scrollable .summary .graph .text-content .percents sup {
  font-size: 50%;
  vertical-align: super;
  position: absolute;
  line-height: 175%;
}
.statistic .scrollable .summary .graph .text-content .description {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.statistic .scrollable .summary .line {
  color: #a6a6a6;
  padding: 5px 20px;
}
.statistic .scrollable .summary .line * {
  display: inline-block;
}
.statistic .scrollable .summary .line .label {
  width: 100px;
}
.statistic .scrollable .summary .line .count-number {
  color: #3d3d3d;
  text-align: right;
  width: 70px;
}
.statistic .scrollable .summary .line .percentage {
  font-style: italic;
}
.statistic .scrollable .summary.total {
  border-color: #0096dc;
}
.statistic .scrollable .summary.total div.title {
  color: #fff;
  background-color: #0096dc;
}
.statistic .scrollable .summary.total .graph svg .bar {
  stroke: #0096dc;
}
.statistic .scrollable .summary.total .graph .text-content {
  color: #0096dc;
}
.statistic .scrollable .summary.total .line {
  color: #0096dc;
}
.statistic .scrollable .summary.total .line .count-number {
  color: #0096dc;
}
.statistic .scrollable .summary.total a:not(:hover) {
  color: #ffffff;
}
.d3-tip {
  background-color: #e7e7e7;
  color: #3d3d3d;
  border-radius: 0px;
  border-width: 0;
  padding: 10px 15px;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26.8.2014, 16:35:51
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content .statistics {
  padding: 30px;
}
div#content .statistics .statistic-line:first-child .statistic-label {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
div#content .statistics .statistic-line:last-child:not(.active) .statistic-detail,
div#content .statistics .statistic-line:last-child:not(.active) .statistic-label {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
div#content .statistics .statistic-line.active + * .statistic-label {
  border-top-width: 0px;
}
div#content .statistics .statistic-line .statistic-label {
  border: 1px solid #dddddd;
  border-bottom-width: 0px;
  display: inline-block;
  padding: 10px;
  min-width: 410px;
  text-transform: uppercase;
  cursor: pointer;
}
div#content .statistics .statistic-line .statistic-label:hover {
  background-color: #fbfbdb;
  color: #0096dc;
}
div#content .statistics .statistic-line .statistic-detail {
  border: 1px solid #dddddd;
  padding: 20px;
  min-height: 90px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div#content .statistics .statistic-line .statistic-detail label {
  cursor: pointer;
}
.stats .nav-item > a.nav-link {
  text-align: center;
  min-width: 140px;
}
.stats .nav {
  justify-content: flex-end;
}
.stats .tabbable-line.tabs-below > .tab-content {
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
  border-top-width: 0;
  padding-bottom: 0;
  background-color: #f2f2f2;
}
.stats .tabbable-line.tabs-below > .tab-content .category-select .scrollable .scrollable-inner {
  display: inline-block;
  min-width: 100%;
  padding-top: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.stats .tabbable-line.tabs-below > .tab-content .category-select .scrollable .scrollable-inner .count {
  text-align: center;
  font-size: 30px;
  height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: auto;
  min-width: auto;
}
.stats .tabbable-line.tabs-below > .tab-content .category-select .scrollable .scrollable-inner .count .loader {
  width: 20px;
}
.stats .tabbable-line.tabs-below > .tab-content .category-select .scrollable .scrollable-inner .count .loader .loading-spinner {
  margin: 0;
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.stats .tabbable-line.tabs-below > .tab-content .category-select .scrollable .scrollable-inner .label {
  text-align: center;
}
.stats .tabbable-line.tabs-below > .tab-content .category-select .scrollable .scrollable-inner .filter {
  display: inline-block;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 {
  min-width: 100px;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > div {
  color: black;
  display: block;
  max-width: 200px;
  padding: 0px;
  margin: 0 auto;
  height: 100%;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 .category-nav {
  padding: 20px;
  color: black;
  display: block;
  text-decoration: none;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category a.filter-nav,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .total-category a.filter-nav,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category span.filter-nav,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .total-category span.filter-nav {
  position: absolute;
  margin: 10px 0 0 10px;
  display: block;
  font-size: 18px;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category span.filter-nav,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .total-category span.filter-nav {
  color: #909090;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category.active a.filter-nav,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .total-category.active a.filter-nav {
  color: white;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category.active a.filter-nav:hover,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .total-category.active a.filter-nav:hover {
  color: #3d3d3d;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category.active span.filter-nav,
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .total-category.active span.filter-nav {
  color: #a3a3a3;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category:hover {
  background-color: #fbfbdb;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category.active {
  background-color: #0096dc;
  position: relative;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category.active::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  color: #0096dc;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #0096dc;
}
.stats .tabbable-line.tabs-below > .tab-content .flex1 > .category.active a.category-nav {
  color: white;
}
.stats .tabbable-line.tabs-below > .tab-content .interval {
  /* Style the dots by assigning a fill and stroke */
}
.stats .tabbable-line.tabs-below > .tab-content .interval .tabbable-line > .nav-tabs {
  border-bottom-width: 0;
  margin: 0 5px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .tabbable-line > .nav-tabs > li.nav-item {
  margin-bottom: 0;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .tabbable-line > .nav-tabs > li.nav-item > a:not(.active) {
  background-color: #e7e7e7;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .tabbable-line > .nav-tabs > li.nav-item:hover > a.active {
  background-color: #fff !important;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .tab-content {
  background-color: #fff;
  border-width: 0;
}
.stats .tabbable-line.tabs-below > .tab-content .interval line-chart {
  display: block;
}
.stats .tabbable-line.tabs-below > .tab-content .interval line-chart div {
  text-align: center;
  min-height: 330px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data {
  display: block;
  text-align: center;
  padding-top: 10px;
  min-height: 34px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .loader {
  width: 20px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .loader .loading-spinner {
  margin: 0;
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .interval-change {
  font-weight: bold;
  font-size: 20px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .interval-trend {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .interval-trend span {
  font-size: 11px;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .interval-trend span::after {
  font-size: 14px;
  font-family: 'FontAwesome';
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 9px);
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .interval-trend span.green::after {
  color: #28a745;
  content: '\F0D8';
}
.stats .tabbable-line.tabs-below > .tab-content .interval .interval-data .interval-trend span.red::after {
  color: #dc3545;
  content: '\F0D7';
}
.stats .tabbable-line.tabs-below > .tab-content .interval svg {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .line {
  fill: none;
  stroke: #0096dc;
  stroke-width: 3;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .area {
  fill: url(#area-gradient);
}
.stats .tabbable-line.tabs-below > .tab-content .interval .dot {
  fill: #fff;
  stroke: #0096dc;
  stroke-width: 3;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .dotHover {
  fill: #fff;
  stroke: #0096dc;
  stroke-width: 3;
}
.stats .tabbable-line.tabs-below > .tab-content .interval .domain,
.stats .tabbable-line.tabs-below > .tab-content .interval .tick line {
  stroke: #eeeeee;
}
.stats .tabbable-line.tabs-below > .tab-content .interval text {
  font-weight: bold;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.11.2014, 14:21:49
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.tooltip {
  font-size: 0.9rem;
  position: absolute;
  vertical-align: middle;
  z-index: 11;
  min-width: 252px;
  /*This dimenstion is used in determining left/right tooltip direction*/
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  line-height: normal;
}
.tooltip:not(.left) {
  left: 100%;
}
.tooltip.left {
  right: 100%;
}
.tooltip .tooltip-content {
  padding: 10px 15px;
  color: #000;
  z-index: 12;
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
.tooltip .tooltip-content > div {
  max-height: 300px;
}
.tooltip .tooltip-content li {
  padding: 5px 0;
}
.tooltip .tooltip-content li.cuzk {
  padding-left: 23px;
  line-height: 16px;
  background-image: url('cuzk.4342ae029101890ad9a4.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-y: 4px;
}
.tooltip .tooltip-content li.title:before {
  content: "\f022";
}
.tooltip .tooltip-content li.map:before {
  content: "\f041";
}
.tooltip .tooltip-content li.case:before {
  content: "\f016";
}
.tooltip .tooltip-content li.ownership:before {
  content: "\f007";
}
.tooltip .tooltip-content li.parcel:before {
  content: "\f151";
}
.tooltip .tooltip-content li.process:before {
  content: "\f013";
}
.tooltip .tooltip-content li.building:before {
  content: "\f0f7";
}
.tooltip .tooltip-content li.map,
.tooltip .tooltip-content li.title,
.tooltip .tooltip-content li.case,
.tooltip .tooltip-content li.ownership,
.tooltip .tooltip-content li.parcel,
.tooltip .tooltip-content li.building,
.tooltip .tooltip-content li.process {
  line-height: 16px;
  vertical-align: bottom;
  margin-left: 22px;
}
.tooltip .tooltip-content li.map:before,
.tooltip .tooltip-content li.title:before,
.tooltip .tooltip-content li.case:before,
.tooltip .tooltip-content li.ownership:before,
.tooltip .tooltip-content li.parcel:before,
.tooltip .tooltip-content li.building:before,
.tooltip .tooltip-content li.process:before {
  color: #0096dc;
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  text-align: center;
  position: absolute;
  margin-left: -22px;
}
.tooltip .tooltip-content a:not(.button) {
  text-transform: none !important;
  color: #0096dc;
}
.tooltip .tooltip-content a:not(.button):hover {
  color: #3d3d3d;
}
.tooltip .tooltip-content .bordered-top {
  border-top-color: #000;
}
.tooltip-hover-area .number {
  color: #0096dc;
}
.tooltip-hover-area:hover {
  background-color: #57bdf1;
}
.tooltip-hover-area:hover .number {
  color: #fff;
}
.tooltip-hover-area:hover .icon-count > i {
  color: #fff;
}
.tooltip--nowrap .tooltip-content {
  white-space: nowrap;
}
.tooltip-min .tooltip {
  transform: translateY(-50%) scale(0.7);
}
.tooltip-min .tooltip.tooltip-show {
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.15s;
  transform: translateY(-50%) scale(1);
}
.tooltip-min .tooltip {
  width: auto;
  margin-left: 10px;
}
.tooltip-min .tooltip .tooltip-content {
  padding: 7px;
}
.tooltip-min .tooltip:after,
.tooltip-min .tooltip:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip-min .tooltip:not(.left) {
  /* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
  /* this border color controlls the outside, thin border */
}
.tooltip-min .tooltip:not(.left):after {
  left: -9px;
  border-color: transparent white transparent transparent;
  border-width: 7px 10px 7px 0;
}
.tooltip-min .tooltip:not(.left):before {
  left: -11px;
  border-color: transparent #dddddd transparent transparent;
  border-width: 9px 12px 9px 0;
}
.tooltip-min .tooltip.left:after {
  right: -9px;
  border-color: transparent transparent transparent white;
  border-width: 7px 0px 7px 10px;
}
.tooltip-min .tooltip.left:before {
  right: -11px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 9px 0 9px 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.2.2015, 12:45:58
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content .exports ul.export-params li {
  margin: 4px 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.3.2015, 17:09:22
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content .templates .actions-template > * {
  margin-right: 10px;
  margin-top: 20px;
}
div#content .templates i.fa-file-o {
  margin-right: 5px;
}
div#content .templates a.fa-times {
  color: black;
  margin-left: 5px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28.4.2015, 13:07:09
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.attachments.fr {
  box-sizing: border-box;
  width: 100%;
}
.attachments .tooltip ul {
  margin-top: 0px;
}
.attachments .tooltip li,
.attachments .tooltip li:last-child {
  border: none;
}
.attachments ul {
  margin-top: 15px;
}
.attachments ul li {
  padding: 8px;
  border-top: 1px solid #dddddd;
  display: flex;
}
.attachments ul li div.flex-line {
  flex-flow: row nowrap;
  display: flex;
  width: 100%;
}
.attachments ul li .text-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  flex: 1 0 auto;
  line-height: 16px;
}
.attachments ul li:last-child {
  border-bottom: 1px solid #dddddd;
}
.attachments ul li i.fa {
  margin-right: 5px;
  line-height: 16px;
}
.attachments ul li .flex-icon {
  flex: 1 0 auto;
  max-width: 15px;
  flex-basis: auto;
  flex-grow: 1;
}
.attachments div.edit {
  padding-bottom: 15px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 7.5.2015, 15:52:05
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
div#content .authorization-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=radio]:disabled + span:after,
.cm-input-icon-disabled,
.cm-input-icon-disabled i {
  color: #FF9494;
  cursor: not-allowed;
}
[type="radio"] {
  display: none;
}
[type="radio"] + span {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  height: 15px;
  display: inline-block;
  color: #666;
}
[type="radio"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background-color: #fff;
}
[type="radio"] + span:hover:before,
[type="radio"]:checked + span:before {
  background-color: #0096dc;
  border-color: #0096dc;
}
[type="radio"] + span:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
input[type=text],
input[type=password],
textarea {
  box-sizing: border-box;
  color: #3d3d3d;
  padding: 4px 9px;
  border: 1px solid #e7e7e7;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background: #fbfbdb;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8d8d8d;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8d8d8d;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8d8d8d;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8d8d8d;
}
input[type=text].invalid,
input[type=password].invalid,
textarea.invalid {
  color: #C2341C;
}
input[type=text].w-50,
input[type=password].w-50,
textarea.w-50 {
  width: 50px;
}
input[type=text].w-60,
input[type=password].w-60,
textarea.w-60 {
  width: 60px;
}
input[type=text].w-350,
input[type=password].w-350,
textarea.w-350 {
  width: 350px;
}
input[type=text].w-inherit,
input[type=password].w-inherit,
textarea.w-inherit {
  width: inherit;
}
input[type=text]:disabled,
input[type=password]:disabled,
textarea:disabled {
  color: #909090;
}
input[type=text],
input[type=password] {
  width: 200px;
}
input[type=text].red,
input[type=password].red {
  border-color: #dc0000;
  color: #dc0000;
}
textarea {
  width: 100%;
  height: 100px;
}
textarea.tall {
  min-height: 300px;
}
input[type=submit],
input[type=button],
a.button {
  background-color: #fff;
  color: #0096dc;
  border: 1px solid #0096dc;
  border-radius: 0px;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
}
input[type=submit].black,
input[type=button].black,
a.button.black {
  border-color: #3d3d3d;
  color: #3d3d3d;
}
input[type=submit].green,
input[type=button].green,
a.button.green {
  border-color: #70B81A;
  color: #70B81A;
}
input[type=submit]:hover:not(.disabled),
input[type=button]:hover:not(.disabled),
a.button:hover:not(.disabled),
input[type=submit].active:not(.disabled),
input[type=button].active:not(.disabled),
a.button.active:not(.disabled) {
  border-color: #0096dc;
  background-color: #0096dc;
  color: #fffefe;
}
input[type=submit].red,
input[type=button].red,
a.button.red {
  border-color: #dc0000;
  color: #dc0000;
}
input[type=submit].red:hover,
input[type=button].red:hover,
a.button.red:hover {
  background-color: #dc0000;
  border-color: #dc0000;
  color: #fffefe;
}
input[type=submit].disabled,
input[type=button].disabled,
a.button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
/* CR-2308 cm-button related code start */
cm-button:hover:not(.disabled) .button:not(.disabled) {
  background-color: #0096dc;
  color: #fffefe;
}
.black .button {
  border-color: #3d3d3d;
  color: #3d3d3d;
}
.red .button {
  border-color: #dc0000;
  color: #dc0000;
}
.green .button {
  border-color: #70B81A;
  color: #70B81A;
}
.disabled .button {
  opacity: 0.65;
  cursor: not-allowed;
}
/*.disabled .button:hover {
    border-color: @colLightBlue !important;
    color: @colLightBlue !important;
}*/
/* CR-2308 cm-button related code end */
.input-button {
  margin-left: -25px;
  color: #000;
}
input.button-padding {
  padding-right: 25px;
}
a.checkbox {
  color: #3d3d3d;
}
.required::after {
  color: red;
  content: '*';
  padding-left: 5px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5.9.2016, 15:52:08
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
.workflow > div > *:not(:last-child):not(:first-child) {
  border-bottom: 1px solid #dddddd;
}
.workflow > div > *:nth-child(2) {
  padding-top: 20px;
}
.workflow .leave-statuses,
.workflow .enter-statuses,
.workflow .documents {
  padding: 5px 10px;
}
.workflow .leave-statuses > *,
.workflow .enter-statuses > *,
.workflow .documents > * {
  margin: 5px;
  display: inline-block;
}
.workflow .leave-statuses > span,
.workflow .enter-statuses > span,
.workflow .documents > span {
  padding: 5px 0;
}
.workflow .fa-sign-out,
.workflow .fa-sign-in {
  font-size: 25px;
  float: left;
}
.workflow .fa-file {
  font-size: 20px;
  float: left;
}
.workflow .flow-status {
  padding: 2px 10px 0;
  margin-left: 5px;
  position: absolute;
  margin-top: -10px;
  margin-left: 10px;
  background-color: #fff;
}
tr.imported {
  background: rgba(9, 65, 122, 0.2);
}
.cm-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cm-checkbox .checkmark {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  flex-shrink: 0;
}
.cm-checkbox .checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
}
.cm-checkbox .checkmark:not(.switchselect):not(.multiselect):before {
  border: 1px solid #ddd;
  background-color: #fff;
}
.cm-checkbox [type=checkbox]:not(:checked) ~ .checkmark.cm-input-icon-disabled .plus-sign:before,
.cm-checkbox [type=checkbox]:not(:checked) ~ .checkmark.cm-input-icon-disabled .plus-sign:after {
  border-color: #FF9494;
}
.cm-checkbox [type=checkbox]:not(:checked) ~ .checkmark .plus-sign:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  border: solid #0096dc;
  border-width: 3px 0 0 3px;
}
.cm-checkbox [type=checkbox]:not(:checked) ~ .checkmark .plus-sign:after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  border: solid #0096dc;
  border-width: 0 3px 3px 0;
}
.cm-checkbox [type=checkbox]:not(:checked) ~ .checkmark:not(.half-state):not(.switchselect):not(.multiselect):not(.cm-input-icon-disabled):hover:before,
.cm-checkbox [type=checkbox]:checked ~ .checkmark:not(.switchselect):not(.multiselect):not(:hover):before,
.cm-checkbox [type=checkbox] ~ .checkmark.half-state:not(:hover):before {
  background-color: #0096dc;
  border-color: #0096dc;
}
.cm-checkbox [type=checkbox]:not(:checked) ~ .checkmark:not(.half-state):after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}
.cm-checkbox [type=checkbox]:checked ~ .checkmark:after {
  opacity: 1;
  transform: scale(1) rotate(45deg);
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
}
.cm-checkbox .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  border: solid white;
  transition: all 0.2s ease;
  border-width: 0 0 3px 0;
}
.cm-checkbox .half-state:after {
  left: 3px;
  top: 3px;
  width: 9px;
  height: 6px;
  border-width: 0 0 3px 0;
}
.cm-checkbox .checkmark.multiselect:after,
.cm-checkbox .checkmark.switchselect:after,
.cm-checkbox .checkmark:hover:after {
  border-color: #0096dc;
}
.nav-item:not(:first-child) {
  margin-left: -1px;
}
.nav-item.active:not(:first-child) {
  margin-left: -1px;
}
.nav-item.active:not(:first-child) .nav-link {
  margin-left: 0px;
}
/* Tabs panel */
.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  border-bottom: 1px solid #ddd;
}
.tabbable-line > .nav-tabs > li > a {
  margin-right: 0;
  color: #000;
  background: #f2f2f2;
  text-decoration: none;
}
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 3px solid #dcf4ff;
}
.tabbable-line > .nav-tabs > li:hover > a {
  background: none !important;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 3px solid #0096dc;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border-top-color: #0096dc;
  background: #fff;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  padding: 15px 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 3px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 3px solid #dcf4ff;
}
.tabbable-line > .nav-tabs > li.disabled:hover {
  border-top: 3px solid #aaaaaa;
}
.tabbable-line > .nav-tabs > li.disabled a {
  color: #909090;
  cursor: not-allowed;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -1px;
  border-bottom: 0;
  border-top: 3px solid #0096dc;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: 25px;
  padding: 15px 0;
}
.cmUploader {
  padding: 50px 20px !important;
  min-height: 200px;
}
.cmFilesPairs {
  line-height: 25px;
  padding: 7px 10px;
}
span.add-file {
  color: #1a427b;
  cursor: pointer;
}
span.add-file:hover {
  color: #13518e;
}
.box {
  display: flex;
  font-size: 1.25rem;
  /* 20 */
  background-color: rgba(19, 81, 142, 0.2);
  position: relative;
  padding: 100px 20px;
}
.box .content {
  width: 100%;
  color: #13518e;
  text-align: center;
  min-height: 200px;
}
.box.has-advanced-upload {
  outline: 2px dashed #13518e;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.box.dragover {
  outline: 4px dashed #1a427b;
}
.box.has-advanced-upload .box__icon {
  width: 100%;
  height: 80px;
  fill: #13518e;
  display: block;
  margin-bottom: 40px;
  cursor: pointer;
}
.box__input {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.box__input .flex-rest {
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.box__input label {
  color: #13518e;
  text-align: center;
}
.box__input label strong {
  cursor: pointer;
}
.box__input .cmUploaderFiles {
  margin: 20px 0px;
  text-align: center;
  font-size: 15px;
}
.drop-container {
  margin: 0px 4px 16px 4px;
}
.drop-container .drop-border-area {
  width: 100%;
  display: flex;
}
.drop-container .drop-border-area .drop-area {
  border: #a3a3a3 dashed 1px;
  padding: 1px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}
.drop-container .drop-border-area .drop-area .drop-infobox {
  text-align: center;
  margin: 10px 20px;
}
.drop-container .drop-border-area .drop-area .drop-infobox i {
  color: #a3a3a3;
}
.drop-container .drop-border-area .drop-area .drop-infobox p {
  margin: 10px 0;
}
.drop-container .drop-border-area .drop-area ul {
  min-width: 300px;
}
.drop-container .drop-border-area .drop-area ul li {
  margin-bottom: 10px;
}
.drop-container .drop-border-area .drop-area ul li .invalid {
  color: #dc3545;
}
.cm-is-dragover .drop-container .drop-area {
  border-width: 2px;
  padding: 0;
}
.cm-is-dragover .drop-container .drop-area .drop-infobox i {
  color: black;
}
td.attachment-item > div {
  display: flex;
}
td.attachment-item > div div:first-child {
  height: 40px;
  display: table;
  vertical-align: middle;
}
td.attachment-item > div div:first-child a {
  vertical-align: middle;
  display: table-cell;
}
td.attachment-item div:nth-child(2) {
  line-height: 20px;
}
td.attachment-item div:nth-child(2) p {
  margin-bottom: 0px;
}
a.remove-document {
  margin-left: 8px;
  margin-right: 16px;
  color: #3d3d3d;
}
a.remove-document:hover {
  color: #000000;
}
.file-upload.attachment > div {
  min-width: 200px;
}
.file-upload.attachment > div div.icon {
  height: 45px;
  display: table;
  vertical-align: middle;
}
.file-upload.attachment > div div.icon i {
  vertical-align: middle;
  display: table-cell;
}
.helpCircle a.button {
  padding: 0;
  border-radius: 0;
}
.helpCircle i.fa-question {
  /*background: @colLightBlue;
    color: white;*/
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
}
.cm-help-page .cm-help {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
}
.cm-help-page .cm-help a.button {
  padding: 0;
  border-radius: 0;
}
.cm-help-page .cm-help i.fa-question {
  /*background: @colLightBlue;
    color: white;*/
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
}
.cm-help-modal .cm-help {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cm-help-modal .cm-help a.button {
  padding: 0;
  border-radius: 0;
}
.cm-help-modal .cm-help i.fa-question {
  /*background: @colLightBlue;
    color: white;*/
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 30px;
}
.cm-help {
  border-radius: 0px;
  border: 1px solid #dddddd;
  background-color: #fff;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}
.cm-help.cm-help-admin {
  padding-right: 10px;
  background: #28a745;
}
.cm-help.cm-help-admin span.clickable {
  color: white;
  display: inline-block;
  line-height: 30px;
  vertical-align: bottom;
  padding: 0 7px;
}
.cm-help.cm-help-admin.cm-help-empty {
  background: #dc3545;
}
.cm-help.cm-help-admin.cm-help-empty i.fa-question {
  background: #f2f2f2;
  color: #a3a3a3;
}
.items-counter {
  display: inline-block;
  line-height: 25px;
}
.cm-map-infobox .content.measure-module ul {
  text-align: center;
}
.cm-map-infobox .content.measure-module ul li {
  float: none;
  display: inline-block;
}
new-construction-object-component {
  display: flex;
}
new-construction-object-select-component {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin: 26px;
  padding: 4px;
}
new-construction-object-select-component.basis0 {
  flex-basis: 0;
}
.hover:hover {
  background-color: #fbfbdb;
}
.hover:hover .disabled,
.hover:hover .disabled a {
  color: #000;
}
.tag {
  align-items: center;
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
}
.tag--small {
  height: 25px;
  font-size: 0.8rem;
  line-height: 25px;
  padding: 0px 5px;
}
.tag--inline {
  height: 16px;
  font-size: 0.8rem;
  line-height: 16px;
  padding: 0px 5px;
}
.tag--inactive {
  background-color: #a3a3a3;
}
.tag--active {
  background-color: #28a745;
}
.tag--active > div::after {
  content: "\F00D";
}
.tag--danger {
  background-color: #B11600;
}
.tag--warning {
  background-color: orange;
}
.tag--not-clickable {
  cursor: auto;
}
/*
    Created on : 9.10.2015, 15:34:55
    Author     : Vojtěch Beneš <vojtech.benes@clevermaps.cz>
*/
body.mod-dimap div#content .property-owned-inside {
  color: #70C320;
}
body.mod-dimap div#content .property-owned-outside {
  color: #3B5B94;
}
body.mod-dimap div#content .property-others-inside {
  color: #E16149;
}
body.mod-dimap div#content .property-others-outside {
  color: #000000;
}
body.mod-dimap div#content span.list-check {
  position: absolute;
  padding: 10px 0;
  margin-left: -20px;
  width: 20px;
}
settings-modules-component {
  display: flex;
}
settings-modules-component > div.column-25,
settings-modules-component > div.column-33,
settings-modules-component > div.column-50,
settings-modules-component > div.column-75,
settings-modules-component > div.column-100 {
  overflow: visible;
  float: none;
}
#multi-scene-cloud #toolbar_2 {
  display: none;
}

/* colors */
/* product colors */
/* sizes */
/* Project states */
/* Progress status */
/* colors */
/* product colors */
/* sizes */
/* Project states */
/* Progress status */


/*# sourceMappingURL=styles.4d953c13c0c194aa40d0.css.map*/