html {
  height: 100%;
    background-color: #DDD;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: small;
  overflow: hidden;
}

.clearable {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.leftFloat {
  float: left;
  height: 22px;
}

.search-string {
  padding-right: 17px; /* add space for the 'x' icon*/
  width: 12em;
}


span.icon_clear {
  position: absolute;
  right: 10px;
  top: 0px;
  display: none;
  /* now go with the styling */
  cursor: pointer;
  font: bold 1.2em sans-serif;
  color: #38468F;
}

.clickable {
  cursor: pointer;
}

span.icon_clear:hover {
  color: #f52;
}

.tagSelectorButton {
  text-align: left;
  width: 150px;
  height: 21px;
  background-color: white;
  border-width: thin;
}

#filterToggleImage {
  float: right;
}

.tagTable tbody {
  text-align: left;
  vertical-align: top;
}

.tagCheckbox {
  margin-right: 3px;
}

#tagCommunityOrOfficialToggle {
  margin-bottom: 5px;
}

#tagAndOrToggle {
  margin-bottom: 5px;
}

.official {
  color: green;
  font-weight: bold;
}

.tagName {
  font-weight: bold;
  font-style: italic;
}

.tagActionButton {
  margin: 4px 4px 4px 0px;
}

#search-string {
  width: 17ch;
}

#tagSelector {
  position: relative;
}

#tagSelectorContent {
  position: absolute;
  top: 100%;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  background-color: white;
  opacity: 0.9;
  border-color: darkgray;
  border-style: solid;
  border-width: thin;
  padding: 4px;
  display: none;
  margin: 0px 1px 1px 1px;
  overflow: auto;
  max-height: 24em;
}

td.tagFilterCheckbox {
  padding-right: 2px;
}

.infoWindowIconContainer {
  display: inline-block!important;
}

.infoWindowIcon {
  width: 12px!important;
  height: 12px!important;
  padding: 0 0 0 2px!important;
  cursor: pointer;
}

.zoneInList {
  color: black;
}

.zoneInListHighlighted {
  font-weight: bold;
}

.waypointInList {
  color: gray;
  font-style: italic;
}

.listRemove {
  float: right;
  margin-left: 2px;
}

#tagDisplay {
    /* display: none; */
}

#takeoverHistory {
  display: none;
}

#history {
  min-height: 22px;
  width: auto;
  opacity: 0.95;
}

#left {
  float: left;
  margin: 0;
}

#middle {
  float:left;
  width: 100px;
  margin-top: -1.6em;
}

#right {
  float: right;
  margin: 0;
}

.calendarContainer {
  padding: 0 4px;
}

.flatpickr-mobile {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

#map_control {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2000;
  opacity: 0.95;
}

#map_canvas {
  height: auto;
  width: auto;
  margin: 0px auto 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px
    rgba(0, 0, 0, 0.1);
    border: solid rgba(102, 102, 102, 0.5) 1px;
  cursor: default;
}

#historyContainer {
  position: relative;
  z-index: 1000;
}

.bordered {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px
    rgba(0, 0, 0, 0.1);
    border: solid rgba(102, 102, 102, 0.5) 1px;
}

#buttonPanel {
  width: auto;
  padding: 1px 4px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 1px;
}

.dialog {
  font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana",
    "sans-serif";
  font-size: 75%;
}

#helpDialog {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 1em;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 5px 10px;
  -webkit-animation: fadeEffect 0.5s;
  animation: fadeEffect 0.5s;
  background-color: white;
  opacity: 0.95;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 0.95;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 0.95;}
}

#streetViewDialog {
  padding: 2px 0 0 0;
}

.ui-autocomplete {
  font-size: 75%;
}

.ui-front {
  z-index: 9999;
}

.mapInfoWindow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px
    rgba(0, 0, 0, 0.1);
  border: solid rgba(102, 102, 102, 0.5);
  border-radius: 2px 2px 10px 10px;
  border-width: 2px 2px 0 2px;
  margin: -14px -26px -15px -22px;
}

.leaflet-popup-close-button {
  font-size: large!important;
}

#measurement {
  background-color: whitesmoke;
	position: absolute;
  width: 200px;
  /* Should be 400px high when active */
  height: 4em;
  bottom: 50px;
  right: 6px;
  opacity: 0.85;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#measurementMenu {
  background-image: url('../images/Semi-Transparent.png');
  background-color: #B0B0B0;
}

#measurementMenuText {
	float: left;
	font-weight: 600;
	padding: 3px;
}

#measurementMenuIcon {
  color: #615d5a;
  float: right;
  padding-right: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5em;
}

.insertHere {
  background-color: lightpink;
  font-weight: 600;
}

#toggleRadiusIcon {
  color: red;
  opacity : 0.4;
  filter: alpha(opacity=40);
}
#measuredPoints {
  background-image: url('../images/Semi-Transparent.png');
  height: 333px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 3px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  flex: auto;
}

#measuredPoints li {
  cursor: n-resize;
  margin: 1px 0;
  font-size: 1.2em;
}

.measureMenuIcon {
  margin: 0 2px;
}
.listRemove {
  margin-right: 4px;
}

#measuredDistance {
  background-image: url('../images/Semi-Transparent.png');
  background-color: #B0B0B0;
  vertical-align: middle;
  padding-left: 3px;
  width: 100%;
  border-top: black;
  border-top-style: dashed;
  border-top-width: 1px;
  display: none;
}

#regionSelect {
  width: 17em;
  z-index: 10000;
}

#polygonSelect {
  width: 8em;
}

.swal2-container {
    z-index: 1000000!important;
}

.ui-button .ui-button-text
{
  line-height: normal;
  display: inline !important;
}

li.country {
  font-weight: bold;
}

img.country {
  width:16px;
  height: 12px;
}

#tagCount {
  display: inline;
}

.target {
  font-size: 2em;
}

.leaflet-tooltip.turfer-name {
  font-weight: 700;
  padding: 1px 2px 1px 2px;
  opacity: 0.5;
}

.mapIcon {
  font-size: 1.3em;
  color: #615d5a;
}

.mapIconLeft {
  margin-left: -0.1em;
}

.form-group {
  margin-bottom: 5px;
}

.pulse {
    animation: pulsate 1s ease-out;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@keyframes pulsate {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

