body{
	background-color: #000;
}
@font-face {
    font-family: digital;
    src: url('digital-7(italic).ttf');
}
@font-face {
    font-family: kanit;
    src: url('Kanit-Light.ttf');
}
.boxMain{
	float: left;
	width: calc(100% - 70px);
	height: 100%;
	margin-left: 60px;
	position: absolute;
}
.boxBarHead{
	float: left;
	width: 100%;
	height: 40px;
	background-color: #222222;
	margin-top: 10px;
	text-indent: 10px;
	line-height: 40px;
	color: #DDD;
}
.boxMainBody{
	float: left;
	width: 100%;
	position: absolute;
	//height: 100%;
	margin-top: 50px;
	height: calc(100% - 50px);
}
.boxMainL{
	float: left;
	width: 20%;
	height: 100%;
	position:absolute;
}
.boxMainC{
	float: left;
	width: 48%;
	height: 100%;
	margin-left: 21%;
	margin-right: 1%;
	position:absolute;
}
.boxMainR{
	float: left;
	width: 30%;
	height: 100%;
	position: absolute;
	margin-left: 70%;
}
.boxConBody{
	float: left;
	width: 100%;
	color: #DDD;
	background-color: #222222;
	margin-top: 10px;
	font-size: 13px;
	border:1px solid #343434;
}
.boxConBodyIn{
	float: left;
	width: 98%;
	margin-left: 1%;
	text-align: center;
}
.boxMap{
	float: left;
	width: 100%;
	height: calc(100% - 155px);
	position: absolute;
	margin-top: 10px;
	border:1px solid #343434;
}
.boxOvSumToday{
	float:left;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.boxGenPower{
	float: left;
	width: 100%;
	text-align: center;
}
.boxGenPower span{
	font:35px kanit;
}
.boxCol2First{
	float: left;
	width: 49%;
	margin-right: 1%;
	position: absolute;
	height: calc(100% - 10px);
	color: #DDD;
	background-color: #222222;
	margin-top: 10px;
	font-size: 13px;
	border:1px solid #343434;
}
.boxCol2Last{
	float: left;
	width: 49%;
	margin-left: 51%;
	position: absolute;
	height: calc(100% - 10px);
	color: #DDD;
	background-color: #222222;
	margin-top: 10px;
	font-size: 13px;
	border:1px solid #343434;
}
.boxSiteList{
	height: calc(100% - 235px);
	position:absolute;
	margin-top: 145px;
}
.boxLastUpdate{
	float: left;
	width: 100%;
	position: absolute;
	background-color: #222222;
	font-size: 13px;
	border:1px solid #343434;
	bottom: 10px;
	color: #DDD;
}
.boxLastUpdate span{
	font-size: 18px;
}
.boxMainRTop{
	float: left;
	width: 100%;
	position: absolute;
	height: 51%;
}
.boxPowerChart{
	position: absolute;
	float: left;
	width: 100%;
	height: 45%;
	top: 53%;
}
.boxChartOvIn{
	position: absolute;
	height: 100%;
	float: left;
	width: 100%;
}
.boxOvLoadGraph{
	position: absolute;
	height: calc(100% - 25px);
	float: left;
	width: 100%;
	background-color: #222222;
	border:1px solid #343434;
	margin-top: 25px;
	color: #DDD;
}
.boxChartOv{
	position: absolute;
	height: calc(100% - 50px);
	float: left;
	width: 100%;
	margin-top: 50px;
}
.boxSiteListData{
	float: left;
	width: 95%;
	height: calc(100% - 45px);
	overflow: auto;
	margin-left: 2.5%;
}
.boxSiteListData::-webkit-scrollbar {
    width: 2px;
}
.boxSiteListData::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
.boxSiteListData::-webkit-scrollbar-thumb {
    background-color: #000;
}
.boxSiteListData_item{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #555;
	padding-bottom: 3px;
	font-size: 14px;
}
.boxDetail{
	float:left;
	width:600px !important;
	background-color:#353942;
	color:#FFF;
}
.boxDetailIn{
	float:left;
	width:98%;
	margin-left:1%;
}
.boxDetailL{
	float:left;
	width:30%;
	margin-top:10px;
}
.boxDetailS_Name{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}
.boxDetailS_Img{
	float:left;
	width:100%;
	height:120px;
	background-size:cover;
	margin-top:10px;
}
.boxDetailR{
	float:left;
	width:65%;
	margin-left:5%;
}
.boxChartSitePopUp{
	float:left;
	width:100%;
	height:200px;
}
.boxDetailSL{
	float:left;
	width:50%;
	color:#ffd461;
}
.boxGuage{
	float:left;
	width:100%;
	height:120px;
	margin-top:10px;
}
.boxChartOvTab{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.boxChartOvTab_item{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
	border-top: 1px solid #343434;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434;
	color: #FFF;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}
.ovChartAc{
	background-color: #222;
	border-bottom: 1px solid #222;
}
.boxOvHeadTitle{
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-left: 2.5%;
}
.boxOvHeadTitleL{
	float: left;
	width: 50%;
	font-size: 12px;
}
.boxOvHeadTitleR{
	float: left;
	width: 50%;
	font-size: 13px;
	text-align: right;
}
.boxChartSiteOverlay{
	float: left;
	width: 100%;
	height: 450px;
	position: relative;
}
.boxChartSiteTable{
	float: left;
	width: 100%;
	height: 450px;
	display: none;
	position: relative;
}
.boxChartSite{
	float: left;
	width: 100%;
	height: 450px;
}
thead td{border-image: initial; border:1px solid #DDD; font-weight: bold;  background:#f9f9f9; color:#000; vertical-align:middle;}
.boxChartSiteTable_body{
	float: left;
	width: 100%;
	height: 360px;
	position: relative;
	overflow-y: auto;
}
.tableLine{
	border-bottom: 1px solid #DDD;
}
.boxConDiagram{
	float:left;
	width:100%;
	display:none;
	position:fixed;
	margin-top:0px;
	margin-left:0px;
	z-index:9998;
}




#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/icon/icon_title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/icon/icon_info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/icon/icon_important.gif);
}

#popup_content.confirm {
	background-image: url(../images/icon/icon_important.gif);
}

#popup_content.prompt {
	background-image: url(../images/icon/icon_help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.content-box {
	float:left;
	border: 1px solid #ccc;
    background: #fff;
	margin-left:15px;
	width:98%;
	margin-bottom:10px;
}

.content-box-header {
	float:left;
	width:100%;
	background: #e5e5e5 url('images/bg-content-box.gif') top left repeat-x;
    height: 40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#444;
}
.content-box-content {
	float:left;
    font-size: 15px;
    border-top: 1px solid #ccc;
	width:100%;
	color:#444;
}
.frameBtn{
	float:left; 
	width:98%;
	margin-left:1%; 
	height:auto; 
	margin-top:15px; 
	text-align:right;
	margin-bottom:15px;
}
.RowOdd{
	color:#444 !important;
}
.RowOdd:hover{
	background-color:#EEF2F3;
}
.input-l{
	width:320px;
	//border:1px solid #d4d8d9;
	padding:5px;
}
.input-m{
	width:150px;
	//border:1px solid #d4d8d9;
	padding:5px;
}
.input-s{
	width:100px;
	//border:1px solid #d4d8d9;
	padding:5px;
}
#divFrameImg{
	float:left;
	width:150px;
	height:160px;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #999999;
	overflow:hidden;
}
#divFrameDel{
	float:left;
	position:absolute;
	width:20px;
	margin-left:110px;
	cursor:pointer;
}
#divFramePic{
	float:left;
	width:130px;
	height:100px;
	margin-left:10px;
	margin-top:5px;
}
#divFrameFile{
	float:left;
	width:150px;
	text-align:center;
	margin-top:5px;
}
.boxLoginText{
	float:left;
	width:100%;
	text-align:center;
	margin-top:5%;
	font:30px kanit;
	color:#333;
}
.boxLoginText img{
	width:35%;
	text-align:center;
}
.frameLogin{
	float:left;
	width:25%;
	height:auto;
	margin-left:37.5%;
	background-color:#fefefe;
	border:1px solid #c6d8d8;
	border-radius:5px;
	margin-top:8%;
	box-shadow: 0px 0px 5px #575757;
}
#frameForm{
	float:left;
	width:90%;
	height:auto;
	//margin-left:25px;
	margin-left:5%;
}
#frameFormBox{
	float:left;
	width:100%;
	color:#555;
	font-weight:bold;
	margin-top:5px;
}
#frameLoginBtn{
	float:left;
	width:100%;
	height:80px;
	border-top:1px solid #d4d8d9;
	margin-top:30px;
	background-color:#f0f5f8;
	border-radius:0px 0px 5px 5px;
	padding-right:5%;
	padding-left:5%;
}
#frameLoginBtnL{
	float:left;
	width:70%;
	margin-top:25px;
	color:#999;
}
#frameLoginBtnR{
	float:left;
	width:30%;
	text-align:right;
	margin-top:20px;
}
.chartBoxGauge{
	height: 400px;
}
.boxChartPopUp{
	float:left;
	width:100%;
	height:450px;
}
.boxFrameDetail{
	float: left;
	width: 100%;
	background-color: #f4f6f9;
	border-radius: 5px;
	margin-top: 2%;
}
.boxConClose{
	float: right;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	cursor: pointer;
	color: #333;
}
.chartEnvi{
	float:left;
	width:100%;
	height:300px;
}
	@-moz-keyframes pulsate {
		from {
			-moz-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-moz-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-moz-transform: scale(0.3);
			opacity: 0;
		}
	}
	@-webkit-keyframes pulsate {
		from {
			-webkit-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-webkit-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(0.3);
			opacity: 0;
		}
	}
	@-ms-keyframes pulsate {
		from {
			-ms-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-ms-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-ms-transform: scale(0.3);
			opacity: 0;
		}
	}
	@keyframes pulsate {
		from {
			transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			transform: scale(1.3);
			opacity: 0;
		}
		to {
			transform: scale(0.3);
			opacity: 0;
		}
	}
	/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
	.boxMap div[title="connect"] img,.boxMap div[title="disconnect"] img {
		display:none;
	}
	/* compensate for iPhone and Android devices with high DPI, add iPad media query */
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
		.boxMap div[title="connect"] {
			margin:-10px 0 0 -10px;
		}
	}
	
	.boxMap div[title="disconnect"] {
		-moz-animation: pulsate 1.5s ease-in-out infinite;
		-webkit-animation: pulsate 1.5s ease-in-out infinite;
		-ms-animation: pulsate 1.5s ease-in-out infinite;
		animation: pulsate 1.5s ease-in-out infinite;
		border:1pt solid #fff;
		/* make a circle */
		-moz-border-radius:51px;
		-webkit-border-radius:51px;
		-ms-border-radius:51px;
		border-radius:51px;
		/* multiply the shadows, inside and outside the circle */
		-moz-box-shadow:inset 0 0 5px #F00, inset 0 0 5px #F00, inset 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00;
		-webkit-box-shadow:inset 0 0 5px #F00, inset 0 0 5px #F00, inset 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00;
		-ms-box-shadow:inset 0 0 5px #F00, inset 0 0 5px #F00, inset 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00;
		box-shadow:inset 0 0 5px #F00, inset 0 0 5px #F00, inset 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00, 0 0 5px #F00;
		/* set the ring's new dimension and re-center it */
		height:51px!important;
		margin-left: -10px;
		margin-top: 6px;
		width:51px!important;
	}

