
.loading {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(255,255,255,0.5);
	background-image: url(../../mod/seca/img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.trangeselect {
display: none;
	position: absolute;
	right: 27px;
	top: 0px;	
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	width: auto;
}
#TRangeInfo {
	display: none;
}
#butGrpTR {
	display: inline-block;
}
#chartInfo1 {
	overflow: visible;
	height: 35px;
	position: relative;	
}
#chartInfo23 {
	display: none;
}

.Lcol {
	position: relative;
	float: left;
	width: 71.9%;	
}
.Rcol {
	position: relative;
	float: right;
	width: 27.9%;	
}
.chartrow2 .Lcol {
	margin-top: -2vh;
}
.chartrow2 .Rcol {
	margin-top: -2vh;
}

#jqxTabs {
	position: relative;	
}
#jqxTabs li:first-child {
	margin-left: 22%;
}
#jqxTabs li > div {
	height: 0.75vw;
}
#jqxTabs li > div > div {
	float: left;
	font-size: 0.7vw;
	font-weight: bold;
	margin-left: 0.2vw;
	vertical-align: middle;
	text-align: center;
}
#selNp1 {
	position: absolute;
	top: 0.4vw;
	left: 1.8%;
	border: none;
	background-color: #E2001A;
	color: #fff;
	padding: 0.2vw;
	font-size: 0.7vw;
}
#selNp1 option {
	background-color: #fff;
	color: #000;
}
#selNp1:hover {
	cursor: pointer;
}

#chartContainer0 {
	position: relative; 
	width: 100%;
	height: 350px;
}
#chartContainer1 {
	position: relative; 
	width: 100%;
	height: 350px;
}
#selectorContainer1 {
	position: relative;
	width: 100%;
	height: 70px;
}
#chartContainer2 {
	position: relative; 
	width: 100%;
	height: 330px;
}
#chartContainer3 {
	position: relative;
	width: 100%;
	height: 330px;
}
#chartContainer4 {
	position: relative; 
	width: 100%;
	height: 350px;
}
#chartContainer5 {
	position: relative; 
	width: 100%;
	height: 350px;
}
#chartContainer6,
#chartContainer7,
#chartContainer8 {
	position: relative; 
	width: 98%;
	height: 350px;
	padding-left: 1.8%;
	overflow-y: auto;
}
#chartContainer6 div.month {
	padding: 17px 0;
}
#chartContainer6 h2 {
	margin-top: 1vw;
	margin-bottom: 8px;
	border-top: 1px solid #999;
	padding-top: 12px;
}
#chartContainer6 h2.first {
	border: 0;
}
#chartContainer6 div.month > div > div {
	float: left;
	width: 100px;
	text-align: right;
}
#chartContainer6 div.month > div:nth-child(even) > div {
	background-color: #eee;
}
#chartContainer7 > div:nth-child(even) > div,
#chartContainer8 > div:nth-child(even) > div {
	background-color: #eee;
}
#chartContainer7 div > div,
#chartContainer8 div > div {
	box-sizing: border-box;
	float: left;
	width: 110px;
	text-align: right;
	border-right: 1px solid #ccc;
	padding: 0 6px;
	overflow: hidden;
}
#chartContainer7 div > div:first-child,
#chartContainer8 div > div:first-child {
	border-left: 1px solid #ccc;
	width: 110px;
	white-space: nowrap;
}
#chartContainer7 div > div:nth-child(2) {	width: 55px; }
#chartContainer7 div > div:nth-child(3) {	width: 50px; }
#chartContainer7 div > div:nth-child(5) {	width: 80px; }
#chartContainer7 div > div:nth-child(7) {	width: 80px; }
#chartContainer7 div > div:nth-child(8) {	width: 110px; }

