@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'DSDIGI';
	src: url('./fonts/DSDIGI.eot');
	src: url('./fonts/DSDIGI.woff') format('woff'), url('./fonts/DSDIGI.ttf') format('truetype');
}


body {
	margin : 0px;
	padding: 0px;
}

body.main {
	padding-top: 70px;
}


div.mainbox {
	font-family: Arial, Helvetica, sans-serif;
}

div.mainbox div {
	float: left;
}

div.pgbox {
	width: 1000px;
	margin-bottom: 30px;
}

.h3 div.pgbox {
	max-height: 350px;
	overflow: auto;
	margin-bottom: 10px;
}	


.h2 div.mainbox, .h2 div.pgbox {
	width: 600px;
}


.h3 div.mainbox, .h3 div.pgbox {
	width: 670px;
}

div.close1 {
	text-align: right;
	margin: 2px 5px;
	cursor: pointer;
}

div.pagekey {
	width: 1000px;
	margin: 20px 0px;
}

div.pagek1 {
	width: 10px;
	height: 10px;
	margin: 5px;
	border: 1px solid #464646;
	color: #000;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	background: #fff;
}

div.pagek1d {
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #fff;
}


div.mlist {
	width: 1000px;
}


div.mlistg {
	cursor: pointer;
}

div.meterbox {
	height: 170px;
}

div.mblock {
 	width: 125px;
	text-align: center;
	cursor: pointer;
	padding: 10px;
}

.h3 div.mblock {
	cursor: default;
}

div.mbox_text {
	width: 100px;	
	color: #000;
	font-weight: bold;
	line-height: 20px;
}

div.mbox {
	width: 100px;
	height: 70px;
	margin: 2px;
	border: 1px solid #464646;
	display: block;
	text-decoration: none;
}

div.mbox_b {
	border: 1px solid #f1f1f1;
	background: url(img/t_b.jpg) center center no-repeat;
}

div.mbox_n {
	border: 1px solid #f1f1f1;
	background: url(img/t_n.jpg) center center no-repeat;
}

div.mbox_s {
	border: 1px solid #f1f1f1;
	background: url(img/t_s.jpg) center center no-repeat;
}


div.mbox1 {
	width: 64px;
	height: 70px;
	padding: 30px 18px 0px 18px;
	margin: 2px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-family: 'DSDIGI';
	display: block;
	text-decoration: none;
	box-sizing: content-box !important;
	background: url(img/water-meter.png) center center no-repeat;
}

div.mbox1 span {
	font-size: 14px;
	color: #fff;
}


div.mboxD {
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 20px 0;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

.b-iframe {
	width: 100%;
	height: 100%;
}

div.pgview1 {
	border: #464646 solid 2px;
	background-color: #fff;
	display: none;
	overflow: auto;
	z-index: 50;
	position: absolute;
	top: 20px;
	left: 20px;
}

.main div.pgview1 {
	height: 500px;
	width: 1000px;
}


.h2 div.pgview1 {
	height: 600px;
	width: 700px;
}


.h3 div.pgview1 {
	height: 600px;
	width: 600px;

}



div.pvload1 {
	padding: 20px;	
	overflow: auto;
}

.main div.pvload1 {
	height: 500px;
	width: 700px;
	padding: 20px;
}


.h2 div.pvload1 {
	height: 600px;
	width: 600px;
	padding: 20px;
}



.h3 div.pvload1 {
	height: 600px;
	width: 500px;
	padding: 20px;
}



/* TABLE DO */


table.tstyle1 {	
/*	width: 650px;*/
	margin-bottom: 15px;
	
}

table.tstyle1 th, table.tstyle1 td {
	vertical-align: top;
	
}


table.tstyle1 th {
	color: #618DD3;
	width: 670px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

table.tstyle1 td 
{
	width: 450px;
	border-bottom: 1px dotted #ddd;
	font-size: 12px;
	page-break-before: avoid;
}


table.tstyle1 td:first-child {
	width: 200px;
}
	


.mfp-title {
  position:absolute;
  color: #FFF;
  background: red;
}
