@charset "UTF-8";
:root {
	--highlightColor: #0000ff;
	--showborder: coral;
	//--showbordersty: solid; /*debugging only*/
	--showbordersty: none;
	--basecolor: black;
	--basefontcol: WhiteSmoke;
	--ctrlcolor: #548DD4;
}
body {
	color: var(--basefontcol);
	background-color: var(--basecolor);
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
body:link {
	color: var(--ctrlcolor);
}
#map {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	border-radius: 10px;
}
#loadingdialog{
	width: 20%; 
	bottom:50%; 
	left:40%; 
	height: 40px; 
	z-index:100000; 
	position: absolute; 
	background-color: Black; 
	display: flex; 
	margin:0 auto;
	border-radius: 5px ;
	visibility: hidden;
}
#wrapper {
	position: relative;
	width: 100%;
	padding: 10px;
	height: calc(100vh - 90px);
	border-style: var(--showbordersty);
	border-color: var(--showborder);
}

.boldText {
	font-weight: bold;
}

.leaflet-control {
	z-index: 0 !important;
}

.leaflet-control-layers {
	z-index: 30 !important;
}

.leaflet-top {
	z-index: 1000 !important;
}

.leaflet-control-attribution {
	margin: 30px;
	padding: 0px 30px;
}

.leaflet-popup-content-wrapper {
	background: var(--basecolor);
	color: var(--basefontcol);
	border-radius: 10px;
}

	.leaflet-popup-content-wrapper b {
		color: var(--ctrlcolor);
	}

.leaflet-popup-tip-container {
	width: 60px; /*should be width of popup content */
	height: 15px;
	transform: translateX(calc(-50% - 50px)); /*want to translate half the length of popup*/
	/*border-color: cyan;
    border-style: solid;
    border-width:1px;*/
}

.leaflet-popup-tip {
	transform: rotate(45deg);
	margin-top: -30px;
	border-left: 30px solid transparent; /*this has to be 1/2 width of container*/
	border-right: 15px solid var(--basecolor); /*these have to be height of container*/
	border-bottom: 15px solid var(--basecolor);
	//border-top:15px solid yellow;
	//var(--basecolor);
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	border-radius: 10px;
}

.leaflet-div-icon {
	width: auto;
	/*padding: 1px 2px 1px 2px ;*/
	display: inline-block;
	margin: 0px;
}
.topnav{
	background-color: black;
	float: right;
	text-align:left;
	font-size: 20px;
	color: white;
	padding-top: 0px;
	padding-left: 0px;
	width: calc(100%);
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
}
.leaflet-container.crosshair-cursor-enabled {
    cursor:crosshair;
}
.intop{
	 float:right;
	 padding: 0px;
	 height:80px;
	 color: white;
	 display: inline-block;
}
.intopl{
	 float:left;
	 padding: 30px;
	 height:20px;
	 color: white;
	 display: inline-block;
}
.subtext{
	font-size: 15px;
}
/*.main{
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: relative;
	margin: 0px; 
	padding: 0px 0px;
}*/
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

div.dragdrop,
div.dragdropinner{
    padding:3px 3px;
    border-style: solid;
    border-color: var(--basecolor);
    border-radius: 10px;
    margin-top: 6px;
    border-width: 1px;
    background-color: var(--basefontcol);
    display:flex;
    justify-content: center;
}
div.dragdrop{
    width: 172.4px;
}
div.dragdropinner{
    width: 100%;
    height: 100%;
    margin-top:0px;
    border-color: #C9C9C9; //var(--basecolor);
    border-width:3px;
    padding:0px 0px;
}
div.dragdropinner:dragover,
div.dragdropinner:hover{
    border-color: var(--ctrlcolor)!important;
}
button {
	appearance: auto;
	font-style:;
	font-variant-ligatures:;
	font-variant-caps:;
	font-variant-numeric:;
	font-variant-east-asian:;
	font-variant-alternates:;
	font-variant-position:;
	font-variant-emoji:;
	font-weight:;
	font-stretch:;
	font-size:;
	font-family:;
	font-optical-sizing:;
	font-size-adjust:;
	font-kerning:;
	font-feature-settings:;
	font-variation-settings:;
	text-rendering: auto;
	color: buttontext;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	cursor: default;
	box-sizing: border-box;
	background-color: buttonface;
	margin: 0em 0em 0em 0em;
	padding-block: 1px;
	padding-inline: 6px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonborder;
	border-image: initial;
}
button:disabled {
	background-color: #ccc !important;
	color: #666 !important;
	cursor: not-allowed !important;
	opacity: 0.6 !important;
}

button.sidebuttons {
	width: 180px;
	height: 30px;
	display: block;
	margin-top: 6px;
	border-radius: 10px;
}
/* treeview control at right */
#fileMenu {
	position: absolute;
	width: 30px;
	padding-left: 4px;
	height: calc(100vh - 55px);
	right: 0;
	background-color: black;
}
#fileMenu::after {
	content: '';
	position: absolute;
	background-color: black; /*#ccc;*/
	top: 0;
	left: 0;
	height: calc(100vh - 55px);
	width: 6px;
	cursor: ew-resize;
}
ul.tv{
    list-style-type: none;
}
ul.tv_top{
    //margin:0;
    padding:0;
}
span.tv_caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
span.tv_no_caret{
  draggable: true;
  cursor: grab;
}
span.tv_no_caret::before{
  content: "\25B6";
  color: #ffffff00; //transparent
  display: inline-block;
  margin-right: 6px;    
  draggable: true;
  cursor: grab;
}
span.tv_caret::before {
  content: "\25B6";
  color: white;
  display: inline;
  margin-right: 6px;
}

span.tv_caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}
ul.tv_nested {
  display: none;
}
ul.tv_active {
  display: block;
}

.tab button:hover {
	background-color: var(--ctrlcolor) !important;
}

.refreshbutton {
	border-radius: 10px;
	display: inline-block;
	border: none;
	padding: 3px 5px;
	font-size: 10px;
}

.refreshbutton:hover {
	background-color: var(--ctrlcolor);
}

.removeButton {
	border-radius: 2px;
	display: inline-block;
	border: none;
	height: 16px;
	width: 15px;
	padding: 3px 5px;
	font-size: 10px;
	margin-left: 2px;
	background-image: url(images/remove_button.png);
	background-color: black;
}

.removeButton:hover {
	background-color: var(--ctrlcolor);
}