html, body {
  font-family: 'Poppins', 'Roboto', 'lato', Arial, sans-serif;
  font-weight: 300;
}

h1{
  font-family: 'Poppins', 'lato', Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}



h2{
  font-family: 'Poppins', 'lato', Arial, sans-serif;
  font-weight: 200;
  text-align: center;
}

h4{
  font-family: 'Poppins', 'lato', Arial, sans-serif;
  text-align: center;
  margin-block-end: 2px;
  font-size: smaller;
}

.header{
	margin: 0 10px 10px 10px;
	/*border-bottom: 1px solid #A2B187;*/
}

	.header h1{
		color: #43620e;
	}

	.header p{
		margin: 0px 0px 5px 0px;
		line-height: 1.4;
		font-size: 1em;
		text-align: center;
	}


#searchForm {
	background-color: #5c633e;
	color: white;
	text-align:center;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}



#faunaTableDiv p{
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#duplicateRNDWarning {
  text-align: center;
  font-style: oblique;
}

.pdf-doc {
	background-color: #5c633e;
	color: white;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.layer-switcher .panel {
  max-width: 90%;
  float: right;
}

.layer-switcher{
	position: static;/*IE*/
    position: initial;
}

.ol-control button {
  background-color: rgba(47,57,7,0.75);
  /*background-color: rgba(0,60,136,.5);*/
}

#mapArea:fullscreen{
    width: 100%!important;
    height:100%!important;
}

#mapArea:fullscreen > #map{
    width: 100%!important;
    height:100%!important;
}

#searchInput{
  width:100%;
}


.sidebar_tooltip {
  position: relative;
  display: inline-block;
}


.sidebar_tooltiptext{
  position: fixed;
  right: 0;
  padding: 0em 1.5em;

  margin-right: 70px;
  margin-top: 0px;

  z-index: 1;

  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  background-color: rgba(47,57,7,0.75);

  overflow: visible;
  width: fit-content;
  border-radius: 0.25em;

  pointer-events: none;

  opacity: 0;
  transition: opacity 0.3s;
}

.sidebar_tooltip:hover .sidebar_tooltiptext {
  visibility: visible;
  opacity: 1;
}


.maptool_tooltip {
  position: relative;
  display: inline-block;
}


.maptool_tooltiptext{
  position: fixed;
  padding: 0.5em 0.5em;

  margin-left: 20px;

  margin-top: -1em;

  z-index: 1;

  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  color: white;
  background-color: rgba(47,57,7,0.75);

  overflow: visible;
  width: fit-content;
  border-radius: 0.25em;

  pointer-events: none;

  opacity: 0;
  transition: opacity 0.3s;
}

.maptool_tooltip:hover .maptool_tooltiptext {
  visibility: visible;
  opacity: 1;
}



@media screen {
  #mapArea{
    display: inline-flex;
    flex-direction: column;
    position: fixed;
    width: 35%;
    /*top: 150px;*/
	/*top: 180px;*/
    background-color: white;
  }

  .map:-moz-full-screen {
    height: 100%;
  }
  .map:-webkit-full-screen {
    height: 100%;
  }
  .map:-ms-fullscreen {
    height: 100%;
  }
  .map:fullscreen {
    height: 100%;
  }
  .ol-rotate {
    top: 3em;
  }
}


@media only screen and (min-width: 1201px){
  #tableResults, #searchStatus {
    float:left;
    width: 64%;
    margin-left: 0.25em;
    margin-right: 0.5em;
  }

  #map {
    position: fixed;
    width: 34.5%;
  }

  .measure-tool {
    left: .5em;
    top: 70px;
  }
  .set-coordinate-tool {
    left: .5em;
    top: 105px;
  }
  .ol-touch .measure-tool {
    top: 80px;
  }
  
  #sticky_alert {
	
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #d26464;
	font-size:14px;
	position: sticky;
	padding-top: 8px;
	color: white;
	top: 0;
	
  }
}


@media only screen and (max-width: 1200px){
  #tableResults, #searchStatus {
    float:left;
    width: 100%
  }

  #mapArea{
    width: 100%;
    position: relative;
    top: unset;
  }

  #map {
    width:100%;
    height:500;
  }

  .measure-tool {
    left: 0.5em;
    top: 70px;
  }
  .set-coordinate-tool {
    left: 0.5em;
    top: 105px;
  }
  .ol-touch .measure-tool {
    top: 100px;
  }
  
  #sticky_alert {
	
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #d26464;
	font-size:12px;
	position: sticky;
	color: white;
	top: 0;
	
  }
}



