/* Minification failed. Returning unminified contents.
(520,51): run-time error CSS1019: Unexpected token, found '.70710678'
(520,104): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(//themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(//themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(//themes.googleusercontent.com/static/fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(//themes.googleusercontent.com/static/fonts/lato/v7/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Regular */
    @font-face {
        font-family: 'Lato';
        src: url('font/Lato-Regular-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    /*  Extra Bold */
    @font-face {
        font-family: 'Lato';
        src: url('font/Lato-Black-webfont.svg') format('svg');
        font-weight: bold;
        font-weight: 900;
        font-style: normal;
    }

    /* Bold */
    @font-face {
        font-family: 'Lato';
        src: url('font/Lato-Bold-webfont.svg') format('svg');
        font-weight: bold;
        font-weight: 700;
        font-style: normal;
    }
 
    /* Bold Italic */
    @font-face {
        font-family: 'Lato';
        src: url('font/Lato-BoldItalic-webfont.svg') format('svg');
        font-weight: bold;
        font-weight: 700;
        font-style: italic;
    }
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.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: 7;
	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,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* 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;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-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;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-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;
	}
.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 {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	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;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(0.70710678, 0.70710678, -0.70710678, 0.70710678, 0, 0);
	}
.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;
	}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
/*!
 * Durandal 2.0.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */

.modalBlockout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    
    pointer-events: auto;
    
    -webkit-backface-visibility: hidden;
    
    -webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear; 
}

.modalHost {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 0;
    
    -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.messageBox {
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 300px;
}

.durandal-view-404 {
    color: red;
    margin: 8px 0;
    padding: 8px;

    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ui-rangeSlider{height:22px}.ui-rangeSlider .ui-rangeSlider-innerBar{height:16px;margin:3px 6px;background:#DDD}.ui-rangeSlider .ui-rangeSlider-handle{width:6px;height:22px;background:#AAA;background:rgba(100,100,100,.3);cursor:col-resize}.ui-rangeSlider .ui-rangeSlider-bar{margin:1px 0;background:#CCC;background:rgba(100,100,150,.2);height:20px;cursor:move;cursor:grab;cursor:-moz-grab}.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging{cursor:-moz-grabbing;cursor:grabbing}.ui-rangeSlider-arrow{height:16px;margin:2px 0;width:16px;background-repeat:no-repeat}.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow{background-image:url(icons-classic/resultset_previous.png);background-position:center left}.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow{background-image:url(icons-classic/resultset_next.png);background-position:center right}.ui-rangeSlider-arrow-inner{display:none}.ui-rangeSlider-container{height:22px}.ui-rangeSlider-withArrows .ui-rangeSlider-container{margin:0 11px}.ui-rangeSlider-noArrow .ui-rangeSlider-container{margin:0}.ui-rangeSlider-label{margin:0 2px 2px;background-image:url(icons-classic/label.png);background-position:bottom center;background-repeat:no-repeat;white-space:nowrap;bottom:20px;padding:3px 6px 7px;cursor:col-resize}.ui-rangeSlider-label-inner{display:none}input.ui-editRangeSlider-inputValue{width:3em;vertical-align:middle;text-align:center}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/

/* Marker setup */
.awesome-marker {
  background: url('images/markers-soft.png') no-repeat 0 0;
  width: 35px;
  height: 46px;
  position:absolute;
  left:0;
  top:0;
  display: block;
  text-align: center;
}

.awesome-marker-shadow {
  background: url('images/markers-shadow.png') no-repeat 0 0;
  width: 36px;
  height: 16px;
}

/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {
 .awesome-marker {
  background-image: url('images/markers-soft@2x.png');
  background-size: 720px 46px;
 }
 .awesome-marker-shadow {
  background-image: url('images/markers-shadow@2x.png');
  background-size: 35px 16px;
 }
}

.awesome-marker i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.awesome-marker .icon-white {
  color: #fff;
}

/* Colors */
.awesome-marker-icon-red {
  background-position: 0 0;
}

.awesome-marker-icon-darkred {
  background-position: -180px 0;
}

.awesome-marker-icon-lightred {
  background-position: -360px 0;
}

.awesome-marker-icon-orange {
  background-position: -36px 0;
}

.awesome-marker-icon-beige {
  background-position: -396px 0;
}

.awesome-marker-icon-green {
  background-position: -72px 0;
}

.awesome-marker-icon-darkgreen {
  background-position: -252px 0;
}

.awesome-marker-icon-lightgreen {
  background-position: -432px 0;
}

.awesome-marker-icon-blue {
  background-position: -108px 0;
}

.awesome-marker-icon-darkblue {
  background-position: -216px 0;
}

.awesome-marker-icon-lightblue {
  background-position: -468px 0;
}

.awesome-marker-icon-purple {
  background-position: -144px 0;
}

.awesome-marker-icon-darkpurple {
  background-position: -288px 0;
}

.awesome-marker-icon-pink {
  background-position: -504px 0;
}

.awesome-marker-icon-cadetblue {
  background-position: -324px 0;
}

.awesome-marker-icon-white {
  background-position: -574px 0;
}

.awesome-marker-icon-gray {
  background-position: -648px 0;
}

.awesome-marker-icon-lightgray {
  background-position: -612px 0;
}

.awesome-marker-icon-black {
  background-position: -682px 0;
}

/* ================================================================== */
/* Toolbars
/* ================================================================== */

.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('images/spritesheet.png');
	background-repeat: no-repeat;
}

.leaflet-retina .leaflet-draw-toolbar a {
	background-image: url('images/spritesheet-2x.png');
	background-size: 270px 30px;
}

.leaflet-draw a {
	display: block;
	text-align: center;
	text-decoration: none;
}

/* ================================================================== */
/* Toolbar actions menu
/* ================================================================== */

.leaflet-draw-actions {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
	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: none;
}

.leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	        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;
}

/* ================================================================== */
/* Draw toolbar
/* ================================================================== */

.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;
}

