@charset "UTF-8";

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v13-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v13-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'),
       url('fonts/open-sans-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v13-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v13-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v13-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Body */
body {
  font-family: 'Open Sans', Calibri, Arial, sans-serif;
  font-size: 10pt;
  background-color: #F0F0F0;
  color: #015291;
}

/* Links */
a {
  color: #6c3a89;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}

/* Headings */
h1 {
  color: #FFFFFF;
  background-color: #6c3a89;
  font-weight: 300;
  font-size: 16pt;
  line-height: 24px;
  margin: 0;
  padding: 17px 24px;
}

/* Layout */
#content {
  background: #FFFFFF;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto 0 auto;
  max-width: 480px;
  width: 100%; /* for IE */
}
#datatbl {
  margin-left: 30px;
}

#whiteline {
  margin: -6px 0 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid #FFFFFF;
  border-bottom: 0;
}

#wrap {
  /*min-width: 1000px;*/
  max-width: 1000px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  width: 100%; /* for IE */
}

#left {
  float: left;
  width: 480px;
  /*background: #FFFFFF;*/
  margin-top: 24px;
}

#right {
  float: right;
  width: 480px;
  background: #FFFFFF;
  margin-top: 90px;
  padding-top: 106px;
  background: url("green.jpg") no-repeat #FFFFFF;
}

#electricity {
  padding-top: 33px;
  width: 480px;
  height: 220px;
}

@media (max-width: 1000px) {
  #wrap {
    width: auto !important;
  }
  #right {
    float: none;
    margin-top: 400px;
  }
  #electricity {
    display: none;
  }
  #wrap {
    padding-left: 20px;
  }
  #note {
    padding-bottom: 20px;
  }
  #copyright {
    padding-top: 0 !important;
  }
}

#loginform {
  width: 400px;
  padding: 35px 30px 30px 50px;
  text-align: right;
  background-color: #FFFFFF;
}

#login_error, #general_error {
  margin: 15px 5px 0 5px;
  padding: 5px 10px 5px 10px;
  background-color: #FAF8CC;
  color: #E42217;
  border: 1px solid #E42217;
  font-weight: bold;
  text-align: left;
}

input {
  width: 380px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #E0E0E0;
  color: #4C4C4C;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #015291;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover {
  background-color: #0262ab;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#pageheader {
  background: url("header-bg.png") no-repeat 50% 0, #8fdeff url("header-insetshadow.png") repeat-x 0 100%;
  height: 160px;
}

#logo {
  margin-top: -10px;
  margin-left: 0;
  width: 110px;
  height: 110px;
}

#datatbl td {
  padding: 0 30px 0 0;
}
#datatbl td.fnr {
  padding-top: 15px;
}
#datatbl td.contact {
  padding-top: 20px;
  padding-bottom: 20px;
}
#note {
  font-size: 9pt;
  color: #4C4C4C;
  margin: 30px;
}
span.fn {
  font-size: 10.5pt;
}

#copyright {
  padding-top: 35px;
  padding-bottom: 50px;
  font-size: 9pt;
  color: #4C4C4C;
  clear: both;
}

#appinfo {
  float: right;
}

#appinfo h2 {
  margin: 49px 0 0 0;
  font-size: 20pt;
  font-weight: normal;
}
