@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');


.gateway::before {content: "📡 Central"}

#chartProbe{height: 600px; width: auto; margin: 20px 20px 30px 20px}
#chartWeather{height: 400px; width: auto; margin: 20px 20px 60px 20px}
#chartProbeTech{height: 300px; width: auto; margin: 20px}

body {
	font: 14px "Open Sans", helvetica, sans-serif;
	margin:  0;
	background-color: #5ebce3;
/* 	text-shadow: 1px 1px 2px #000000aa; */
/*
	background: url("web_images/bg2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
*/
}
hr {border: 0;border-bottom: 1px solid #666; margin: 0}
img {display: inline-block; margin: 0; max-width: 100%; max-height: 100%}
p {margin: 0}
h1 {font-size: 32px; color: #009de1; font-weight: 300; margin: 0}
h1.alert{background-color: #ffa300;color: #000;border: 0}
h2 {font-size: 18px; color: Grey; font-weight: 300; margin: 0 0 10px 0}
h3 {font-size: 14px ;font-weight: 400;margin: 0 0 5px 0}
h4 {font-size: 28px ;font-weight: 200;margin: 0 0 0 0; /* color: #2ebdfa */}
a{text-decoration: none}

input{margin: 0 8px 0 5px}

.ui-datepicker-trigger {vertical-align:top; height: 35px}
input[type=date],input[type=time] {
	font-size: 23px;
	text-align: center;
	width: auto;
	padding:3px 6px;
	border:0 solid #999;
	-webkit-border-radius: 3px;
	border-radius: 6px;
}
input[type=date]:focus,input[type=time]:focus {border-color:#333;}

input[type=submit] {
	min-width: 80px;
	font-size: 22px;
	line-height: 19px;
	margin: 0 10px 10px 0;
	padding: 20px;
	background:#333;
	color: #fff;
	border: 1px solid #333;
	cursor:pointer;
	-webkit-border-radius: 3px;
	border-radius: 6px;
}
input[type=submit]:hover {
	text-decoration: none;
	}

label{margin: 0 5px 0 15px; font-weight: bold}
select {
	font-size: 14px;
	background-color:#999;
	background: url(web_images/icon_db.png) no-repeat right #fff;
	margin: 0 0 0 15px;
	min-width: 120px;
	padding: 2px 20px 2px 7px;
	border: 1px solid #999;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
th, td {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.container,
.column {
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column {
  flex: 1 0 33.333%; /* Maintain 4 columns with padding */
  padding: 15px;
}

@media (max-width: 1320px) {
  .column {
    flex: 1 0 50%; /* 2 columns for smaller viewports */
  }
}

@media (max-width: 680px) {
  .column {
    flex: 1 0 100%; /* 1 column for even smaller viewports */
  }
}

.two-column {
	text-align: center;
/* 	padding-left: 10px */
	}

.value {
	width: 60%;
	text-align: left; /* Ensure right alignment for values */

}


.button {
	display: inline-block;
	margin-left: 10px;
	padding: 20px;
	border: 0px solid #333;
	border-radius: 6px;
	min-width: 32px;
	font-size: 22px;
	line-height: 19px
	}
.button.home{
	background-color: #1b509a;
	border-color: #1b509a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 10px 0;
	padding: 5px 10px 4px 2px;
	}
.button.large{margin-bottom: 10px}
.button.xlarge{width: 100%; margin:0 0 10px 0; padding: 20px 0px; border-radius: 12px; background-color: #fff; border-color: #333; font: 28px "Open Sans", helvetica, sans-serif; font-weight: 400; color: #1b509a}
.button.xlarge.top{margin:0; border-radius: 12px 12px 0 0; border-bottom: 0}

.tiempo{font-size: 48px ;background: #1b509a; border-color: #1b509a; padding: 19px 20px; border-width: 3px}
.date{display: inline-block; border-color: #333; border-width: 3px; margin: 0 -4px 10px 10px; padding: 10px 12px 11px 12px;border-bottom-right-radius: 0; border-top-right-radius: 0; border-right: 0}

.homebox{
	font: 300 32px "Open Sans", helvetica, sans-serif;
	width: 100%;
	margin:0 0 10px 0;
	padding: 10px 0px;
	border-radius: 12px;
	border: 0px solid #333;
	color: #fff;
	background-color: #007bc9
	}

.shadow{box-shadow: 6px 6px 8px #00000044 inset}

.homebox.bottom{border-radius: 0 0 12px 12px; border-top: 0;  margin: 0 0 0px 0}


.homebox.alert{
	color: #000;
	background-color: #ffa300;
/* 	border-color: #ffa300; */
	}

.homebox.focus{
	color: #fff;
	background-color: #007bc9;
	border-color: #333;
	}

.hide{display: none}

.colx2 {
	padding: 10px 0 10px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0; /* Optional spacing between columns */
	}

.colx3 {
	padding: 10px 0 10px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0; /* Optional spacing between columns */
	}

.col1 {
/* 	border: 1px solid #ccc; */
/* 	padding-left: 20px; */
	text-align: center;
}

.col2 {
/* 	border: 1px solid #ccc; */
	text-align: center;
}


.bigtxt{font-size: 44px}

.tinytxt{font-size: 22px}

.bold{font-weight: 400}

.alerte {font-size: 26px; color: #e1002a; font-weight: 400; padding: 10px 0px 0px 0px; border-bottom: 1px solid #333;}


a.button {color: #fff; text-decoration: none; font-weight: normal}
a.button:hover {text-decoration: none;color: #333}
.button.xlarge:hover{color: #fff; background:#000; border-color: #333}
.button.home:hover{color: #333; background: #fff; border-color: #fff}

.boxed{
	background-color: #1b509a;
	padding: 10px 0;
	margin: 20px;
	border-radius: 12px;
	color: #fff;
	box-shadow: inset 4px 4px 6px #00000066
	}


.gateway{background-color: #4b5b65}

.footer{color: #FFF; text-align: center; padding: 20px 0}


.button_popup{
	position:absolute;
	bottom: 30px; left: 50%;
	transform: translate(-50%, 0);
	width: 300px;
	color: #fff;
	background: #1b509a;
	border-radius: 20px;
	border: 0;
	padding: 20px;
	font: 32px "Open Sans", helvetica, sans-serif;
	font-weight: 600
	}
.button_popup:hover{color: #fff; background:#009de1; border-color: #009de1}

.water{
	display: inline-flex;
	border-color: #333;
	border-width: 3px;
	margin: 30px 0;
	padding: 10px 12px;
	border-radius: 12px;
	}

input.waterDate{font-size: 42px;}

.agua{
	border-color: #fff;
	border-width: 0px;
	padding: 24px 20px 21px 20px;
	background-color: #1b509a;
	line-height: 16px;
	font-size: 38px;
}

.popup {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 450px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}

.popup-content {
	padding: 20px;
	text-align: center;
}

form {
	display: flex;
/* 	flex-wrap: wrap; */
	justify-content: space-between;
	margin: 0;
}

.close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 50px;
	font-weight: bold;
}

.overlay {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 157, 225, 0.7);
}

.leaflet-tooltip.alert{background-color: #ffa300;color: #000; border-color: #ffa300}
.leaflet-tooltip.bleu{background-color: #1fadff;color: #fff; border-color: #1fadff}
