html, body {
	height: 100%;
}

body {
	font-family: "Lato", sans-serif;
}

/* Responsive container */
.container {
	max-width: 100%;
	padding: 15px;
}

nav {
	display: block;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav a {
	display: block;
	background: #3498DB;
	color: #FFFF00;
	text-decoration: none;
	padding: 0.5em 1.0em;
	text-transform: auto;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0px;
	text-shadow: 0 -1px 0 #000;
	position: relative;
}

.nav {
	vertical-align: top;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px
		#fff;
}

.nav li {
	position: relative;
}

.nav>li {
	float: left;
	border-bottom: 5px #000 solid;
	z-index: 1000;
	margin-right: 1px;
}

.nav>li>a {
	margin-bottom: 1px;
	box-shadow: inset 0 2em .33em -0.5em #348781;
}

.nav>li:hover, .nav>li:hover>a {
	border-bottom-color: orange;
}

.nav li:hover>a {
	color: orange;
}

.nav>li:first-child {
	border-radius: 4px 0 0 4px;
}

.nav>li:first-child>a {
	border-radius: 4px 0 0 0;
}

.nav>li:last-child {
	border-radius: 0 0 4px 0;
	margin-right: 0;
}

.nav>li:last-child>a {
	border-radius: 0 4px 0 0;
}

.nav li li a {
	margin-top: 1px;
}

.nav li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50%;
	right: 5px;
}

/* submenu positioning*/
.nav ul {
	position: absolute;
	white-space: nowrap;
	border-bottom: 5px solid orange;
	z-index: 1;
	left: -99999em;
}

.nav>li:hover>ul {
	left: auto;
	padding-top: 5px;
	min-width: 100%;
}

.nav>li li ul {
	border-left: 3px solid orange;
	border-right: 3px solid orange;
}

.nav>li li:hover>ul {
	/* margin-left: 1px */
	left: 100%;
	top: -1px;
}
/* arrow hover styling */
.nav>li>a:first-child:nth-last-child(2):before {
	border-top-color: #fff;
}

.nav>li:hover>a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-bottom-color: orange;
	margin-top: -5px
}

.nav li li>a:first-child:nth-last-child(2):before {
	border-left-color: #fff;
	margin-top: -5px
}

.nav li li:hover>a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-right-color: orange;
	right: 10px;
}

/* Create two columns that sits next to each other */
* {
	box-sizing: border-box;
}

.column {
	float: left;
	
}

.left {
	width: 20%;
	padding: 0px;
	margin-top: 5px;
	overflow: auto;
	height: 100%;
}

.right {
	width: 80%;
	padding: 10px;
	margin-top: 5px;
	height: 100%;
	margin-right: -300px;
	overflow: auto;
}

/* ======== BHOOMI Services Button ======== */
.dropbtn_Geoservice_BHOOMI {
	background-color: #3498DB;
	border: 2px solid #00FF00;
	padding: 2px;
	font-size: 13px;
	color: white;
	height: 25px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}

.dropbtn_Geoservice_subButton {
	padding: 08px;
	font-size: 10px;
	color: #050A30;
	border: none;
	cursor: pointer;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	border-radius: 10px;
	font-size: 75%;
	width: 48%;
	box-shadow: inset 0 1.7em .33em -0.5em #82CAFF;
	background-color: #E6F1F0;
}

.dropbtn_IOPlat {
	padding: 08px;
	font-size: 10px;
	color: yellow;
	border: none;
	cursor: pointer;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 90%;
	width: 98%;
	background-color: green;
	height: 40px;
}

/* ============= Legend ================= */
#style_Legend {
	display: none;
}

.class_Legend {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 0.9;
	background: lightyellow;
	max-width: 250px;
	max-height: 500px;
	top: 185px;
	right: -10px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.button {
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 1px;
	cursor: pointer;
}

.buttonMetadata {
	padding: 3px;
	height: 20px;
	font-size: 13px;
	border-radius: 3px;
	background-color: #45a049;
}

/*<!-- ======== Administrative Units ======== -->*/
#style_sheet_Administrative_Units {
	display: none;
}

