/*
            .js-plotly-plot .plotly .modebar{
                display: none !important;
            }
*/

* {
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.modebar-btn--logo{
	display: none !important;
}

.js-plotly-plot .plotly .cursor-crosshair {
	cursor: default;
}

.header-grd {
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	justify-content: center;
	justify-items: center;
	text-align: center;
	align-items: center;
	border-bottom: 2px solid #45819b;
}

#cur-date {
	text-align: right;
	padding: 0px;
	width: 100%;
	display: block;
	margin: auto;
	float: right;
}

.header-grd h2{
	margin: 0px;
	padding: 0px;
}

.plug-paragraph{
	margin: 5px 0px;
}

.frm-grd1 {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 15px;
	margin-bottom: 20px;
}

.frm-grd2 {
	display: grid;
	grid-template-columns: 52px auto;
	grid-gap: 15px;
	margin-bottom: 20px;
	width: fit-content;
	max-width: 300px;
}

#chbox-grd{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 75px;
	margin-top: 25px;
	margin-bottom: 40px;
}

.frm-grd2 label{
	text-align: left;
}

.frm-grd1 input{
	width: 100%;
	background: initial;
}

.frm-grd2 input {
	width: 100%;
	max-width: 50px;
	background: initial;
}

#Headertextfull{
	text-align: left;
	font: normal normal normal 25px/34px Open Sans;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 0px;
}

#columnchart_material {
	max-height: 370px;
	display: block;
	margin: auto;
	min-width: 920px;
	width: 1200px;
}

#columnchart_material2{
	height: 640px;
	min-height: 640px;
	display: block;
	margin: auto;
	min-width: 1200px;

}

.filter-box{

}

.bluebg {
	background: #6fa8dc;
	padding: 20px 10px;
}

#footertext {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	padding: 5px;
}

.border-gruop{
	border: 1px solid;
}

.border-gruop {
	border: 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
}

#CO2textfull{
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	padding: 0px;
	grid-gap: 30px;
}

#CO2textfull img{
	width: 100%;
	max-width: 115px !important;
	margin: auto;
}

#Congestiontextfull {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	padding: 0px;
	grid-gap: 30px;
	margin-top: 17px;
	margin-bottom: 17px;
}

#Congestiontextfull img{
	width: 100%;
	max-width: 115px !important;
	margin: auto;
}

#Energytextfull{
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	padding: 0px;
	grid-gap: 30px;
	margin-bottom: 35px;
}

#Energytextfull img{
	width: 100%;
	max-width: 115px !important;
	margin: auto;
}

#myDiv2 .plotly .user-select-none{
}

#myDiv2 .plotly .main-svg{
	top: -50px !important;
	overflow: visible !important;
	left: 5px !important;
}





/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* 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 */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 600px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #000;
	float: right;
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
	content: unset;
	right: 10px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.header-title{
	text-align: left;
	font: normal normal 600 35px/43px Montserrat;
	letter-spacing: 0px;
	color: #3366CC;
	margin-bottom: 25px;
}

#bodyContent h3 {
	font: normal normal normal 28px / 38px Open Sans;
	letter-spacing: 0px;
	color: #000000 !important;
	margin: 0px !important;
	margin-bottom: 20px !important;
}

.bold-title{
	text-align: left;
	font: normal normal 500 26px/34px Roboto;
	letter-spacing: 0px;
	color: #070707;
	margin-bottom: 12px;
}

.header-calc {
	border-top: 2px solid #3366CC;
	border-bottom: 2px solid #3366CC;
	margin-top: 26px;
	padding-bottom: 24px;
	margin-bottom: 0px;
}



.blue-title-sec{
	text-align: center;
	font: normal normal 600 45px/120% Montserrat !important;
	letter-spacing: 0px;
	color: #3366CC !important;
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.header-calc-inner-sec{
}

.header-calc-grd {
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-gap: 20px;
	background-image: url(/wp-content/plugins/webaikaCalk/Image-41.jpg);
	background-size: cover;
	background-position: center;
	border: 1px solid #707070;
	border-radius: 5px;
}

.header-calc-center-side{
	border-right: 1px solid #707070;
}

.header-calc-grd h3{
	font: normal normal normal 28px/38px Open Sans;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 20px;
}

#clk label {
	text-align: right;
	font: normal normal 500 28px/41px Oswald;
	letter-spacing: 0px;
	color: #DC3912;
	width: 100%;
}