/* ================================================================== */
/* Edit toolbar
/* ================================================================== */

.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;
}

/* ================================================================== */
/* Drawing styles
/* ================================================================== */

.leaflet-mouse-marker {
	background-color: #fff;
	cursor: crosshair;
}

.leaflet-draw-tooltip {
	background: rgb(54, 54, 54);
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	        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: 0.6;
	position: absolute;
	width: 5px;
	height: 5px;
}

/* ================================================================== */
/* Edit styles
/* ================================================================== */

.leaflet-edit-marker-selected {
	background: rgba(254, 87, 161, 0.1);
	border: 4px dashed rgba(254, 87, 161, 0.6);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	box-sizing: content-box;
}

.leaflet-edit-move {
	cursor: move;
}

.leaflet-edit-resize {
	cursor: pointer;
}

/* ================================================================== */
/* Old IE styles
/* ================================================================== */

.leaflet-oldie .leaflet-draw-toolbar {
	border: 1px solid #999;
}
.leaflet-control-layers-group-name{font-weight:700;margin-bottom:.2em;display:block}.leaflet-control-layers-group{margin-bottom:.5em}.leaflet-control-layers-group label{padding-left:.5em}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint { margin-bottom: 0; }

.tt-dropdown-menu {
    -moz-background-clip: padding;
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    *border-bottom-width: 2px;
    border-radius: 6px;
    *border-right-width: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    margin-top: 2px;
    min-width: 160px;
    padding: 5px 0;
    width: 100%;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
    background-color: teal;
    color: #fff;
}

