@charset "ISO-8859-1";
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');

html,#page,body {
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
	position:relative;
	margin: 0 0 0 0;
	font-family: Calibri;
}

h1 {
	font-weight: bold;
	font-size:xx-large;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
  height:100%;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {

font-size: 150px;

}

tr {
	color:white;
}

.feather {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

#mySidepanelLeft {
	position: absolute;
	display: block;
	z-index: 50000;
}

.tab-header {
	display:flex;
	flex-direction:row;
    align-items: center;
	justify-content: center;
	height:15%;
}

.logo {
	height:100%;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
}

#mapDiv {
	position: absolute;
}

#lut {
	width: 50%;
	height: 100%;
}

#graphdiv {
	display:block;
	width:100%;
	height:40%;
}

#buttons {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 40%;
	right: 1%;
	z-index: 400;
	background-color: #333333;
	border:2px solid #333333;
	border-radius:5px;
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cyano-button {
	color: white;
	background-color: #222222;
	border-color: #333333;
	border-radius:5px;
	text-align: left;
}

/* The Modal (background) */
.window-background {
	display: flex;
	flex-direction: column;
  	position: absolute; /* Stay in place */
  	z-index: 50000; /* Sit on top */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
 	height: 100%; /* 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 Content/Box */
.window-content {
	background-color: #222222;
	border-radius:15px;
	color:white;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	text-align: center;
	max-width: 75%;
 /* Could be more or less, depending on screen size */
}



/* The Close Button */
#close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

#close-button:hover,
#close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}



.sidepanel-content {
	display: flex;
	flex-direction: line;
	background-color: #ffffff;
	flex-shrink:5;
	width: 100%;
	height: 100%;
}

.content {
	flex:1;
	flex-basis:100%;
	display: flex;
	flex-direction: column;
}

.resize-bar {
	width: 3px;
	background-color:#EEEEEE;
	cursor: ew-resize;
}

#informations-table {
	font-family:'Calibri';
	font-size: 20px;
}

#acquisition-date {
	text-align: left;
}

#acquisition-stats {
	text-align: left;
	color:#c50000;
}

.selector-container {
	display: flex;
	height: 20%;
	flex-direction: line;
	flex-basis:1%;
}

.info-container {
	display: flex;
	height: 20%;
	flex-direction: line;
	flex-basis: 1%;
	font-size: 24px;
}
	
.selector-span {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.info-span {
  display: flex;
  flex: 1;
  align-items: left;
  justify-content: left;
  padding: 0 2% 0 2%;
  font-weight: normal;
}

.stat-span {
  display: flex;
  flex: 1;
  align-items: left;
  justify-content: left;
  padding: 0 2% 0 2%;
  font-weight: bold;
}

#tutorial_point {
	font-size: 14px;
}

.leaflet-center {
    left: 50%;
    transform: translate(-50%, 0%);
}

.leaflet-middle {
    top: 50%;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    transform: translate(0%, -50%);

}

.leaflet-center.leaflet-middle {
    transform: translate(-50%, -50%);
}

.leaflet-control-scale-line {
	font-size:15px !important;
}

element.style {
    width: 119px;
}



