#help {
	background-color: #ccc;
  position: absolute;
  width: 500px;
	border-width:0px; border-radius:0px; border-style:solid; border-color:#aaa;
  box-shadow:#fff 0px 0px 40px;
  display: none;
  z-index: 12;
}

#settingsGeo {
	background-color: #ccc;
  position: absolute;
  width: 500px;
	border-width:0px; border-radius:0px; border-style:solid; border-color:#aaa;
  box-shadow:#fff 0px 0px 40px;
  display: none;
  z-index: 9;
  }

.geo_header {
	background-color: #eee;
	color: blue;
  padding: 8px;
}
.btn_hdr_act {
  width: 150px;
	background-color: #226;
  }
.btn_hdr_inact {
  width: 150px;
	background-color: #88a;
  color: #ddd;
}
.btn_hdr_inact:hover {
  background-color: #77a;
}
.btn_spacer {

}
.tab_mode {
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: #eee;
}
.tab_mode td {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

}
.tab_mode td:hover {
  cursor: default;
}

#stdorte tr {
  height: 50px;
}

#mode_coo {
/*
	background-color: #004;
  position: fixed;
  right: 550px;
  top: 25px;
*/
}
#mode_nam {
/*
  position: fixed;
  right: 400px;
  top: 25px;
*/
}
.geo_main {
  margin: auto;
  padding: 20px;
  z-index: 1;
	background-color: #226;
/*
  position: relative;
*/
}
.geo_main h4 {
  margin-top: 0px;
}
.inp_dis {
  background-color:transparent; border:0px; color:#CCC;
  font-size:10pt;
}
input {
}

.btn {
  margin-left: 10px;
  margin-right: 0px;
  }
img.btn:hover {
    background-color:#888;
    box-shadow:#fff 0px 0px 5px;
}

.cnc_ok {
  text-align: right;
}

.btn_100 {
width: 10em;
height: 30px;
margin-top: 1em;
margin-bottom: 1em;
background-color:#ddf;
}
.btn_100:disabled {
background-color:#aaa;
}

.rel {
  /* position: relative; */
  /* background: white; */
}

.tab_nam td {
  padding: 5px;
}

/* Vorschlagsliste Orte */
.suggest {
  /* position: absolute; */
  z-index: +1;
  white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: clip;
  
  }
.suggest table {
}
.suggest td {
  width: 300px;
  padding: 3px;
  background-color: #ddd; 
  color: black;
  border: 1px solid #aaa;
  white-space: nowrap;
}
.suggest td:hover {
    background-color: red;
    cursor: pointer;
}

#time_zone {
  height: 80px;
}
#gmap {
  width: 500px;
  height: 400px;
  display: none;
}
#tab_coo td {
  padding: 5px;
}
div[id^="per_"] {
  height: 110px;
}

@media screen and (max-width: 600px) {

  #settingsGeo {
    width: 94%;
    box-shadow: none;
    background-color: black;
    margin-top: 1em;
  }
  .geo_header {
    display: none;
  }
  
  .tab_mode {
    background-color: transparent;
  }

  #settingsGeo .cncl_24 {
    display: none;
  }
  #gmap {
    width: 100%;
  }
    
}