.tt-suggestion.tt-cursor a { color: #fff; }

.tt-suggestion.tt-cursor .text-muted { color: #fff; }

.tt-suggestion p { margin: 0; }

.twitter-typeahead { width: 100%; }
.custom-width-modal {
    width: 70vh;
}

.dropdown-menu {
    z-index: 1001;
}

@media (max-width: 489px) {
    .truncate {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.colour-legend {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    padding: 10px;
    max-width: 500px;
}

    .colour-legend .ripuli {
        max-height: 400px;
        min-width: 150px;
        overflow-y: auto;
    }

    .colour-legend ul {
        padding-left: 0px;
    }

        .colour-legend ul li {
            list-style-type: none;
        }

.caseName {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: text;
    white-space: nowrap;
}

.case-popover {
    margin: -10px -15px;
    max-width: 500px;
    width: 350px;
    overflow-x: hidden;
}

strong.truncate {
    max-width: 314px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-flex;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    vertical-align: middle;
    text-overflow: ellipsis;
}


.case-popover .pop-caselist {
    min-height: 50px;
    margin-bottom: 0;
    overflow-y: auto;
}

.case-popover .case-popover-content {
    display: none;
}

.case-popover .pop-caselist .list-group-item {
    border: 0;
    border-top: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .case-popover .pop-caselist .list-group-item:last-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .case-popover .pop-caselist .list-group-item.highlight .list-group-item-heading {
        color: teal;
    }

.popover {
    max-width: 500px !important;
}

.case-summary {
    width: 350px;
    padding: 9px 14px;
}

.jumbotron {
    z-index: 16;
    background: white url(images/cartographer_@2X.png) center repeat;
    position: relative;
}

    .jumbotron:after {
        background: teal;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.5;
        z-index: -1;
    }


.splash {
    text-align: center;
    height: 100px;
    width: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .splash .message {
        line-height: 43px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

.page-host {
}

div.navbar {
    margin-bottom: 0px;
}

    div.navbar .brand {
        color: teal;
    }

.navbar-fixed-top .navbar-inner {
    padding-left: 1em;
    padding-right: 1em;
}

.navbar-fixed-top .icon-home {
    font-size: 18px;
}

@media (max-width: 979px) {
    .page-host {
        top: 0;
    }

    .navbar-fixed-top {
        margin-bottom: 0;
    }
}

.progress-dialog {
    width: 20vw;
    position: absolute;
    z-index: 1000;
    top: 2em;
    left: 2em;
}

.toolspinner {
    position: relative;
    width: 3em;
    height: 32px;
    margin: 9px 0px;
}

.labToolBar {
    margin: 0px;
    background: #f8f8f8;
    border-bottom: 1px solid #d8d8d8;
}

.toolbarProgress {
    margin-bottom: 15px;
    margin-top: 15px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.toolbarElement {
    margin: 8px 0px;
    vertical-align: middle;
    display: inline-block;
}

.bordered-left {
    border-left: 1px solid #e6e6e6;
}

.toolbarText {
    overflow: hidden;
    padding: 7px 7px;
}

.toolbarDivider {
    margin-top: 15px;
    margin-bottom: 0px;
}

.navbar-sep {
    border-left: 1px solid #d8d8d8;
    padding-left: 0px;
    padding: 20px 0px;
    margin: 5px 15px;
}

.navbar {
    position: static;
}

#map {
    min-height: 100%;
}

#list {
    min-height: 100%;
}

.nomarg {
    margin-left: 0px;
    margin-right: 0px;
}

.nopad {
    padding-right: 0;
    padding-left: 0;
}

.pad {
    padding: 0px 15px;
}

.popover {
    max-width: 500px;
    width: auto;
}

.slider {
    width: 400px;
}

.yank-left {
    margin-left: -0.20em;
}

/* Animation keyframes - you need to add prefixes */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

form label.collapsed {
    cursor: pointer;
}

[data-toggle=collapse]:not(.collapsed) .shown-collapsed {
    display: none;
}

.collapsed .hidden-collapsed {
    display: none;
}

.collapsed .shown-collapsed {
    display: inline-block;
}

.navbar-text.narrow-sides {
    margin-left: 0px;
    margin-right: 0px;
}

/* Loading animation container */
.loading {
    position: relative;
    display: inline-block;
    height: 30px;
    margin: 0px 0px -12px -2px;
    width: 30px;
}

.navbar-text .loading {
    margin: -6px 0 -10px 0;
}

.loading .track {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0, 0.1);
}

/* Spinning circle (inner circle) */
.loading .maskedCircle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid teal;
}

/* Spinning circle mask */
.loading .mask {
    width: 15px;
    height: 15px;
    overflow: hidden;
}

/* Spinner */
.loading .spinner {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
}

.circularProgress {
    position: relative;
    display: inline-block;
    height: 30px;
    margin: -12px 0px -12px 6px;
    width: 30px;
}

    .circularProgress .track {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 28px;
        height: 28px;
        border-radius: 15px;
        border: 3px solid rgba(0,0,0, 0.2);
    }

    .circularProgress .circle > .percent {
        position: absolute;
        top: 1em;
        left: 0;
        width: 30px;
        font-size: 9px;
        text-align: center;
    }

    .circularProgress .circle > #slice {
        position: absolute;
        width: 100%;
        height: 100%;
        clip: rect(0px,30px,30px,15px);
    }

        .circularProgress .circle > #slice.gt50 {
            clip: rect(auto, auto, auto, auto);
        }

        .circularProgress .circle > #slice > .innerCircle {
            border: 3px solid #e5501b;
            position: absolute;
            width: 30px; /* 1 - (2 * border width) */
            height: 30px; /* 1 - (2 * border width) */
            clip: rect(0px,15px,30px,0px);
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .circularProgress .circle > #slice > .innerCircle.full {
                -moz-transform: rotate(180deg) !important;
                -webkit-transform: rotate(180deg) !important;
                -o-transform: rotate(180deg) !important;
                transform: rotate(180deg) !important;
            }

.form-signin {
    max-width: 330px;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nfleet {
    font-size: 60px;
    background-color: #ccc;
    font-weight: 900;
    color: rgba(53, 126, 189, 0.2);
    text-shadow: 0px 2px 3px rgba(255,255,255,1);
}

.immense {
    font-size: 40px;
}

.huge {
    font-size: 30px;
}

.bigger {
    font-size: 23px;
}

.big {
    font-size: 16px;
}

.smaller {
    font-size: 12px;
}

.knobInfo {
    padding: 6px 15px;
}

.knob {
    visibility: hidden;
}

.knobs .kpi-container {
    padding: 10px 15px 5px 15px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.row-clickable {
    cursor: pointer;
}


.leaflet-container {
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
}

.leaflet-popup-content p {
    margin: 0;
}

#sidebarWrapper.list {
    width: 100%;
    position: absolute;
}

    #sidebarWrapper.list #list {
        overflow: auto;
        position: relative;
        height: 100%;
        transition: all 0.25s;
    }

    #sidebarWrapper.list #sidebar.sidebar-open + #list {
        margin-right: 400px;
        transition: all 0.25s;
    }

    #sidebarWrapper.list #sidebar {
        position: absolute;
    }