.boxBarDiagramL,.boxBarDiagramC,.boxBarDiagramR{
	float: left;
	width: 23%;
	position: relative;
	border-radius: 5px;
}
.boxBarDiagram-arrow{
	float: left;
	width: 13%;
	margin-left: 1%;
	margin-right: 1%;
}
.boxBarDiagram_icon{
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	border-radius: 5px;
	//background-color: green;
}
.boxBarDiagram_icon img{
	float: left;
	width: 70%;
	margin-left: 15%;
}
.boxBarDiagram_val{
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
	margin-top: 0px;
	font-size: 18px;
}
.boxBarDiagram_val span{
	font-size: 25px;
}
.boxArrowCharge1{
	transform: rotate(-90deg);
	margin-top:70px;
	margin-left: 20%;
	float: left;
	position: relative;
}
.boxArrowCharge2{
	transform: rotate(90deg);
	margin-top:67px;
	margin-left: 50%;
	position: relative;
}
.arrow{
	opacity: 0;
	position: absolute;
	transform-origin: 50% 50%;
	transform: translate3d(-50%, -50%, 0) ;
}
.arrow-1 {
    animation: arrow-movement 3s ease-in-out infinite;
}
.arrow-2 {
    animation: arrow-movement 3s 1.5s ease-in-out infinite;
}
.arrow:before,
.arrow:after {
  	content: '';
	display: block;
	height: 5px; 
  	position: absolute;
	top: 0;
    left: 0;
  	width: 22px;
}
.arrow:before {
	transform: rotate(50deg) translateX(-3%);
  	transform-origin: top left;
}
.arrow:after {
	transform: rotate(-50deg) translateX(3%);
	transform-origin: top right;
}
.arrowRed:before,
.arrowRed:after {
  	background: orange;
}