#clk input {
	width: 241px;
	height: 50px;
	background: #3366CC1A 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	font: normal normal bold 24px/29px Montserrat;
	letter-spacing: 0px;
	color: #070707;
}

#clk .clk-mb-50{
	margin-bottom: 50px;
	font: normal normal normal 28px / 38px Open Sans;
	letter-spacing: 0px;
	color: #000000;
}

.chart-border{
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 50px;
	overflow: auto;
}


#myDiv{
	width: 100%;
	max-width: 100%;
	margin: auto;
	height: 400px;
}

#myDiv2 {
	width: 100%;
	max-width: 100%;
	margin: auto;
	height: 1100px;
}


#xxx{
	display: none;
}

#xxx2{
	display: none;
}

@media (max-width: 992px) {
	.chart-border{
		display: none;
	}


	#xxx{
		display: block;
	}

	#xxx2{
		display: block;
	}

}


#myDiv .js-plotly-plot .plotly .main-svg {
	left: 0px !important;
}

#myDiv2 .js-plotly-plot .plotly .main-svg {
	left: 0px !important;
}

#footer-sec{
	background-image: url(/wp-content/plugins/webaikaCalk/Image-5.jpg);
	background-size: cover;
	background-position: center;
	padding: 45px 100px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.footer-sec-box{
	background: #FFFFFFED 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 35px;
	padding-top: 25px;
	padding-bottom: 60px;
	font: normal normal normal 21px/25px Roboto;
	letter-spacing: 0px;
	color: #000000;
}

#footer-line{
	height: 40px;
	/* UI Properties */
	background: #3366CC 0% 0% no-repeat padding-box;
}

.js-plotly-plot .plotly .modebar {
	right: 200px !important;
}



@media (max-width: 992px) {
	.header-title {
		text-align: left;
		font: normal normal 600 30px/34px Montserrat;
		letter-spacing: 0px;
		color: #3366CC;
		margin-bottom: 20px;
	}

	.blue-title-sec {
		text-align: center;
		font: normal normal 600 30px/35px Montserrat !important;
		letter-spacing: 0px;
		color: #3366CC;
		margin: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.header-calc-grd {
		padding: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		background-image: url(/wp-content/plugins/webaikaCalk/Image-41.jpg);
		background-size: cover;
		background-position: center;
		border: 1px solid #707070;
		border-radius: 5px;
	}

	#clk .clk-mb-50 {
		margin-bottom: 20px;
	}

	.header-calc {
		margin-bottom: 0px;
	}

	#Headertextfull {
		text-align: left;
		font: normal normal normal 25px/34px Open Sans;
		letter-spacing: 0px;
		color: #000;
		margin-bottom: 30px;
	}

	#footer-sec {
		background-image: url(/wp-content/plugins/webaikaCalk/Image-5.jpg);
		background-size: cover;
		background-position: center;
		padding: 20px 20px;
		margin-bottom: 30px;
	}

	#chbox-grd {
		display: flex;
		flex-wrap: wrap;
		grid-gap: 0px 25px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.frm-grd1 {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px;
		margin-bottom: 20px;
	}

	.modal-content {
		width: 90%; /* Could be more or less, depending on screen size */
	}

	#clk label {
		text-align: left;
		font: normal normal 500 25px/21px Oswald;
		letter-spacing: 0px;
		color: #DC3912;
		width: 100%;
	}

	.frm-grd2 {
		display: grid;
		grid-template-columns: 52px auto;
		grid-gap: 15px;
		margin-bottom: 20px;
		width: fit-content;
		max-width: 300px;
		align-items: center;
	}

	#chbox-grd {
		display: grid;
		flex-wrap: wrap;
		grid-gap: 0px 25px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#CO2textfull {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		padding: 0px;
		grid-gap: 10px;
	}

	#Congestiontextfull {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		padding: 0px;
		grid-gap: 10px;
		margin-top: 17px;
		margin-bottom: 17px;
	}

	#Energytextfull {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		padding: 0px;
		grid-gap: 10px;
		margin-bottom: 25px;
	}
}
