/*Application Colours*/
body {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #DFDFDF;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.dropdown-menu {
  /*background: none !important;*/
  background: white;
  /*border: none;*/
  box-shadow: none;
  border-radius: 25px;
  border: 5px solid white;
}
.dropdown-item:hover {
  background: none;
}
.row {
  padding-top: 20px;
}
#Select {
  width: 200px !important;
}
#mapContent {
  padding-bottom: 150px;
}
#NumericSelect {
  width: 300px !important;
  height: 60px;
}
.panel-body {
  text-align: center;
  background-color: white;
}
.panel-default {
  background-color: lightgray;
  padding-top: 15px;
  padding-bottom: 15px;
}
#MapList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#MapList li {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
}
#PanelContent {
  padding-left: 100px;
}
#MapInfo {
  padding-top: 80px;
}
.file_panel {
  display: none !important;
}
#NodeImage {
  padding-left: 50px;
  padding-bottom: 100px;
}
.Map {
  padding-left: 30px;
  width: 1600px;
  height: 1200px;
}
#er-logo {
  float: right;
  padding-right: 10px;
}
#Navs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#NavItem {
  float: left;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#NavItem a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 40px;
  text-decoration: none;
}
#NavItem a:hover:not(#NavItem) {
  background-color: #007569;
}
#NavItem a.active {
  background-color: #D54307;
}
.ResultsTable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.ResultsTable td,
.ResultsTable th {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}
.ResultsTable tr:nth-child(even) {
  background-color: white;
}
.ResultsTable th {
  padding-bottom: 12px;
  text-align: center;
  background-color: #007569;
  color: white;
  width: 110px;
}
#ArchiveMapImage {
  border: 4px solid black;
  border-radius: 1%;
}
#ControlPanel {
  padding-top: 100px;
  padding-left: 100px;
}
#ArchiveMapSegment {
  padding-left: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
.img-magnifier-container {
  position: relative;
}
.img-magnifier-glass {
  position: absolute;
  border: 4px solid #D54307;
  border-radius: 50%;
  cursor: none;
  width: 300px;
  height: 300px;
}
.ControlItem {
  width: 100%;
  padding-top: 10px;
}
input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animation: 0.2s;
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
  background: white;
  border-radius: 1.3px;
  border: 0.2px solid black;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
  border: 1px solid black;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #D54307;
  cursor: grabbing;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animation: 0.2s;
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
  background: white;
  border-radius: 1.3px;
  border: 0.2px solid black;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
  border: 1px solid black;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #D54307;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #D54307;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #D54307;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px black, 0px 0px 1px #0d0d0d;
  border: 1px solid black;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: white;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #D54307;
}
input[type=range]:focus::-ms-fill-upper {
  background: #D54307;
}