@keyframes arrow-movement {
	0%   { 
		opacity: 0;
  	}
  	70% {
    	opacity: 1;
  	}
	100% { 
	    opacity: 0;
	    top: 15px;
	}
}
.boxSiteMenuNoti{
	position: absolute;
	padding: 0px 3px 0px 3px;
	background-color: red;
	color: #FFF;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 20px;
	display: none;
}
.product-icon{
 	float: left;
	text-align:center;
	width:50px;
	font-size:30px;
	font-weight:normal !important;
}
.boxMainMenu{
	float:left;
	width:50px;
	height:100%;
	color:#FFF;
	background-color:#222222;
	position:fixed;
	z-index:2;
	margin-left:0px;
}
.boxMainMenu .boxMainMenuItemTop{
	margin-top:60px;
}
.boxMainMenuItem{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	cursor:pointer;
}
.boxMainMenuItem_icon{
	float:left;
	width:100%;
	font-size:20px;
	text-align:center;
}
.boxMainMenuItem_Name{
	float:left;
	width:100%;
	font-size:13px;
}
.boxTabMenu{
	display: table;margin: 0 auto; text-align:center; z-index:5; position:relative;
}
.boxChartInvList{
	float: left;
	width: 96%;
	margin-left: 2%;
	height: 200px;
}
.boxChartDash{
	float: left;
	width: 96%;
	margin-left: 2%;
	height: 300px;	
}
.boxChartAll{
	float: left;
	width: 100%;
	height: 500px;		
}