.my-class-Administrative_Units {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 250px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

.table_AdminUnits {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border: 3px solid #73AD21;
	background-color: #c2eda7;
	font-size: 15px;
}

.td-AdminUnits {
	border: 3px solid #dddddd;
	text-align: left;
	padding: 4px;
	font-size: 15px;
}

.button_AdminUnits {
	border-radius: 5px;
	background-color: #D2691E;
}

.button_ClearStyle {
	border-radius: 5px;
	background-color: #ff0000;
	width: 60px;
	padding: 5px;
	font-weight: bold;
	color: white;
}

.buttonSHC {
	margin: 3%;
	width: 94%;
	border-radius: 3px;
	background-color: #aaaaaa;
}

.buttonAnalysis {
	width: 13%;
	border-radius: 3px;
	background-color: #cc6600;
	padding: 5px;
}

/*<!-- ======== Socio_Economic_Data ======== -->*/
#style_sheet_Socio_Economic_Data {
	display: none;
}

.my-class-Socio_Economic_Data {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: auto;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Livestock_Census ======== -->*/
#style_sheet_Livestock_Census {
	display: none;
}

.my-class-Livestock_Census {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 270px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Terrain_Characteristics ======== -->*/
#style_sheet_Terrain_Characteristics {
	display: none;
}

.my-class-Terrain_Characteristics {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 270px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Satellite Data Products ======== -->*/
#style_sheet_Image_Characteristics {
	display: none;
}

.my-class-Image_Characteristics {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 270px;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Physiography ======== -->*/
#style_sheet_Physiography {
	display: none;
}

.my-class-Physiography {
	position: absolute;
	padding: 8px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Agro Ecology ======== -->*/
#style_sheet_Agro_Ecology {
	display: none;
}

.my-class-Agro_Ecology {
	position: absolute;
	padding: 8px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Soils ======== -->*/
#style_sheet_Soils {
	display: none;
}

.my-class-Soils {
	position: absolute;
	padding: 8px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Soil Fertility ======== -->*/
#style_sheet_Soil_Fertility {
	display: none;
}

.my-class-Soil_Fertility {
	position: absolute;
	padding: 8px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Land Degradation ======== -->*/
#style_sheet_Land_Degradation {
	display: none;
}

.my-class-Land_Degradation {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 285px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Watershed Planning ======== -->*/
#style_sheet_Watershed_Planning {
	display: none;
}

.my-class-Watershed_Planning {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 290px;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Land Use Planning ======== -->*/
#style_sheet_Land_Use_Planning {
	display: none;
}

.my-class-Land_Use_Planning {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 270px;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Aspirational District ======== -*/
#style_sheet_Aspirational_Districts {
	display: none;
}

.my-class-Aspirational_Districts {
	position: absolute;
	padding: 8px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!-- ======== Soil Health Card ======== -->*/
#style_sheet_Soil_Health_Card {
	display: none;
}

.my-class-Soil_Health_Card {
	position: absolute;
	padding: 8px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	max-height: 650px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
	width: 230px;
}

/*<!--  Style for Mouse Move Lat Long  -->*/
.class_mouse_position {
	position: absolute;
	padding: 5px;
	border-radius: 5px;
	opacity: 0.7;
	background: #FDD7E4;
	width: auto;
	height: auto;
	top: 220px;
	left: 800px;
	overflow: auto;
	display: block;
}

/*<!--  Style for Measurement Tool  -->*/
.class_area_measure {
	position: absolute;
	padding: 5px;
	color: #000000;
	background: #add8e6;
	width: 150px;
	height: auto;
	top: 3em;
	left: 29%;
	overflow: auto;
	border: none;
}

.class_area_measure_close {
	display: none;
	position: absolute;
	padding: 5px;
	color: #000000;
	background: #bcd472;
	width: 150px;
	height: auto;
	top: 3em;
	left: 29%;
	overflow: auto;
	border: none;
}

.my_class_measurement_tool {
	display: none;
	position: absolute;
	padding: 1px;
	background: #add8e6;
	color: #000000;
	width: 150px;
	height: auto;
	top: 3.6em;
	left: 29%;
	margin-top: 5px;
	overflow: auto;
}

