/* isoxml-JS */
* {
	padding: 0;
	margin: 0;
}
hr {
	margin: 10px 0px;
}
table, tr {
    border: 1px solid darkgreen;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
}
table {
	width:100%;
}
html, body {
	/*width: 100%;*/
	height: 100%;
	font-family: 'Lato', sans-serif;
}
h1 {
	padding: 5px;
	background: white;
}
em, h1, h2, h3, h4 {
	color: rgba(52,178,50,1);
}
img.logo {
	padding: 8px;
	height: 36px;
	width: auto;
	position: fixed; 
	top: 0;
}
img.wur {
	right: 0;
	padding: 12px;
	height: 30px;
}
h1.header {
	height: 36px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: rgba(124,78,42,1);	/*rgba(0,74,109,1);*/
}
h1.header > span {
	font-size: 14px;
}
h1.footer {
	height: 16px !important;
	margin-top:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: rgba(124,78,42,1);	/*rgba(0,74,109,1);*/
}
header {
	width: 100%;
	position: fixed; 
	top: 0;
	padding-top: 4px;
	/*left: 300px;*/
	left: 0px;
	height: 50px !important;
	opacity:.8;
	box-shadow: 0px 2px 22px 0px rgba(0,0,0, 0.1);
    background-color: #FFF;
    min-width: 800px
}
footer {
	width: 100%;
	position: fixed; 
	bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	/*left: 300px;*/
	left: 0px;
	height: 0px !important;
	box-shadow: 0px 2px 22px 0px rgba(0,0,0, 0.1);
	opacity:.8;
}

.main {
    position:absolute;
    height: 100%;
    width: 100%;
	height: calc(100% - 56px);
	margin:54px 0 2px 0;
}
.content {
    position:relative;
    height: 100%;
    width: 100%;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    padding: 5px;
}
.rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-form {
	min-width: 300px;
}
.popup-form .input-group input {
	padding:5px;
	text-align: center;
	margin-right: -10px;
	margin-bottom: 10px;
	border-radius:3px;
	font-size: 16px;
	display: block;
	width: 100%;
}
.popup-form .input-group input:focus {
	outline-color:rgba(52,178,50,1);
}
.popup-form .input-group input[type="submit"] {
	background-color: rgba(52,178,50,1);
	color: #fff;
	border: 0;
	cursor: pointer;
}
.popup-form .input-group input[type="submit"]:focus {
	box-shadow: inset 0 3px 7px 3px rgba(130,208,129,1);
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    /*left: -49.99vw; */
    top: -10px;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal > div {
    width: 200px;
	margin: auto;
	margin-top: 10px;
}

.info, .filecontrol {
    padding: 0px 0px;
    font-family: 'Lato', sans-serif;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0px;
	width: 165px;
}
.info {
    width: 260px;
}
.infotools{
	padding: 4px; 
	line-height: 22px; 
}

.scrollery{
	max-height: 83vh;
	max-height: calc(100vh-150px);
	overflow-y: scroll;
}
.infotools  > span {
	font-size: 10px;
}

.info h4, .filecontrol h4 {
    color: black;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(90,180,225,1);	/*rgba(0,74,109,1);*/
    padding: 5px;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;  
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.label {
    background: transparent;
    border: none;
    box-shadow: none;
	color:white;
    font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px black, -1px -1px black, 0px -1px black,-1px 0px black, 1px 0px black, 0px 1px black, -1px 1px black, 1px -1px black;
}
.tinylabel {
    background: transparent;
    border: none;
    box-shadow: none;
	color:white;
    font-family: 'Lato', sans-serif;
	font-size: 10px;
	text-shadow: 1px 1px black, -1px -1px black, 0px -1px black,-1px 0px black, 1px 0px black, 0px 1px black, -1px 1px black, 1px -1px black;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
    border: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}
.leaflet-bottom .info  {
    margin-bottom: 17px !important;
}
.numberspin {
    /*float:right;*/
    font-family: 'Lato', sans-serif; 
    font-size: 14px;
	width: 31.64%;
}

.marginright {
	margin-right: 4px;
}
.fieldbtn {
	width: 31.64%;
    font-family: 'Lato', sans-serif;
    /*font-size:11px;*/
    background-color: rgba(124,78,42,1);	/*rgba(0,74,109,1);*/
	border: none;
    color: #eee;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
}

.fieldbtn:hover{
    font-weight: bold;
    color: white;
    cursor: pointer;  
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fileContainer {
    width: 88%;
	width: calc(100% - 20px);
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
    padding: 5px;
    background-color: rgba(145,195,75,1);	/*white;*/
	border: none; /*1px solid rgba(124,78,42,1);*/	/*rgba(0,74,109,1);*/
    color: black;	/*rgba(0,74,109,1);*/
    overflow: hidden;
    position: relative;
    margin: 0px 5px 1px 5px;
}
.fileContainer:hover {
    font-weight: bold;
    cursor: pointer;  
}

div.box{
	width:10px;
	height:10px;
	margin-left: 15px;
	display: inline-block;
	background: #ccc;
}
div.red{
	background:#f00;
}
div.blue{
	background:#00f;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 14px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgba(124,78,42,1);	/*#004a6d; */
}

input:focus + .slider {
  box-shadow: 0 0 1px rgba(124,78,42,1);	/*#004a6d; */
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

 /* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: rgba(124,78,42,1);	/*rgba(0,74,109,1);*/
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
	color: #eee;
    border: none;
    outline: none;
    transition: 0.4s;
	margin-top: 1px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    font-weight: bold;
    color: white;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

div.panel {
    padding: 0 4px;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

.parceldiv {
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
}

.parceldiv.active, .parceldiv:hover {
    background: rgba(238,238,238,0.7);
}

.padtop {
	margin-top: 5px
}
.padbottom {
	margin-bottom: 5px
}
.padright {
	margin-right: 5px
}
.padleft {
	margin-left: 5px
}