#sidebarWrapper {
    position: relative;
    overflow: hidden;
}

    #sidebarWrapper #sidebar {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        width: 400px;
        height: 100%;
        overflow: hidden;
        border-left: 1px solid #ccc;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        #sidebarWrapper #sidebar.sidebar-open {
            z-index: 2000;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }


.sidebar-link {
    font-size: 20px;
    color: #999;
}

    .sidebar-link:hover {
        color: #111;
    }

#sidebar .sidebarMenu {
    width: 40px;
    position: absolute;
    border-right: 1px solid #eee;
    height: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

#sidebar .sidebarContent {
    width: 360px;
    margin-left: 40px;
    height: 100%;
    background: #eee;
    position: absolute;
    overflow: hidden;
    padding: 0;
}

#sidebar .sidebarMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sidebar .sidebarMenu ul li {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 20px;
    }

    #sidebar .sidebarMenu ul.smaller li {
        font-size: 16px;
    }

    #sidebar .sidebarMenu ul li.sep {
        border-bottom: 1px solid #ddd;
    }

    #sidebar .sidebarMenu ul li a,
    #sidebar .sidebarMenu ul li .static {
        padding: 10px;
        display: block;
    }

        #sidebar .sidebarMenu ul li a.disabled {
            color: #ddd;
        }

        #sidebar .sidebarMenu ul li a:hover,
        #sidebar .sidebarMenu ul li.active a {
            color: teal;
        }

