body {
	padding: 0;
	margin: 0;
	font: 100% Helvetica, sans-serif;
}
html,body,#map {
	height: 100%;
	width: 100%;
}

#map {
	z-index: 1;
}

.ui {
	z-index: 2000;
	position: fixed;
	color: white;
	background-color: #C41E3A;
	padding: 5px;
}

.active {
	background-color: #851326;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	list-style-type: none;
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}
li {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin: 5 5 2 2;
}
a {
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 18px;
}
a:link {
	text-decoration: none;
}
a:hover {
	background-color: #f83a59be;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:visited {
	text-decoration: none;
}

#example-name {
	top: 30px;
	left: 10px;
}
#example-desc {
	top: 80px;
	left: 25px;
}

#pan-up {
	background-image: url(../img/up.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	top: 8%;
	left: 50%;
	z-index: 2000;
	position: fixed;
}
#pan-down {
	background-image: url(../img/down.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	bottom: 8%;
	left: 50%;
	z-index: 2000;
	position: fixed;
}
#left {
	background-image: url(../img/left.png);
	background-size: cover;

	width: 24px;
    height: 24px;

	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	top: 50%;
	left: 8%;
	z-index: 2000;
	position: fixed;
}
#right {
	background-image: url(../img/right.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	top: 50%;
	right: 8%;
	z-index: 2000;
	position: fixed;
}

#minimap {
	height: 150px;
	width: 150px;
	position: absolute;
	z-index: 1000;
	border: solid 1px black;
	right: 0;
	bottom: 31px;
	display: none;
}

.leaflet-control-zoom {
	position: fixed;
	top: 170px;
}

.leaflet-control-layers {
	position: fixed;
	top: 30px;
}

.widget-control-container {
	position: relative;
	top: 38px;
	
	display: none;
	cursor: pointer;
}
#widget-sidebar {
	position: relative;

	padding-top: 12px;
	padding-left: 17px;
	
	height: 75px;
	width: 160px;

	border-radius: 6px;
	border: 2px solid black;
	
	background-color: white;
}
#viz-button{
	position: relative;
	right: -150px;
	top: 4px;
	background: url(../img/temp-gear.png);

	background-size: cover;
	height: 30px;
	width: 30px;
}
#viz-button-hidden{
	position: relative;
	top: 43px;
	right: 1px;

	background: url(../img/temp-gear.png);
	background-size: cover;
	height: 30px;
	width: 30px;
}

input[type=range][orient=vertical]
{
	-webkit-transform:rotate(-90deg);

	position: fixed;
	width: 225px;
	height: 8px;

	right: -50px;
	bottom: 201px;
}
#horizontal
{
    width: 225px;
    height: 8px;
	padding: 0 5px;
	margin-right: 25px;
	background-color: #851326;
}

input[type=range] {
	width: 100%;
	margin: 13.8px 0;
	background-color: transparent;
	-webkit-appearance: none;
  }
  input[type=range]:focus {
	outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
	background: #851326;
	border: 0.2px solid #010101;
	border-radius: 1.3px;
	width: 100%;
	height: 8.4px;
	cursor: pointer;
  }
  input[type=range]::-webkit-slider-thumb {
	margin-top: -14px;
	width: 12px;
	height: 36px;
	background: #d8d9b8;
	border: 1px solid #000000;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
	background: #891427;
  }
  input[type=range]::-moz-range-track {
	background: #851326;
	border: 0.2px solid #010101;
	border-radius: 1.3px;
	width: 100%;
	height: 8.4px;
	cursor: pointer;
  }
  input[type=range]::-moz-range-thumb {
	width: 16px;
	height: 36px;
	background: #d8d9b8;
	border: 1px solid #000000;
	border-radius: 3px;
	cursor: pointer;
  }
  input[type=range]::-ms-track {
	background: transparent;
	border-color: transparent;
	border-width: 14.8px 0;
	color: transparent;
	width: 100%;
	height: 8.4px;
	cursor: pointer;
  }
  input[type=range]::-ms-fill-lower {
	background: #811225;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
  }
  input[type=range]::-ms-fill-upper {
	background: #851326;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
  }
  input[type=range]::-ms-thumb {
	width: 16px;
	height: 36px;
	background: #d8d9b8;
	border: 1px solid #000000;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 0px;
  }
  input[type=range]:focus::-ms-fill-lower {
	background: #851326;
  }
  input[type=range]:focus::-ms-fill-upper {
	background: #891427;
  }
  @supports (-ms-ime-align:auto) {
	input[type=range] {
	  margin: 0;
	}
  }

.leaflet-control-layers-toggle {
	background-image: url(../img/temp-gear.png);
	
    width: 36px;
    height: 36px;
}

#up {
	background-image: url(../img/up.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	position: relative;
	float: right;
	z-index: 2000;
	top: -245px;
	right: 41px;
}
#down {
	background-image: url(../img/down.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	position: relative;
	float: bottom;
	z-index: 2000;
	top: 5px;
	right: 17px;
}
#forward {
	background-image: url(../img/right.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;
	
	float: right;
	position: relative;
	z-index: 2000;
	left: -24px;
	top: 7px;
}
#reverse {
	background-image: url(../img/left.png);
	background-size: cover;

	width: 24px;
	height: 24px;
	
	background-color: #C41E3A;
	border-radius: 4px;
	border: 0;

	float: left;
	position: relative;
	z-index: 2000;
	left: -1px;
	top: 7px;
}
.button-img{
	background-size: cover;
	height: 15px;
	width: 15px;
}