/*<!--  Style for Scale  -->*/
.scale-line {
	position: absolute;
	padding: 5px;
	background: #ffffff;
	width: auto;
	height: 25px;
	bottom: 13.3%;
	left: 0.5%;
	overflow: auto;
	border: none;
	border-radius: 0px;
}

.ol-scale-line {
	position: absolute;
	padding: 5px;
	background: #333333;
	width: auto;
	height: 25px;
	left: 0.5%;
	overflow: auto;
	border: none;
	border-radius: 0px;
}

/*<!--  Aspirational District Dashboard -->*/
#style-sheet-modern-SASP {
	display: none;
}

.my-class-SASP {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 550px;
	height: 220px;
	top: 185px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!--  Single Layer Geospatial Query System Dashboard -->*/
#style-sheet-modern-query {
	display: none;
}

.my-class-query {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 500px;
	height: 415px;
	top: 200px;
	left: -10px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.button_RunQuery {
	margin: 1%;
	margin-top: 12px;
	width: 75%;
	border-radius: 3px;
	background-color: #45a049;
}

.button_ClearQuery {
	margin: 1%;
	margin-top: 12px;
	width: 20%;
	border-radius: 3px;
	background-color: #9b1c1f;
}

.button_AddQuery {
	width: 100%;
	border-radius: 3px;
	background-color: #cc6600;
}


/* Create two equal columns that floats next to each other */
.column1 {
	float: left;
	width: 40%;
	padding: 10px;
	height: 280px; /* Should be removed. Only for demonstration */
	overflow: auto;
}

.column2 {
	float: left;
	width: 60%;
	padding: 10px;
	height: 280px; /* Should be removed. Only for demonstration */
}

.column3 {
	float: left;
	width: 100%;
	padding: 10px;
	height: 90px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*<!--- Style for Multilayer Overlay System  --->*/
#style_sheet_modern_BhoomiQuery {
	display: none;
}

.my-class-BhoomiQuery {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	height: 335px;
	width: 500px;
	top: 110px;
	left: -10px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.buttonMultiQuery {
	margin: 1%;
	width: 100px;
	height: 35px;
	border-radius: 3px;
	background-color: #9b1c1f;
	margin-top: -10px;
	margin-bottom: 10px;
}

.table1 {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #73AD21;
}

.table2 {
	border-collapse: collapse;
	width: 100%;
}

.table3 {
	border: 1px solid #BDB7B7;
	border-collapse: collapse;
	width: 400px;
	text-align: left;
}

.td1 {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.td-ARIP {
	border: 1px solid #dddddd;
	text-align: center;
	padding: 2px;
	font-size: 15px;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	color: #06D85F;
	margin: 80px 0;
}

.box {
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	width: 50%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
	position: absolute;
	top: 10px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #06D85F;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

@media screen and (max-width: 1000px) {
	.box {
		width: 100%;
	}
	.popup {
		width: 100%;
	}
}

/* The Modal (background) */
.modalAleart {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 10px; /* Location of the box */
	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.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-Aleart {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 30%;
}
/* The Close Button */
.close-Aleart {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-Aleart:hover, .close-Aleart:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 30px; /* Location of the box */
	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.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.sidenav {
	height: 50%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #2B60DE;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: yellow;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: red;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

select {
	width: 90%;
	padding: 1px;
	margin: 2px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=text] {
	width: 90%;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

/*<!--- Style for Geoportal Interoperable Platfopm  --->*/
#style_sheet_ARI_Platfom {
	display: none;
}

.my-class-ARI-Platfom {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: auto;
	height: auto;
	top: 10px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.Resource_ARIP {
	margin: -2px;
	color: black;
	font-size: 14px;
}

.buttonARIP {
	margin: 1%;
	width: 20%;
	border-radius: 3px;
	background-color: #9b1c1f;
	width: 100px;
	height: 30px;
}

#Style_ShowInfo {
	display: none;
}

.Class_ShowInfo {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #FFFF99;
	width: 270px;
	top: 100px;
	right: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

/*<!--Style for Socio Economic Data Dashboard-->*/
#Id_SocioEconomic_Data {
	display: none;
}

.Class-Socio-Economic-Data {
	position: absolute;
	background-color: #A7FFB9;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	width: 600px;
	height: 900px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!-- style for Terrain Analysis Dashboard-->*/
#id_TerrainChar_Dash {
	display: none;
}

.class-TerrainChar_Dash {
	position: absolute;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	width: 420px;
	height: 150px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.buttonTerrain {
	border-radius: 5px;
	background-color: #D50606;
}

<!--
style for Terrain Analysis Dashboard-->#id_VegiIndices_Dash {
	display: none;
}

.class-VegiIndices_Dash {
	position: absolute;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	width: 500px;
	height: 150px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

<!--
style for AgroEco Ecology Dashboard-->#id_AgroEcology_Dash {
	display: none;
}

.class-AgroEcology_Dash {
	position: absolute;
	background-color: #A7FFB9;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!---Style for Soils Dashboard -->*/
#Id_Soil_Dadhboard {
	display: none;
}

.Class-Soil_Dashboard {
	position: absolute;
	background-color: #A7FFB9;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!---Style for Soil Fertility Dashboard -->*/
#id_Soil_Firtility_Dash {
	display: none;
}

.class-Soil_Firtility_Dash {
	position: absolute;
	background-color: #A7FFB9;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	width: 450px;
	height: 130px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!---Style for Multi Nutrient Status Dashboard -->*/
#Id_MultiNutrientStatus_Dashboard {
	display: none;
}

.Class_MultiNutrientStatus_Dashboard {
	position: absolute;
	padding: 5px;
	border: 0px solid #0f0;
	background-color: #A7FFB9;
	border-radius: 10px;
	opacity: 1;
	width: 430px;
	height: 600px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!---Style for Land Degradation Dashboard -->*/
#id_LandDegradation_Dash {
	display: none;
}

.class-LandDegradation_Dash {
	position: absolute;
	padding: 5px;
	border: 2px solid #0f0;
	background-color: #A7FFB9;
	border-radius: 10px;
	opacity: 100;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!---Style for Land Use Planning Dashboard -->*/
#Id_LandUsePlanning_Dash {
	display: none;
}

.class_LandUsePlanning_Dash {
	position: absolute;
	padding: 5px;
	border: 0px solid #73AD21;
	background-color: #A7FFB9;
	border-radius: 10px;
	opacity: 100;
	background: #660000;
	border: 2px solid #0f0;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.buttonClearClose_Dash {
	background-color: red;
	width: 50px;
	height: 25px;
	color: yellow;
}

.buttonHide_Dash {
	background-color: lightgreen;
	width: 90px;
	height: 25px;
	display: none;
}

/*<!--- Style for Physiography Dashboard -->*/
#Id_Physiography {
	display: none;
}

.Class-Physiography {
	position: absolute;
	padding: 5px;
	border: 2px solid #0f0;
	background-color: #A7FFB9;
	border-radius: 10px;
	opacity: 100;
	width: 420px;
	height: 300px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

/*<!--- Style for Livestock_Census Dashboard -->*/
#Id_LivestockCensusDash {
	display: none;
}

.Class-LivestockCensusDash {
	position: absolute;
	padding: 5px;
	border: 2px solid #0f0;
	background-color: #A7FFB9;
	border-radius: 10px;
	opacity: 100;
	width: 420px;
	height: 300px;
	top: 185px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.button1 {
	width: 130px;
	border-radius: 3px;
	background-color: #3498DB;
	padding: 2px;
	font-size: 14px;
	height: 25px;
	border: 2px solid #00FF00;
}

.button4 {
	width: 30px;
	border-radius: 3px;
	background-color: #3498DB;
	height: 25px;
	padding: 2px;
	border: 2px solid #00FF00;
}

.buttonApp {
	width: auto;
	height: 25px;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #3498DB;
	border: 2px solid #00FF00;
	margin-top: 2px;
}

#style-sheet-modern-Suggestion {
	display: none;
}

.my-class-Suggestion {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: 700px;
	height: 550px;
	top: 60px;
	left: 30%;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.button2 {
	border-radius: 5px;
	background-color: #D50606;
}

.button3 {
	width: 90%;
	height: 40px;
	border-radius: 5px;
	background-color: #45a049;
}

.button5 {
	border-radius: 5px;
	background-color: #D50606;
	padding: 5px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
}

/*<!-- =============Search STYLE=================== -->*/
input[type=text-search] {
	border-width: 0px;
	border: none;
	width: 230px;
	font-size: 16px;
	background-color: transparent;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 5px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

input[type=text-search]:focus {
	outline: none !important;
	border: 0px solid transparent;
}

button[type=button-search] {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

/*the container must be positioned relative:*/
.autocomplete {
	position: relative;
	display: inline-block;
	height: auto;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.class-SeachTable {
	border: 1px solid #000;
	border-radius: 5px;
	background: #FDD7E4;
}

#autocomplete_id {
	display: none;
}

.class-autocomplete {
	position: absolute;
	padding: 0px;
	border-radius: 0px;
	opacity: 1;
	width: 300px;
	height: auto;
	right: 0px;
	top: 218px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}
/*<!-- =============END Search STYLE=================== -->*/

/*<!-- style for Geospatial Query System Dashboard-->*/
#id_GeospatialQuery {
	display: none;
}

.class-GeospatialQuery {
	position: absolute;
	background-color: #A7FFB9;
	padding: 5px;
	border: 2px solid #0f0;
	border-radius: 10px;
	opacity: 100;
	top: 200px;
	left: -12px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

#Id_FeatureInfo {
	display: none;
}

.Class_FeatureInfo {
	position: absolute;
	padding: 5px;
	border: 2px solid #0f0;
	background-color: #A7FFB9;
	border-radius: 10px;
	opacity: 100;
	top: 410px;
	left: -10px;
	margin: 0 1em 1em 1em;
	overflow: auto;
	z-index: 9999;
}

/*<!-- ======== Buffer ======== -->*/
#Style_Buffer {
	display: none;
}

.Class_Buffer {
	position: absolute;
	padding: 5px;
	border: 3px solid #4169E1;
	border-radius: 5px;
	opacity: 1;
	background: #BDB76B;
	top: 185px;
	left: 34%;
	margin: 0 1em 1em 1em;
	overflow: auto;
	font-weight: bold;
}

.button_Buffer {
	border-radius: 5px;
	background-color: lightgreen;
	width: 60px;
	height: 25px;
	padding: 2px;
	font-weight: bold;
	color: #191970;
}

/*<!-- =========== Metadata Table ======= -->*/
#table_metadata {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

#table_metadata td {
	border: 1px solid #ddd;
	padding: 5px;
}

#table_metadata tr:nth-child(odd) {
	background-color: #f2f2f2;
}

#table_metadata tr:hover {
	background-color: #ddd;
}

/*<!--- Style for Geoportal Interoperable Platfopm  --->*/
#style_sheet_LRI_Platfom {
	display: none;
}

.myClass_LRI_Platfom {
	position: absolute;
	padding: 5px;
	border: 3px solid #73AD21;
	border-radius: 5px;
	opacity: 1;
	background: #cccccc;
	width: auto;
	height: 815px;
	top: 10px;
	left: -15px;
	margin: 0 1em 1em 1em;
	overflow: auto;
}

.table_lri {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #73AD21;
	font-size: 12px;
	font-weight: bold;
}

.td-lri {
	border: 1px solid #73AD21;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.td-lriz {
	border: 1px solid #73AD21;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
}

div.absolute_up {
	position: absolute;
	bottom: 15px;
	right: 8px;
	width: 20px;
	height: 20px;
}

div.absolute_down {
	display: none;
	position: sticky;
	bottom: 5px;
	left: 500px;
	margin-right: 3px;
	width: 20px;
	height: 20px;
}

.floating-panel {
	/* position: absolute; */
	padding: 8px;
	border: 3px solid #73AD21;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	max-height: 650px;
	top: 150px;
	left: 50px;
	display: none;
	opacity: 1;
}

/* Adjust width based on screen size */
@media (min-width: 1200px) {
    .floating-panel {
        width: 300px; /* Reduce width on large screens */
    }
}

@media (max-width: 1199px) {
    .floating-panel {
        width: 250px; /* Slightly larger for medium screens */
    }
}

.close-btn {
	float: right;
	cursor: pointer;
	font-size: 18px;
	background: none;
	border: none;
}

/* Make sidebar stack on smaller screens */
.sidebar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.sidebar button {
	padding: 10px;
	color: #050A30;
	border: none;
	cursor: pointer;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	border-radius: 10px;
	font-size: 100%;
	width: 96%;
	box-shadow: inset 0 1.7em .33em -0.5em #3d853c;
	background-color: #d0edcb;
}

#heading-div {
	background-image: linear-gradient(315deg, #378b29 0%, #ffffff 85%);
	padding: 10px;
	display: flex;
	justify-content: center;
}

#heading {
	text-align: center;
	color: #000; /* Ensure visibility */
	font-size: 30px; /* Adjust size if needed */
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
}

.pan {
	color: #3a6c1a;
	font-size: 18px;
}

.button-91 {
	color: #fff;
	padding: 10px 20px;
	background-color: #38D2D2;
	background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23)
		0%, transparent 86.18%),
		radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%,
		rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px
		9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px
		rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3),
		inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px
		rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	font-weight: bold;
	font-size: 13px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	margin-left: 35%;
	margin-bottom: 2px;
	margin-top: 2px;
}

