/* 
    Created on : 13-Nov-2018, 17:12:05
    Author     : Tensmoor
*/
.nosee{
    display: none;
	visibility:hidden;
}
.see{
    display: block;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.dtrlogo.tool.solo {
	bottom: 0;
	position: absolute;
	border: solid 5px blue;
}
#dtrControls{
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 285px;
	/* background-color: var(--body-background); */
}
.moveto{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	align-content: center;
	padding-bottom: 10px;
}
.dtrloc {
	position: relative;
	top: 5px;
}
#dtrXLoc, #dtrYLoc {
	position: relative;
	top: 3px;
	width: 39px;
	font-size: 11px;
	height: 16px;
}

#dtrlogo{
	display: flex;
	gap: 2px;
	background-color: var(--body-background);
}

.compass_rose {
	background-color: var(--body-background);

	box-sizing: border-box;
	display: grid;
	grid-template-areas:
	  "nw n ne"
	  "w h e"
	  "sw s se";
	grid-template-columns: 2rem 2rem 2rem;
	grid-template-rows: 2rem 2rem 2rem;
  }
.compass_rose > div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--body-background);
  }
  .nw > span {
	rotate: -45deg;
  }
  .ne > span {
	rotate: 45deg;
  }
  .w > span {
	rotate: -90deg;
  }
  .e > span {
	rotate: 90deg;
  }
  .sw > span {
	rotate: -135deg;
  }
  .s > span {
	rotate: 180deg;
  }
  .se > span {
	rotate: 135deg;
  }
  .h{
	  background-image: url("../images/tower.png");
	  background-size: contain;
  }
.zooms{
	display:flex;
	flex-direction: column;
	min-width: 3rem;
}
.pluszoom {
	background-image: url("../images/pluszoom.svg");
	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	height: 50%;
}
.minuszoom{
	background-image: url("../images/minuszoom.svg");
	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	height: 50%;
}
.zl {
	background-color: var(--body-background);
}
#toshow [type="checkbox"] {
	position: revert;
}
.toolBtnDiv{
	display: flex;
	flex-wrap: wrap;
}
.dtrcbox{
    padding:3px;
    border: solid black 1px;
    white-space: nowrap;
}
.toolHeader {
	width: 100%;
	background-color:gray;
	font-size: 1.25em;
}
.closetool {
    width:20px;
    height:20px;
}
.smIllyIco {
    width:20px;
    height:20px;
}
.smWidth {
	width: 100px;
}
.medWidth {
	width: 150px;
}
.lgWidth {
	width: 200px;
}

#menutabs {
	position:absolute;
	top:100px;
	left:525px;
	overflow:hidden;
	border: solid blue 5px;
	width:802px;
	height:200px;
}
.menu-button {
    background-color: gray;
    border: solid black 1px;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */
    float: left;
	padding: 2px 3px 2px 3px;
	margin: 2px;
}
.tooldiv {
	position: absolute;
	background-color: white;
	border: solid blue 5px;
	font-size: 1em;
}
.tooldiv>.contents {
    height:90%;
    overflow:scroll;
}
.grid1{
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 2fr;
}
#dtrcollecttable {
    border-collapse:collapse;
}
#dtrcollecttable td,
#dtrcollecttable th {
    border:solid black 1px;
    border-collapse:collapse;
    text-align:center;
}
#dtrcampstable {
    border-collapse:collapse;
	table-layout: fixed;    
}
#dtrcampstable th, td {
	border: solid black 1px;
	text-align: center;
}

#dtrcampstable th {
	position: sticky;
	top: 0;
	background-color: lightslategray;
	border: solid black 12px;
	text-align: center;
}