#chartContainer8 div > div:nth-child(1) {	width: 65px; }
#chartContainer8 div > div:nth-child(2) {	width: 70px; }
#chartContainer8 div > div:nth-child(3) {	width: 120px; }
#chartContainer8 div > div:nth-child(4) {	width: 120px; }
#chartContainer8 div > div:nth-child(5) {	width: 120px; }
#chartContainer8 div > div:nth-child(6) {	width: 120px; }
#chartContainer8 div > div:nth-child(7) {	width: 120px; }

#chartContainer7 > div.head-month,
#chartContainer8 > div.head-month {
	padding-top: 25px;
	position: sticky;
	top: 0;
	background-color: #fff;
}
#chartContainer7 > div.head-month > div,
#chartContainer8 > div.head-month > div {
	box-sizing: border-box;
	height: 76px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #eee;
	text-align: center;
}
#chartContainer7 > div.head-pad > div:first-child,
#chartContainer8 > div.head-pad > div:first-child {
	border-left: 1px solid #fff;
}
#chartContainer7 > div.head-month > div:first-child {
	border-left: 1px solid #ccc;
}
#chartContainer7 div:nth-child(3) > div,
#chartContainer8 div:nth-child(3) > div {
	padding-top: 12px;
}
#chartContainer8 div.total > div {
	background-color: #ffe;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#water_menu,
#calc_menu,
#calc_menu2 {
	float: right;
	position: sticky;
	padding: 10px 15px;
	top: 0; right: 0;
	z-index: 1;
}
#water_export,
#calc_export,
#calc_export2 {
	width: 32px;
	height: 32px;
	border: 0;
  background: transparent;
	background-image: url(../../mod/seca/img/icon_xlsx3.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

#jqxTabs {
	border: 0;
}
#jqxTabs .jqx-widget-header {
	background-color: #fff;
	margin-left: 33px;
	margin-right: 35px;
	border-style: dotted;
}
.jqx-chart-title-text {
	font-size: 0.7vw;
}
.jqx-chart-title-description {
	font-size: 0.6vw;
	font-weight: bold;
}
#result-box {
	position: relative;
	width: 100%;
}
#result-box sup,
#sumConfiguration sup {
	top: -0.5em;
	left: 0.1em;
}

#result-box > div {
	padding-left: 25px;
}
.reshead {
	text-align: center;
	font-weight: bold;
	font-size: 0.75vw;
	padding-top: 6px;
	padding-bottom: 8px;
}
.resinfo1 {
	font-size: 0.75vw;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 4px;
}
.resinfo2 {
	font-size: 0.75vw;
	padding-top: 8px;
	padding-left: 16px;
	padding-bottom: 4px;
}
.resinfo3 {
	font-size: 0.75vw;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 4px;
}
.rescol1 {
	width: 100%;
	float: left;
	padding-top: 12px;
	padding-bottom: 16px;
	background-color: #eee;
}
.rescol2 {
	width: 49%;
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #eee;
}
.resrow {
    padding-left: 7%;
    font-size: 0.75vw;
    line-height: 1.4;
}
.reslbl {
	float: left;
	width: 40%;
	overflow: hidden;
}
.rescol2 .reslbl {
	width: 113px;
}
.resval {
	float: left;
}
.resval > span {
	display: inline-block;
	padding-left: 4px;
}