/* Map and table container */
#map-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

/* Responsive Map */
#map {
	width: 100%;
	height: 84vh; /* Full height */
	position: relative;
	flex-grow: 1; /* Allow map to take available space */
	z-index: 1;
}

/* Responsive Table */
#table_data {
	width: 100%;
	overflow-x: auto;
	display: flex;
	justify-content: center; /* Centers the table */
	/* margin-top: 10px; */
}

#featureDataTable {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-family: Arial, sans-serif;
	border: 2px solid #378b29; /* Green border */
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#featureDataTable thead {
	background-color: #378b29;
	color: white;
	font-weight: bold;
	position: sticky;
	top: 0;
	z-index: 10;
}

#featureDataTable th, #featureDataTable td {
	padding: 1px 10px;
	text-align: left;
	border: 1px solid #ccc;
	font-size: 14px;
}

#featureDataTable tbody tr:nth-child(even) {
	background-color: #e6f7e6; /* Light green for alternating rows */
}

#featureDataTable tbody tr:hover {
	background-color: #d4edda; /* Highlight row on hover */
	cursor: pointer;
}

/* Responsive adjustments */
@media ( max-width : 768px) {
	.column {
		width: 100%;
	}
	.floating-panel {
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	.btn {
		font-size: 12px;
		padding: 8px;
	}
}

#exportButtons button {
    padding: 8px 12px;
    margin-left: 5px;
    background-color: #378b29;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#exportButtons button:hover {
    background-color: #2c6f22;
}

