.leaflet-control-layers-toggle {
  background-image: url('../images/layers.svg');
  width: 36px;
  height: 36px;
  background-color: rgba(37,72,127, 0.8);
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #fff;
  background-color: rgba(37,72,127, 0.8);
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: rgba(37,72,127, 0.8);
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
}

.leaflet-routing-geocoders {
    max-width: 350px;
    min-width: 200px;
    overflow: auto;
    max-height: 75%;
}

.leaflet-routing-container, .leaflet-routing-error {
    width: 320px;
	background-color: rgba(37,72,127, 0.8);
    border-bottom-width: 0px;
}

.leaflet-routing-geocoder {/* 
    background-color: rgba(255,255,255, 0.9); */
    margin: 0 0 0 0;
}

.leaflet-routing-geocoders div {
    padding: 2px 2px 2px 2px;
}

.leaflet-routing-geocoder:first-child input {
	border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left-color: lime;
    border-left-width: thick;
	font-size: 12px;
    background-color: transparent;
	color: white;
}

.leaflet-routing-geocoder:last-of-type input {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left-color: red;
    border-left-width: thick;
	font-size: 12px;
    background-color: transparent;
	color: white;
}

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    padding: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    margin-top: 2px;
    margin-bottom: 6px;
    max-height: 320px;
    overflow-y: auto;
    transition: all 0.2s ease;
}

.leaflet-routing-remove-waypoint:after {
    color: white;
    background: #ffffff00;
}

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    border-bottom: 0px solid #ccc;
}

.leaflet-routing-geocoders button {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    margin: 0;
    float: right;
    background-color: rgba(37,72,127, 0.75);
    transition: background-color 0.2s ease;
    border: 0px;
    border-radius: 5px;
    margin-top: -3px;
    margin-right: 0px;
    color: white;
	width: 40px;
    height: 40px;
}

.leaflet-routing-container h2 {
    color: white;
	padding-left: 10px;
}

.leaflet-routing-container h3 {
    color: white;
	padding-left: 10px;
}

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    color: #afafaf;
}

.leaflet-html-legend {
    background: #fff;
    border: 0px solid #fff;
	color: white;
	background-color: rgba(37,72,127, 0.8);
}

.leaflet-html-legend h4>span {
    color: #fff;
}

.leaflet-html-legend h4.closed .legend-caret:before {
    border-left-color: white;
}

.leaflet-html-legend h4.closed .legend-caret:hover {
    border-left-color: red;
}

.leaflet-html-legend h4.closed .legend-caret:after {
    border-left-color: white;
}

.leaflet-html-legend .opacity-slider input[type=range] {
    -webkit-appearance: auto;
}

.leaflet-html-legend label {
    color: white !important;
}

.leaflet-html-legend .legend-caret:before {
    border-top-color: #ffffff;
}

.leaflet-html-legend h4:hover {
    background: none;