div.result-chart {
	position: relative;
	width: 100%;
	left: -24px;
	margin-top: -12px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
/*
@media only screen and (max-width: 1599px) {
	.col1 h2 {
		margin-bottom: 18px;
		line-height: 20px;
	}
	.col1.info {
		padding-top: 18px;
		line-height: 26px;
		font-size: 12px;	
	}
	.row input {
		font-size: 13px;
		padding-top: 1px;
		padding-bottom: px;
	}
	.row select {
		font-size: 13px;
	}
	.infoWindow h2 {
		font-size: 12px;
		line-height: 13px;
	}
	#jqxTabs li:first-child {
		margin-left: 34%;
	}
	#jqxTabs li > div {
		height: 14px;
	}
	#jqxTabs li > div > div {
		font-size: 14px;
		margin-left: 3px;
	}	
	.jqx-tabs-title {
		padding: 4px 12px !important;
	}
	#result-box > div {
		padding-left: 18px;
	}
	.reshead {
		font-size: 16px;
		padding-top: 6px;
		padding-bottom: 6px;	
	}
	.resinfo1 {
		font-size: 13px;
		padding-top: 4px;
		padding-left: 16px;
		padding-bottom: 10px;
	}
	.resinfo2 {
		font-size: 13px;
		padding-top: 20px;
		padding-left: 16px;
		padding-bottom: 10px;
	}
	.rescol1 {
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.rescol2 {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.resrow {
		padding-left: 26px;
		font-size: 13px;
		line-height: 19px;
	}
	.reslbl {
		width: 130px;
	}
	.rescol2 .reslbl {
		width: 85px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.col1 h2 {
		margin-bottom: 18px;
		line-height: 20px;
	}
	.col1.info {
		padding-top: 18px;
		line-height: 26px;
		font-size: 12px;	
	}
	.row input {
		font-size: 13px;
		padding-top: 1px;
		padding-bottom: px;
	}
	.row select {
		font-size: 13px;
	}
	#jqxTabs li:first-child {
		margin-left: 34%;
	}
	#jqxTabs li > div {
		height: 14px;
	}
	#jqxTabs li > div > div {
		font-size: 14px;
		margin-left: 3px;
	}	
	.jqx-tabs-title {
		padding: 4px 12px !important;
	}
	#result-box > div {
		padding-left: 18px;
	}
	.reshead {
		font-size: 16px;
		padding-top: 6px;
		padding-bottom: 6px;	
	}
	.resinfo1 {
		font-size: 13px;
		padding-top: 4px;
		padding-left: 16px;
		padding-bottom: 10px;
	}
	.resinfo2 {
		font-size: 13px;
		padding-top: 20px;
		padding-left: 16px;
		padding-bottom: 10px;
	}
	.rescol1 {
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.rescol2 {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.resrow {
		padding-left: 26px;
		font-size: 13px;
		line-height: 19px;
	}
	.reslbl {
		width: 130px;
	}
	.rescol2 .reslbl {
		width: 85px;
	}
}

@media only screen and (min-width: 1920px) {
	
	#result-box > div {
		padding-left: 25px;
	}
	.reshead {
		font-size: 16px;
		padding-top: 6px;
		padding-bottom: 8px;	
	}
	.resinfo1 {
		font-size: 16px;
		padding-top: 6px;
		padding-left: 16px;
		padding-bottom: 14px;
	}
	.resinfo2 {
		font-size: 16px;
		padding-top: 28px;
		padding-left: 16px;
		padding-bottom: 14px;
	}
	.rescol1 {
		width: 100%;
		float: left;
		padding-top: 12px;
		padding-bottom: 16px;
	}
	.rescol2 {
		width: 49%;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.resrow {
		padding-left: 32px;
		font-size: 16px;
		line-height: 24px;
	}
	.reslbl {
		width: 180px;
	}
	.rescol2 .reslbl {
		width: 113px;
	}	
}
*/

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
		box-shadow: none !important;
		text-shadow: none !important;
  }
	.resinfo1 {
		font-size: 10px;
		padding-top: 6px;
		padding-left: 12px;
		padding-bottom: 3px;
	}
	.resinfo2 {
		font-size: 10px;
		padding-top: 28px;
		padding-left: 12px;
		padding-bottom: 3px;
	}
	.rescol1 {
		width: 100%;
		float: left;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: #eee;
	}
	.resrow {
		padding-left: 26px;
		font-size: 11px;
		line-height: 16px;
	}
	.reslbl {
		float: left;
		width: 110px;
		overflow: hidden;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.35cm;
	}

	p,
	h2,
	h3 {
/*		orphans: 3;
		widows: 3; */
	}

	h2,
	h3 {
/*		page-break-after: avoid; */
	}
		
}