#table_container {
    /* margin-top: 10px; */
    width: 100%;
    text-align: center;
}

#table_controls {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    align-items: center;
}

#searchInput {
    padding: 8px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#table_controls button {
    padding: 8px 12px;
    margin-left: 5px;
    background-color: #378b29;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#table_controls button:hover {
    background-color: #2c6b20;
}


.banner {
	text-align: center;
}

.banner img {
	width: 100%;
	height: 100px;
}

#downloadBtn {
	font-size: 12px;
	padding: 5px 10px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	margin: 5px;
}

#downloadBtn:hover {
	background-color: #0056b3;
}

/* #pieChartContainer {
    width: 100%;  
    max-width: 220px;  
    height: auto;  
    background: rgba(255, 255, 255, 0.9); 
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    margin: 10px;
}

#pieChart {
    width: 100% !important;
    height: auto !important;
}
  */
  
  
#pieChartContainer_riceYield,
#pieChartContainer_riceSoil {
    width: 100%;  
    max-width: 220px;  
    height: auto;  
    background: rgba(255, 255, 255, 0.9); 
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    margin: 10px;
}

canvas[id^="pieChart_"] {
    width: 100% !important;
    height: auto !important;
}
  
.mg-1 {
	margin-top: 5px;
}


.floating-legend {
  display: none; /* <-- Hidden by default */
  position: absolute;
  top: 300px;
  right: 10px;
  background-color: #d8f1fbe3;
  border: 2px solid #0099cc;
  padding: 10px 12px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 8px;
  max-width: 190px;
  font-size: 13px;
}


.floating-legend h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

#legend-cont h6 {
	font-size: 13px;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

