@font-face {
  font-family: 'din';
  src: local('din'), url(font/din-bold-webfont.woff?orgId=00D700000008Ptf&orgId=00D700000008Ptf);
}

@font-face {
  font-family: 'din-light';
  src: local('din-light'), url(font/dinregularwebfont.woff?orgId=00D700000008Ptf&orgId=00D700000008Ptf);
}

html, body {
  font-family: 'din';
  height: 100%;
  margin: 0;
  padding: 0;
}

.din {
  font-family: 'din';
}

#report-container * {
  color: #fff;
  font-family: 'din';
}

.clr {
  clear: both;
}

select {
  margin: 0 3px;
}

#map-wrapper {
  height: 500px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}

#map-container {
  width: 600px;
  height: 100%;
}

#map-canvas {
  width: 100%;
  height: 100%;
}

#map-container {
  float: left;
}

#report-container {
  float: left;
  margin-left: 20px;
}

#report-container {
  color: #fff;
  padding: 0 7px;
  height: 100%;
}

#report-container .label {
  font-size: 16px;
}

#report-container .value {
  font-size: 25px;
}

#report-container .first {
  text-align: center;
}

#report-container .first .label {
  font-size: 24px;
}

#report-container .first .value {
  font-size: 56px;
}

#report-container table td {
  border-bottom: 2px solid #99aa37;
  padding: 15px 0;
}

#report-container table tr:last-child td {
  border-bottom: none;
}

#report-container table .report-td {
  border-bottom: 2px solid #99aa37;
  padding: 27px 0;
}

#report-container {
  width: 300px;
  background-color: #779a0b;
}

.icon-kw {
  background: url(icon/SolarPanel.png) no-repeat center center;
  background-size: 54px auto;
}

.icon-ls {
  background: url(icon/PiggyBank.png) no-repeat center center;
}

.icon-gg {
  background: url(icon/Leaf.png) no-repeat center center;
}

.icon-cr {
  background: url(icon/Car.png) no-repeat center center;
}

.icon-vt {
  background: url(icon/ManWorker.png) no-repeat center center;
}

.tblLocation select, .tblYear select, .tblOption select {
  outline: none;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('icon/arrow.png') no-repeat;
  background-position: right center;
  background-size: contain;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 5px;
}

select::-ms-expand {
  display: none;
}

.tblLocation select {
  width: 190px;
}

.tblYear select {
  width: 100px;
}

.tblOption select {
  width: 150px;
}

@media screen and (max-width: 930px) {
  #map-container {
    width: 55%;
  }
  
  #report-container {
    width: 35%;
  }
  
  .value {
    font-size: 40px;
  }
}

@media screen and (max-width: 660px) {
  #map-container {
    width: 100%;
  }
  
  #report-container {
    margin: 10px 0 0;
    width: 98%;
  }
  
  #report-container table {
    width: 100%;
  }
}