.boxWind{
	float: left;
	width: 100px;
	text-align: center;
	position: absolute;
	margin-top: 0px;
	margin-left:30%;
}
.boxWindDir{
	float:left;
	width:100%;
	margin-top:15px;
	position:relative;
	transition: all 1s ease-in-out;
}
.boxWindVane{
	width:5px;
	height:23px;
	background-color:#FFF;
	margin-left:46%;
	//position:relative;
}
.boxWindVane:after{
    border-bottom: 14px solid #FFF;
    border-left:7px solid transparent; 
    border-right: 7px solid transparent;
	top:-13px;
    margin-left: -7px;
	position:absolute;
    content: "";
    width: 0; 
    height: 0;
}
.boxChartChkBox{
	float: left;
	width: 30px;
	height: 20px;
	text-align: center;
}
.pointStatus{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #61b554;
	border:1px solid #999;
}
.col-xs-5{
  width: 19%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.boxBu-cb-status{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #43cb90;
}
.genOff{
	background-color: #ec2868;
}
.track {
	float: right;
  position: relative;
  /* padding: .2em; */
  background: #CCC;
  width: 40px;
  height: 22px;
  //border: .1em solid #575757;
  border-radius: 50px;
  cursor: pointer;
  margin-top:3px;
}

.track:after {
  position: absolute;
  content: "";
  display: block;
  /*margin-top: -19px;
  margin-left: -4px;*/
  width: 41px;
  height: 21px;
  border: 1px solid #CCC;
  border-radius: 10em;
 //box-shadow: inset 0 1em 1em #979797, inset 0 -1em 1em #e7e7e7, 0 .1em .2em #fff;
  z-index: -1;
}

.indicator {
	float: left;
  position: relative;
  background: #EEE;
  height: 90%;
  width: 40%;
  border-radius: 50%;
  border: 1px solid #AAA;
}

.indicator:after {
  content: "";
  display: block;
  background: #EEE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}


.indicator.switch-on {
  -webkit-animation:           switch-on .3s;
  -moz-animation:              switch-on .3s;
  -o-animation:                switch-on .3s;
  animation:                   switch-on .3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode:    forwards;
  -o-animation-fill-mode:      forwards;
  animation-fill-mode:        forwards;
}

.indicator.switch-off {
  -webkit-animation:           switch-off .3s;
  -moz-animation:              switch-off .3s;
  -o-animation:                switch-off .3s;
  animation:                   switch-off .3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode:    forwards;
  -o-animation-fill-mode:      forwards;
  -animation-fill-mode:        forwards;
}

@keyframes switch-on {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 45%;
  }
}
@keyframes switch-off {
  0% {
    margin-left: 45%;
  }
  100% {
    margin-left: 0;
  }
}

.indicator.switch-on:after {
  -webkit-animation:           light-on .3s;
  -moz-animation:              light-on .3s;
  -o-animation:                light-on .3s;
  animation:                   light-on .3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode:    forwards;
  -o-animation-fill-mode:      forwards;
  -animation-fill-mode:        forwards;
}

.indicator.switch-off:after {
  -webkit-animation:           light-off .3s;
  -moz-animation:              light-off .3s;
  -o-animation:                light-off .3s;
  animation:                   light-off .3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode:    forwards;
  -o-animation-fill-mode:      forwards;
  -animation-fill-mode:        forwards;
}

@keyframes light-on {
  0% {
    background: #e7456b;
  }
  
  100% {
    background: #007bff;
  }
}

@keyframes light-off {
  0% {
    background: #007bff;
  }
  
  100% {
    background: #e7456b;
  }
}
.defaultLine{
    fill:none;
    stroke:#CCC;
    stroke-width:3;
}
.dcLine{
    fill:none;
    stroke:orange;
    stroke-width:4;
    stroke-miterlimit:0;
    stroke-dasharray: 10;
    stroke-dashoffset: 160;
    animation: dash 3s linear 0.5s infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.boxShowLoadData{
	float: left;
	width: 98%;
	margin-left: 1%;
}
.svgFlow{
	float: left;
	width: 70%;
	height: auto;
	margin-left: 15%;
}
.boxEnviSaving{
	float: left;
	width: 96%;
	margin-left: 2%;
	border-radius: 10px;
	margin-top: 10px;
}
.boxEnviSaving_title{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}
.boxEnviSaving_title_l{
	float: left;
	width: 60%;
	font-size: 18px;
}
.boxEnviSaving_title_r{
	float: left;
	width: 40%;
	text-align: right;
}
.boxRow90per,.boxRow90perNoRes{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}
.boxTwoItem-l{
	float: left;
	width: 50%;
}
.boxTwoItem-r{
	float: left;
	width: 50%;
	text-align: right;
}


@media only screen and (min-width: 1024px) and (max-width: 1366px)  {/*max1366*/
	.info-box-number span {
		font-size: 20px;
		font-weight: normal;
	}
	.boxChartPopUp{
		height:350px;
	}
	.chartBoxGauge{
		height: 300px;
	}
}
@media screen and (max-width: 40em){/*smartphone*/
    .frameLogin{
		width:90%;
		margin-left:5%;
		margin-top:5%;
	}
	.boxChartPopUp{
		height:350px;
	}
	.chartBoxGauge{
		height: 300px;
	}
	.boxUsedHL{
		display: none;
	}
	.boxUsedHR{
		width: 100% !important;
	}
	.boxMainL,.boxMainC,.boxMainR{
		float: left;
		width: 100%;
		position: relative;
		height: auto;
		margin-left: 0%;
		margin-right: 0%;
	}
	.boxSiteList{
		height: auto;
		position:relative;
		margin-top: 5px;
	}
	.boxLastUpdate{
		position:relative;
		bottom: 0px;
		margin-top: 5px;
	}
	.boxMap{
		height: 250px;
		position:relative;
		margin-top: 10px;
		border:1px solid #343434;
	}
	.boxOvSumToday{
		position:relative;
		bottom: 0px;
		margin-top: 5px;
	}
	.boxMainRTop{
		position:relative;
		height: auto;
	}
	.boxPowerChart{
		float: left;
		position:relative;
		height: auto;
		top: 0%;
	}
	.boxSiteListData{
		width: 95%;
		height: auto;
	}
	.boxCol2First,.boxCol2Last{
		position:relative;
		height: auto;
		margin-left: 0%;
	}
	.boxChartOvIn{
		position:relative;
		margin-top: 10px;
	}
	.inner span{
		font-size: 25px !important;
	}
	.boxSiteDia{
		width: 100% !important;
	}
	#boxSiteOv1{
		order : 2;
		margin-top: 10px;
	}
	#boxSiteOv2{
		order : 1;
	}
	#boxSiteOv3{
		order : 3;
		margin-top: 10px;
	}
}