#sidebar .sidebarContent .sidebarHeading {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

#sidebar .sidebarContent .sidebarBody {
    overflow-x: auto;
    width: 100%;
    position: absolute;
}

#sidebar .white-bg {
    background: white;
}


#sidebar .sidebarContent .routeElement.selected {
    color: white;
}

    #sidebar .sidebarContent .routeElement.selected a,
    #sidebar .sidebarContent .routeElement.selected .text-muted,
    #sidebar .sidebarContent .routeElement.selected .text-success,
    #sidebar .sidebarContent .routeElement.selected .text-info,
    #sidebar .sidebarContent .routeElement.selected .text-dange,
    #sidebar .sidebarContent .routeElement.selected .text-warning {
        color: white;
    }

    #sidebar .sidebarContent .routeElement.selected .dropdown-menu a {
        color: #333;
    }

.sidebarBody h4 hr {
    display: none;
}

#sidebar .sidebarContent .routeElement {
    padding: 10px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dddddd;
    margin-left: 5px;
    box-shadow: -5px 0 0 0 transparent;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

    #sidebar .sidebarContent .routeElement.selected .btn.disabled {
        opacity: 1;
        background-color: #ddd;
    }

    #sidebar .sidebarContent .routeElement[data-type=Pickup].selected {
        background: teal;
        border-top: 1px solid #009090;
        border-bottom: 1px solid #006060;
    }

    #sidebar .sidebarContent .routeElement[data-type=Delivery].selected {
        background: #e5501b;
        border-top: 1px solid #f6612c;
        border-bottom: 1px solid #d4400a;
    }

    #sidebar .sidebarContent .routeElement[data-type=Pickup].höver,
    #sidebar .sidebarContent .routeElement[data-type=Pickup].häver,
    #sidebar .sidebarContent .routeElement[data-type=Pickup].selected {
        box-shadow: -5px 0 0 0 teal;
    }

    #sidebar .sidebarContent .routeElement[data-type=Delivery].höver,
    #sidebar .sidebarContent .routeElement[data-type=Delivery].häver,
    #sidebar .sidebarContent .routeElement[data-type=Delivery].selected {
        box-shadow: -5px 0 0 0 #e5501b;
    }

.sidebar-header {
    margin: 0.75em 0;
    padding-bottom: 0.5em;
}

    .sidebar-header .cont {
        background-color: white;
        padding-right: 0.5em;
    }

.sidebarContent .hiddenChevron {
    visibility: hidden;
}

#sidebar .sidebarContent .topRed {
    border-top: 2px solid red;
    border-bottom: none;
}

#sidebar .sidebarContent .bottomRed {
    border-bottom: 2px solid red;
    border-top: none;
}

.lockIcon:hover {
    color: teal;
}

#sidebar .sidebarRoot {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sidebar .loadingFade,
#map.loadingFade {
    -webkit-filter: blur(7px);
    /* ReSharper disable once InvalidValue */
    filter: url("blur.svg#gaussian_blur");
    filter: blur(7px);
}

.loaderOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0) !important;
}

    .loaderOverlay #loader {
        border-radius: 15px;
        border: 1px solid #eee;
        padding: 15px;
        background-color: white;
        filter: none;
        position: relative;
        left: 40%;
        top: 45%;
    }

.coral {
    color: #e5501b;
}

.bg-teal {
    background-color: rgba(0, 128, 128, 0.3);    
}

.bg-coral {
    background-color: rgba(229, 80, 29, 0.15);
}