#map{
  border: 1px solid darkgray;
}


.map_info_overlay{
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 99999;
  background-color: #ffffffa0;
  /*padding:5px;*/
  border-radius:10px;
}

#map_hover_info{
    top: 5%;
    left: 10%;
    width: 80%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#map_click_info{
    background-color: #ffffffc0;
    pointer-events: auto;
    bottom: 5%;
    left: 10%;
    width: 80%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;

}

#print_button{
  display: none;
  padding: 0.5em;
  border: 2px solid rgba(180,180,115,0.5);
  text-align: center;
  transition: 250ms;
  background-color: rgba(180,180,115,0.1);
  font-size: 1em;
  cursor: pointer;
  width: 100px;
  position: absolute;
  top: 1em;
  left: 1em;
}

#close_click_info{
  float: right;
}

#headingDetails {
    display: none;
}

th:hover #headingDetails {
  position: absolute;
  top: -10px;
  display: block;
  background-color: lightgray;
  padding:5px;
  border-radius:10px;
}

.rowHoverInstructiopn{
  position: fixed;
  top : 20px;
  right : 20px;
}

.rowHoverInstructiopn p{
  background-color: blanchedalmond;
  padding:5px;
  border-radius:10px;
}

#boundryHoverInstruction{
  display: none;
}

#pointHoverInstruction{
  display: none;
}

#faunaBoundaryTable tr:hover{

}

/*#headingDetails span::after { 
  content: "Click to sort by this";
}*/

/*input{
  font-size: large;
}*/

table.dataTable {
  font-size: 0.75em;
}

table.dataTable thead th,table.dataTable thead td{
  padding: 2px 5px;
}

table.dataTable tbody td {
    padding: 5px 5px;
}


.tooltip {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /*width: 150px;*/
  left: -150px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  word-wrap:break-word;
  font-size: medium;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.bottom_right{
  float: right;
}

table .display{
  width: 100%;
}


.measure-tool {
  z-index: 1;
}

.set-coordinate-tool {
  z-index: 1;
}


.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  color: white;
  padding: 2px 2px;
  opacity: 1;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}


.button{
  display: inline-block;
  background-color: rgba(190,222,64,0.75);
  border-radius: 5px;
  padding: 3px 6px;
}

.zoom_to{
  float: right;
  margin-right: 1em;
}

.showOnlyThisSpecies{
  margin-top: 1em;
}

#searchResults{
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  padding: 4px;
}

.habitatDescription{
  font-size: 0.8em;
}


ul {
  list-style: none;
  padding: 0;
}
ul .inner {
  padding-left: 0.5em;
  overflow: hidden;
  display: none;
}
ul li {
  margin: 0.75em 0;
}
ul li a.toggle {
  width: 95%;
  display: block;

  background: rgba(70, 65, 33, 0.75);
  color: white;
  font-weight: bold;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  text-decoration: none;
}
ul li a.toggle:hover {
  background: rgba(70, 65, 33, 1.0);
  text-decoration: underline;
}


.disabled img {
  display: none;
}

.layer-settings label img {
  max-height:unset;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3f00c5 !important;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media print{
  #print_button{
    display: none!important;
  }

  #tableResults {
    float:left;
    width: 100%
  }
  #mapArea{
    page-break-before: always;
  }
  #instructions {
    display: none!important;
  }

  #searchInput{
    display: none!important;
  }

  #searchStatus{
	text-align: center;
    display: none!important;
  }
  
  #searchStatus h3 {
	  width: 300px;
	  
	  color: red;
  }

  #warning{
    page-break-before: avoid;
    page-break-after: avoid;
  }

  #instructionScreenOnly{
    display: none!important;
  }

  button.dt-button{
    display: none!important;
  }

  .bottom_right{
    display: none!important;
  }
  .dataTables_filter{
    display: none!important;
  }

  #map_hover_info{
    display: none!important;
  }

  #map_click_info{
    display: none!important;
  }
  #boundryHoverInstruction{
    display: none!important;
  }
  #pointHoverInstruction{
    display: none!important;
  }

  .rowHoverInstructiopn{
    display: none !important;
  }

  #map{
    border: none !important;
  }
  #sidebar{
    display: none;
  }
}