
canvas { 
  display: block; 
}

html {
  /*
  min-width: 1920px;
  min-height: 1080px;
  */
}

.wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#splash_screen {

  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #9DD84B;
  z-index: 100001;
  position: absolute;
  transition-duration: 1s;

}


#splash_logo {

  width: 200px;
  padding: 0;
  margin: 0;
  z-index: 100001;
  position: absolute;
  display: block;
  top:20px;
  left:20px;

}



#splash_title {
  font-size: 3rem;
  font-weight: bold;
  width: 800px;
  padding: 0;
  margin: 0;
  z-index: 100001;
  position: absolute;
  display: block;
  top:120px;
  left:20px;

}


button {
	-webkit-appearance: none;	
	font-size: 12pt;
	text-align: center;
	position: absolute;
	min-width: 200px;
  min-height: 50px;
	border-radius: 0;
	z-index: 1111;
  font-weight: bold;

  color: #5A5A5A;
  padding: 10px 30px;
  background: #E8B4B4;
  border: 1px solid white;
  border-radius: 10px;
}

.slider {
	font-size: 12pt;
	text-align: center;
	position: absolute;
	min-width: 200px;
	z-index: 1111;
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  
	right: 20px;
	top: 310px;
}

#sunRangeText {
  font-size: 12pt;
	text-align: center;
	position: absolute;
	min-width: 200px;
	z-index: 1111;
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  
	right: 20px;
	top: 340px;
}


#debugLog {
	position: absolute;
  width:98%;
  height:200px;
  overflow-y:scroll;
  background-color: aliceblue;
	left: 20px;
	bottom: 20px;
  opacity: 0.6;
  z-index: 1111;
}


.div_btn_play {
  
	-webkit-appearance: none;	
	font-size: 12pt;
	text-align: center;
	position: absolute;
	min-width: 200px;
  min-height: 50px;
	border-radius: 0;
	z-index: 1111;
  font-weight: bold;
  top: 20px;
  right: 200px;
  
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

#button_play {
  width:50px;
}

.btn_init {
	right: 20px;
	top: 10px;
}

.btn_view1 {
	right: 20px;
	top: 70px;
}


.btn_view2 {
	right: 20px;
	top: 130px;
}


.btn_view3 {
	right: 20px;
	top: 190px;
}

.btn_view5 {
	right: 20px;
	top: 250px;
}

.btn_view4 {
	left: 20px;
	bottom: 240px;
}

.btn_view6 {
	left: 240px;
	bottom: 240px;
}

.dash1 {
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 999;
  width: 600px;
  height: 320px;
  background-color: #3498db;
  opacity: 0.89;
  border-radius: 20px;
}


#webgl-container
{
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.label {
  font-size: 16px;
  color: #fff;
  font-family: sans-serif;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid white;
  border-radius: 20px;
}


/* loading spinner */

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100002;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderValue {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 100002;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: -75px 0 0 -75px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

div {
  display : block;
  float : left;
}

div.content_block {
  margin-left: 10px;
  margin-top: 5px;
  width: calc(100% - 20px);
}


/* 인버터 이하 페이지 제목 */


.highcharts-background {
 fill:#3498db;
}

div.graph {
  width: 170px;
  float:left;
  
}

div.mainItem {
  width: calc(100% - 4px);
  padding: 1px;
  background: #8fcbdf;
  border-radius: 10px;
}

div.mainItem span {
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 15pt;
  font-weight: bold;
  color: #000000;
  float: left;
}

div.main_chart {
  height: 300px;
  margin-top: 20px;
}

div.mainInverter {
  margin-top: 20px;
}

div.item {
  width: 180px;
  height: 283px;
  padding-left:10px;
}

div.value2 {
  width: 55%;
  display: inline-block;
  text-align: right;
}

div.unit {
  width: 30%;
  display: inline-block;
  text-align: left;
}


/* 메인화면 차트 안쪽 */

div.chartDesign,
div.origin {
    font-size: 17px;
    width: 150px;
    margin-left: 70px;
}

span.chart_value {
    width: 60%;
    display: inline-block;
    text-align: right;
}

span.chart_unit {
    width: 30%;
    display: inline-block;
    font-size: 15px;
}

div.origin {
    margin-top: 5px;
}

footer {
    width: 100%;
    height: 90px;
    float: left;
    background: #2f323a;
    display: block;
    color: #ffffff;
    text-align: center;
}

footer span {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    float: left;
}


div.clock {
  display: block;
  position: absolute;
  left: 100px;
  top: 5px;
}

span.ymd {
  font-size: 1.5rem;
  color: #146ab4;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

span.hms {
  font-size: 1.5rem;
  margin-left: 10px;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

/* echo sensor */


div.echosensor {
  display: block;
}

#dl_state dt,
dd {
  font-size: 15pt;
  float: left;
  padding: 0px;
  margin: 0px;
}

#dl_state dt {
  font-size: 13pt;
  background: #ffe84a;
  padding: 10px 10px;
  margin-right: 20px;
  border-radius: 5px;
}

#dl_state dd {
  margin-right: 10px;
  color: #821f00;
  background: #ffffff;
  display: block;
}

#dl_state dd .val {
  float: left;
  margin-left: 40px;
  margin-top: 10px;
}

#dl_state dd .unit {
  font-size: 13pt;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}

#dl_state .dd_state1 {
  height: 39px;
  background: url('../images/icon1_1.png') no-repeat;
  display: block;
}

#dl_state .dd_state2 {
  height: 39px;
  background: url('../images/icon1_2.png') no-repeat;
  display: block;
}