.table > tbody > tr.narrower > td {
    padding: 5px 8px;
}

.toolbarElement.bigger {
    font-size: 125%;
    margin: 0px 0px;
}

.knob {
    visibility: hidden;
}

.navbar-default .navbar-brand {
    color: teal;
}

td .progress {
    width: 150px;
    margin-bottom: 0px;
}

table.caselist th {
    cursor: pointer;
}

table.caselist > thead > tr > th,
table.caselist > thead > tr > td,
table.caselist > tbody > tr > td,
table.caselist > tbody > tr > td {
    vertical-align: middle;
}

footer {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1.5em;
}

#sidebar .sidebarContent .routeElement.grey {
    background-color: #f9f9f9;
}

.routeElement a {
    color: #333;
}

    .routeElement a:hover {
        color: teal;
        text-decoration: none;
    }

a.disabled {
    pointer-events: none;
    cursor: default;
    color: grey;
}

a.neutral {
    color: #333;
}

.has-feedback > .row .form-control-feedback {
    right: 15px;
}

.bold {
    font-weight: bold;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

.inactive-cluster {
    background-color: rgba(196, 196, 196, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.inactive-cluster div {
    background-color: rgba(164, 164, 164, 0.6);
}

.blue-cluster {
    background-color: rgba(60, 170, 230, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.blue-cluster div {
    background-color: rgba(40, 150, 210, 0.6);
}


.green-cluster {
    background-color: rgba(111, 200, 37, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.green-cluster div {
    background-color: rgba(100, 151, 20, 0.6);
}



.orange-cluster {
    background-color: rgba(251, 178, 47, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.orange-cluster div {
    background-color: rgba(231, 128, 47, 0.6);
}



.lightred-cluster {
    background-color: rgba(255, 142, 117, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.lightred-cluster div {
    background-color: rgba(225, 122, 97, 0.6);
}



.beige-cluster {
    background-color: rgba(255, 220, 150, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.beige-cluster div {
    background-color: rgba(245, 180, 120, 0.6);
}



.darkgreen-cluster {
    background-color: rgba(134, 150, 46, 0.6);
   color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.darkgreen-cluster div {
    background-color: rgba(104, 120, 26, 0.6);
}



.lightgreen-cluster {
    background-color: rgba(184, 254, 123, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.lightgreen-cluster div {
    background-color: rgba(184, 224, 103, 0.6);
}



.darkblue-cluster {
    background-color: rgba(10, 121, 180, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.darkblue-cluster div {
    background-color: rgba(0, 81, 140, 0.6);
}



.lightblue-cluster {
    background-color: rgba(147, 239, 255, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.lightblue-cluster div {
    background-color: rgba(117, 209, 235, 0.6);
}



.purple-cluster {
    background-color: rgba(213, 99, 189, 0.6);
   color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.purple-cluster div {
    background-color: rgba(183, 59, 159, 0.6);
}



.darkpurple-cluster {
    background-color: rgba(109, 76, 125, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.darkpurple-cluster div {
    background-color: rgba(79, 46, 85, 0.6);
}



.pink-cluster {
    background-color: rgba(255, 164, 252, 0.6);
   color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.pink-cluster div {
    background-color: rgba(225, 124, 202, 0.6);
}



.cadetblue-cluster {
    background-color: rgba(87, 125, 140, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.cadetblue-cluster div {
    background-color: rgba(47, 85, 100, 0.6);
}


.red-cluster {
    background-color: rgba(255, 30, 30, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.red-cluster div {
    background-color: rgba(220, 0, 0, 0.6);
}



.gray-cluster {
    background-color: rgba(106, 106, 106, 0.6);
    color: #EEE;
    text-shadow: 1px 1px 2px black;
}

.gray-cluster div {
    background-color: rgba(76, 76, 76, 0.6);
}

.row-inactive {
  color: lightgray;
}

.row-highlighted {
    background-color: #e8e8e8
}
