/* Button Style Properties */
.button {
  background-color: #FFFFFF;
  height: 32px;
  width: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #25363d;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10pt;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .button {
    background-color: #FFFFFF;
    height: 32px;
    width: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #25363d;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
  }
}

/* Application - Info Button */
#appInfoBtn{
  position: absolute;
  top: 11px;
  right: 10px;
  background-image: url("https://gis.edmondok.gov/ApplicationModulesJS4X/Icons/CalciteIcons/information-16.svg");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  #appInfoBtn{
    position: absolute;
    top: 50px;
    right: 10px;
	background-image: url("https://gis.edmondok.gov/ApplicationModulesJS4X/Icons/CalciteIcons/information-16.svg");
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* Application - Layers Button */
#appLayersBtn{
  position: absolute;
  top: 11px;
  right: 52px;
  background-image: url("https://gis.edmondok.gov/ApplicationModulesJS4X/Icons/CalciteIcons/layers-16.svg");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  #appLayersBtn{
    position: absolute;
    top: 50px;
    right: 52px;
	background-image: url("https://gis.edmondok.gov/ApplicationModulesJS4X/Icons/CalciteIcons/layers-16.svg");
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* Application - Legend Button */
#appLegendBtn{
  position: absolute;
  top: 11px;
  right: 94px;
  background-image: url("https://gis.edmondok.gov/ApplicationModulesJS4X/Icons/CalciteIcons/legend-16.svg");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
  #appLegendBtn{
    position: absolute;
    top: 50px;
    right: 94px;
    background-image: url("https://gis.edmondok.gov/ApplicationModulesJS4X/Icons/CalciteIcons/legend-16.svg");
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* Info */
#infoDIV{
  z-index: 3;
  position: absolute;
  right: 10px;	
  top: 10px;
  height: 650px;
  width: 360px;
  border: 1px solid #25363d;
  border-radius: 4px;
  background-color: white;
  overflow-x: none !important;
  overflow-y: none !important;
}

/* Mobile @ 900px */
@media only screen and (max-width: 900px) {
  #infoDIV{	
    z-index: 3;
    position: absolute;
	left: 0px;
    right: 0px;	
    top: auto;
	bottom: 0px;
    height: 360px;
    width: auto;
    border: 1px solid #25363d;
    border-radius: 4px;
    background-color: white;
    overflow-x: none !important;
	overflow-y: none !important;
  }	
}

#infoHeaderDIV{
  position: absolute;
  height: 24px;
  width: 100%;
  background-color: #25363d;
  font-weight: bold;
  text-indent: 5px;
  color: white;
  display: inline-block;
  line-height: 24px;
}

#infoTextBoxDIV{
  position: absolute;
  top: 30px;
  height: 600px;
  left: 5px;
  right: 5px;
  font-weight: normal;
  font-size: 10pt;
  line-height: 18px;
  overflow-y: scroll;
}

/* Mobile @ 700px */
@media only screen and (max-width: 700px) {
  #infoTextBoxDIV{
    position: absolute;
    top: 30px;
    height: 310px;
    left: 5px;
    right: 5px;
    font-weight: normal;
    font-size: 10pt;
    line-height: 18px;
	overflow-y: scroll;
  }
}



/* legend */
#legendDIV{
  z-index: 3;
  position: absolute;
  right: 10px;	
  top: 10px;
  height: 300px;
  width: 300px;
  border: 1px solid #25363d;
  border-radius: 4px;
  background-color: white;
  overflow-x: hidden !important;
}

#legendHeaderDIV{
  position: absolute;
  height: 24px;
  width: 100%;
  background-color: #25363d;
  font-weight: bold;
  text-indent: 5px;
  color: white;
  display: inline-block;
  line-height: 24px;
}

/* Legend Mobile - 700px Pixel Width */
@media only screen and (max-width: 700px) {
  #legendDIV{
    z-index: 3;
    position: absolute;
	left: 0px;
    right: 0px;	
    top: auto;
	bottom: 0px;
    height: 300px;
    width: auto;
    border: 1px solid #25363d;
    border-radius: 4px;
    background-color: white;
    overflow-x: hidden !important;
	overflow-y: hidden !important;
  }
}

/* Map - Legend */
#mapLegendDIV{
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 10px;
  right: 10px;
  height: 260px;
  overflow: hidden;
}

/* Legend Mobile - 700px Pixel Width */
@media only screen and (max-width: 700px) {
  #mapLegendDIV{
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 10px;
    right: 10px;
    height: 260px;
    overflow: hidden;
   }
}



/* Layers */
#layersDIV{
  z-index: 3;
  position: absolute;
  right: 10px;	
  top: 10px;
  height: 130px;
  width: 250px;
  border: 1px solid #25363d;
  border-radius: 4px;
  background-color: white;
  overflow-x: hidden !important;
}

/* Mobile @ 700px */
@media only screen and (max-width: 700px) {
  #layersDIV{	
    z-index: 3;
    position: absolute;
	left: 0px;
    right: 0px;	
    top: auto;
	bottom: 0px;
    height: 130px;
    width: auto;
    border: 1px solid #25363d;
    border-radius: 4px;
    background-color: white;
    overflow-x: hidden !important;
	overflow-y: hidden !important;
  }	
}

#layersHeaderDIV{
  position: absolute;
  height: 24px;
  width: 100%;
  background-color: #25363d;
  font-weight: bold;
  text-indent: 5px;
  color: white;
  display: inline-block;
  line-height: 24px;
}

/* Air Photo Toggle Check Box */
#legacyTreesCheckBox{
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 10px;
  height: 25px;
  width: 25px;
}

/* Air Photo Toggle Check Box Title */
#legacyTreesCheckBoxTitle{
  position: absolute;
  z-index: 2;
  top: 43px;
  left: 45px;
  right: 10px;
  height: 23px;
  font-weight: bold;
  text-indent: 5px;
  display: inline-block;
  line-height: 23px;
}

/* Tree Canopy Toggle Check Box */
#treeCanopyCheckBox{
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 10px;
  height: 25px;
  width: 25px;
}

/* Tree Canopy Toggle Check Box Title */
#treeCanopyCheckBoxTitle{
  position: absolute;
  z-index: 2;
  top: 83px;
  left: 45px;
  right: 10px;
  height: 23px;
  font-weight: bold;
  text-indent: 5px;
  display: inline-block;
  line-height: 23px;
}