.red {
  color: #f00;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  font-size: 16/24px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}

a {
  color: #002484;
}

h2 a, .step {
  color: #fff;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}

figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
*
*	Zoomable baseline grid
*	type size presets
*
*/
body {
  /* 16px / 24px */
  background-color: #0b579d;
  font-size: 1em;
  line-height: 1.5em;
  font-family: Helvetica, Arial, sans-serif;
}

textarea {
  font: inherit;
}

.small {
  /* 13px / 18px */
  font-size: 0.8125em;
  line-height: 1.3846153846153846em;
}

.normal, h3 {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.5em;
  /* 24 */
}

.large, h2, h1 {
  /* 26 / 36px */
  font-size: 1.625em;
  line-height: 1.3846153846153846em;
}

.huge {
  /* 42px / 48px */
  font-size: 2.625em;
  line-height: 1.1428571428571428em;
}

.massive {
  /* 68px / 72px */
  font-size: 4.25em;
  line-height: 1.0588235294117647em;
}

.gigantic {
  /* 110px / 120px */
  font-size: 6.875em;
  line-height: 1.0909090909090908em;
}

ul {
  padding: 1em 0em 1em 2em;
}

th {
  text-align: left;
}

.left-padded {
  margin-left: 0px;
}
@media only screen and (min-width: 720px) {
  .left-padded {
    margin-left: 40px !important;
  }
}

/* START: COMMON BASE FOR HEADERS AND BUTTONS */
#contentWrapper header .icon,
#contentWrapper header h2,
#top-admin header .icon,
#top-admin header h2,
.button,
section .step {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px 0px #333333;
  -moz-box-shadow: 1px 1px 1px 0px #333333;
  box-shadow: 1px 1px 1px 0px #333333;
  margin-bottom: 0.5em;
  color: #fff;
  border-collapse: separate;
}

.current-user-name {
  display: none;
}
@media only screen and (min-width: 480px) {
  .current-user-name {
    display: inline;
  }
}

section header a {
  text-decoration: none;
}

/* END: COMMON BASE FOR HEADERS AND BUTTONS */
/* START: COMMON STYLES FOR ROWS AND HEADERS */
.fcurrent {
  background-color: #ccc;
}

.row,
.headers {
  display: block;
}
.row > div,
.headers > div {
  display: inline-block;
}
.row .pdf-icon,
.headers .pdf-icon {
  height: 21px;
  margin-left: 10px;
  padding-right: 6px;
  width: 19px;
}

.headers {
  font-weight: bold;
  margin-top: 10px;
}
.headers .pdf-icon {
  height: 1px;
}
.headers .small-mail-icon {
  height: 1px;
}

.row .small-mail-icon {
  float: right;
  margin-top: 5px;
}

.default-page .row,
.default-page .headers {
  display: none;
}
@media only screen and (min-width: 720px) {
  .default-page .row,
  .default-page .headers {
    display: block;
  }
}

/* END: COMMON STYLES FOR ROWS AND HEADERS */
hr {
  margin: 1em 0px;
}

p.notice {
  color: #0b0;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

#body-wrapper {
  background-color: #fff;
  min-height: 100%;
  margin: 0px auto;
  width: 320px;
}
#body-wrapper header#top-header {
  background-image: url("../Images/header-320.jpg");
  background-repeat: no-repeat;
  height: 100px;
  margin: 0px;
}
#body-wrapper > header.admin {
  background: none;
  height: 180px;
}

#contentWrapper {
  background-color: #fff;
  height: 100%;
  padding: 1em;
}

@media only screen and (min-width: 480px) {
  body {
    margin: 0px auto;
  }

  #body-wrapper {
    width: 480px;
  }
  #body-wrapper header#top-header {
    background-image: url("../Images/header-480.jpg");
    background-repeat: no-repeat;
    height: 100px;
    margin: 0px;
  }
}
h1, h2 {
  margin: 0.9230769230769231em 0 1.3846153846153846em;
}

h2 {
  font-weight: normal;
}

h3 {
  margin: 1.5em 0 1.5em;
}

.wrapper {
  padding: 0 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#body-wrapper > section {
  margin-bottom: 0.5em;
  clear: both;
}

.wizard {
  width: 400px;
  float: none;
  clear: both;
}

.small-mail-icon {
  display: inline-block;
  height: 18px;
  text-align: right;
  width: 31px;
  vertical-align: baseline;
}

span.small-mail-icon {
  float: right;
}

#energy-account-info {
  padding-left: 10px;
}

.message-success {
  color: green;
  font-weight: bold;
  font-style: italic;
}

.hide-component {
  display: none;
}

.default.dw-inline {
  display: inline-block;
}
.default.dw-inline .dwwr {
  min-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.default.dw-inline .dw-li {
  font-size: 1em;
}

#contentWrapper header .icon,
#contentWrapper section .step,
#top-admin header .icon,
#top-admin section .step {
  display: block;
  float: left;
  height: 30px;
  padding: 2px 0px 0px 3px;
  width: 29px;
}
#contentWrapper header h2,
#top-admin header h2 {
  font-size: 0.8em;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  height: 24px;
  margin-left: 40px;
  padding: 8px 0 0 12px;
}
@media only screen and (min-width: 720px) {
  #contentWrapper header h2,
  #top-admin header h2 {
    font-size: 1em;
    height: 24px;
    padding-top: 8px;
  }
}
#contentWrapper header h2 span.extra-header-text,
#top-admin header h2 span.extra-header-text {
  display: none;
}
@media only screen and (min-width: 480px) {
  #contentWrapper header h2 span.extra-header-text,
  #top-admin header h2 span.extra-header-text {
    display: inline;
  }
}

section header .small {
  font-size: 10px;
}
@media only screen and (min-width: 480px) {
  section header .small {
    font-size: 1em;
  }
}

p.back {
  margin-top: 1em;
}

section header#activate-header h2,
section#activate a.button {
  background: #3b5ba0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b5ba0), color-stop(100%, #2b3e6c));
  background-image: -webkit-linear-gradient(#3b5ba0, #2b3e6c);
  background-image: -moz-linear-gradient(#3b5ba0, #2b3e6c);
  background-image: -o-linear-gradient(#3b5ba0, #2b3e6c);
  background-image: linear-gradient(#3b5ba0, #2b3e6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5ba0', endColorstr='#2b3e6c',GradientType=0 );
  margin-left: 0px;
}

section header#changepassword-header .icon,
section header#changepassword-header h2,
section header#admin-header .icon,
section header#admin-header h2 {
  background: #6d6d6d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d6d), color-stop(100%, #4b4b4b));
  background-image: -webkit-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -moz-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -o-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: linear-gradient(#6d6d6d, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#4b4b4b',GradientType=0 );
}

.button {
  background: #6a6a6a;
  display: inline-block;
  height: 20px;
  padding: 2px 4px 0.5em 4px;
  text-align: center;
  text-decoration: none;
}
.button.double-height {
  height: 40px;
}
.button.long {
  min-width: 60px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media only screen and (min-width: 720px) {
  .button {
    padding: 4px 0.5em;
  }
}

.top-menu-colour {
  background: #acadb7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #acadb7), color-stop(100%, #57585b));
  background-image: -webkit-linear-gradient(#acadb7, #57585b);
  background-image: -moz-linear-gradient(#acadb7, #57585b);
  background-image: -o-linear-gradient(#acadb7, #57585b);
  background-image: linear-gradient(#acadb7, #57585b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acadb7', endColorstr='#57585b',GradientType=0 );
}

section#topMenu {
  clear: both;
  height: 32px;
  margin-bottom: 1em;
  padding: 0.2em 1em 0em 1em;
}
section#topMenu #top-menu-faq {
  margin-left: 0px;
}
section#topMenu .left {
  float: left;
  text-align: left;
  width: 220px;
}
section#topMenu .left a {
  color: #fff;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 21px;
  line-height: 1.5em;
  margin-top: 3px;
  padding: 0px 0px 0px;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  section#topMenu .left a {
    margin-top: 0px;
  }
}
section#topMenu .right {
  float: right;
}

#contentWrapper section#topMenu {
  padding: 0.2em 0em 0em 0em;
}

.admin-colour {
  background: #a03c4c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a03c4c), color-stop(100%, #6c2b35));
  background-image: -webkit-linear-gradient(#a03c4c, #6c2b35);
  background-image: -moz-linear-gradient(#a03c4c, #6c2b35);
  background-image: -o-linear-gradient(#a03c4c, #6c2b35);
  background-image: linear-gradient(#a03c4c, #6c2b35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a03c4c', endColorstr='#6c2b35',GradientType=0 );
}

section#top-admin {
  display: block;
  padding: 0.2em 1em 0em 1em;
}
section#top-admin aside {
  display: block;
  float: left;
  padding-right: 0px;
  padding-top: 0.5em;
  width: 130px;
}
@media only screen and (min-width: 480px) {
  section#top-admin aside {
    clear: none;
  }
}
section#top-admin header .icon {
  font-size: 1.4em;
  height: 27px;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  section#top-admin header .icon {
    font-size: 1.8em;
    height: 25px;
    margin-bottom: 5px;
    padding-top: 7px;
  }
}
section#top-admin #logo {
  float: left;
  margin-right: 1em;
}
section#top-admin #logo img {
  height: 30px;
  width: 57px;
}
@media only screen and (min-width: 480px) {
  section#top-admin #logo img {
    height: 53px;
    width: 99px;
  }
}
@media only screen and (min-width: 720px) {
  section#top-admin #logo img {
    height: 75px;
    width: 142px;
  }
}
section#top-admin #lights {
  margin-bottom: 0.2em;
  padding-bottom: 0;
  padding-top: 0.3em;
}
@media only screen and (min-width: 480px) {
  section#top-admin #lights {
    padding-top: 1em;
  }
}
section#top-admin #lights div {
  float: left;
}
section#top-admin #lights img {
  height: 23px;
  width: 21px;
}
@media only screen and (min-width: 480px) {
  section#top-admin #lights img {
    height: 32px;
    width: 29px;
  }
}
@media only screen and (min-width: 720px) {
  section#top-admin #lights img {
    height: 45px;
    width: 42px;
  }
}
section#top-admin #adminHeaderDiv {
  display: block;
  float: right;
  padding-top: 8px;
  width: 300px;
}
@media only screen and (min-width: 720px) {
  section#top-admin #adminHeaderDiv {
    float: left;
  }
}
section#top-admin #accountDiv {
  float: left;
  height: 50px;
  margin-left: 1em;
  vertical-align: bottom;
  width: 280px;
}

section#adminSearch {
  clear: both;
  padding: 0.2em 1em 0em 1em;
}
section#adminSearch #AdminSearchPanel,
section#adminSearch #AdminSearchResultBox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #dfdbda;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
  padding: 3px;
}
section#adminSearch #adminSearchBottomRow {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
  padding: 0.5em;
}
section#adminSearch #AdminSearchPanel input[type="text"],
section#adminSearch #AdminSearchResultBox input[type="text"] {
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 1px;
  padding-top: 5px;
  width: 130px;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #AdminSearchPanel input[type="text"],
  section#adminSearch #AdminSearchResultBox input[type="text"] {
    width: 210px;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #AdminSearchPanel input[type="text"],
  section#adminSearch #AdminSearchResultBox input[type="text"] {
    margin-top: 3px;
    width: 338px;
  }
}
@media only screen and (min-width: 984px) {
  section#adminSearch #AdminSearchPanel input[type="text"],
  section#adminSearch #AdminSearchResultBox input[type="text"] {
    margin-top: 3px;
    width: 470px;
  }
}
section#adminSearch #AdminSearchPanel input[type="text"].w20,
section#adminSearch #AdminSearchResultBox input[type="text"].w20 {
  width: 45px;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w20,
  section#adminSearch #AdminSearchResultBox input[type="text"].w20 {
    width: 70px;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w20,
  section#adminSearch #AdminSearchResultBox input[type="text"].w20 {
    width: 149px;
  }
}
@media only screen and (min-width: 984px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w20,
  section#adminSearch #AdminSearchResultBox input[type="text"].w20 {
    width: 195px;
  }
}
section#adminSearch #AdminSearchPanel input[type="text"].w40,
section#adminSearch #AdminSearchResultBox input[type="text"].w40 {
  width: 102px;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w40,
  section#adminSearch #AdminSearchResultBox input[type="text"].w40 {
    width: 170px;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w40,
  section#adminSearch #AdminSearchResultBox input[type="text"].w40 {
    width: 261px;
  }
}
@media only screen and (min-width: 984px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w40,
  section#adminSearch #AdminSearchResultBox input[type="text"].w40 {
    width: 370px;
  }
}
section#adminSearch #AdminSearchPanel input[type="text"].w60,
section#adminSearch #AdminSearchResultBox input[type="text"].w60 {
  width: 158px;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w60,
  section#adminSearch #AdminSearchResultBox input[type="text"].w60 {
    width: 250px;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w60,
  section#adminSearch #AdminSearchResultBox input[type="text"].w60 {
    width: 415px;
  }
}
@media only screen and (min-width: 984px) {
  section#adminSearch #AdminSearchPanel input[type="text"].w60,
  section#adminSearch #AdminSearchResultBox input[type="text"].w60 {
    width: 570px;
  }
}
section#adminSearch #AdminSearchPanel.pink-bg,
section#adminSearch #AdminSearchResultBox.pink-bg {
  background-color: #edcde6;
}
section#adminSearch #AdminSearchPanel.green-bg,
section#adminSearch #AdminSearchResultBox.green-bg {
  background-color: #c3edd9;
}
section#adminSearch #AdminSearchPanel.blue-bg,
section#adminSearch #AdminSearchResultBox.blue-bg {
  background-color: #727ce6;
}
section#adminSearch #AdminSearchPanel.yellow-bg,
section#adminSearch #AdminSearchResultBox.yellow-bg {
  background-color: #eeff82;
}
section#adminSearch input,
section#adminSearch .blackbutton {
  border: 0px;
  font-size: 12px;
  line-height: 0.8em;
}
section#adminSearch .blackbutton {
  text-decoration: none;
}
section#adminSearch #ChosenAccountLabel {
  clear: right;
  display: block;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #ChosenAccountLabel {
    clear: none;
    display: inline;
  }
}
section#adminSearch input[type=submit],
section#adminSearch .blackbutton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #2c2c2c;
  color: #fff;
  font-weight: bold;
  margin-right: 8px;
  padding: 0.4em 1em;
  text-align: center;
}
section#adminSearch #AdminSearchPanel {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
section#adminSearch #adminSearchBottomRow {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
section#adminSearch #adminSearchBottomRow {
  height: 80px;
  margin-top: 0em;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #adminSearchBottomRow {
    height: 50px;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #adminSearchBottomRow {
    height: 20px;
  }
}
section#adminSearch #adminSearchBottomRow > div {
  display: block;
  float: left;
}
section#adminSearch #adminSearchBottomRow #adminSearchChoose {
  height: 30px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #adminSearchBottomRow #adminSearchChoose {
    float: right;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #adminSearchBottomRow #adminSearchChoose {
    float: right;
  }
}
section#adminSearch #adminSearchBottomRow #adminSearchChoose input {
  height: 30px;
  width: auto;
}
@media only screen and (min-width: 720px) {
  section#adminSearch #adminSearchBottomRow #adminSearchChoose input {
    height: auto;
  }
}
section#adminSearch #adminSearchBottomRow #adminSearchPager {
  height: 30px;
  margin-bottom: 0.5em;
}
section#adminSearch #adminSearchBottomRow #adminSearchPager #searchPagerNumbers {
  display: inline;
  font-size: 2em;
}
@media only screen and (min-width: 720px) {
  section#adminSearch #adminSearchBottomRow #adminSearchPager #searchPagerNumbers {
    font-size: 1em;
  }
}
section#adminSearch #adminSearchBottomRow #adminSearchPager input {
  float: none;
  height: 30px;
  margin-right: 0.4em;
  width: auto;
}
@media only screen and (min-width: 480px) {
  section#adminSearch #adminSearchBottomRow #adminSearchPager input {
    height: 30px;
  }
}
@media only screen and (min-width: 720px) {
  section#adminSearch #adminSearchBottomRow #adminSearchPager input {
    height: 15px;
  }
}
section#adminSearch #adminSearchBottomRow #adminSearchStats {
  /*display: block;
  float: left;
  margin-left: 66px;*/
}

section#accountAdminEvent .accountInfo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #dfdbda;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
  padding: 0.5em;
}

@media only screen and (min-width: 720px) {
  section#top-admin {
    display: block;
  }
  section#top-admin #adminSearchDiv {
    height: auto;
    width: 650px;
  }
  section#top-admin #adminSearchDiv input[type=text] {
    width: 250px;
  }
  section#top-admin #adminSearchDiv label {
    display: inline-block;
  }
  section#top-admin #adminSearchDiv label.extra-br-before {
    clear: none;
  }
}
#accountDiv input {
  margin-right: 0.5em;
}
#accountDiv input[type="submit"] {
  float: right;
  margin-right: 0;
}
#accountDiv .cmdbutton {
  background: #6d6d6d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d6d), color-stop(100%, #4b4b4b));
  background-image: -webkit-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -moz-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -o-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: linear-gradient(#6d6d6d, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#4b4b4b',GradientType=0 );
  border: 0px;
  font-size: 0.8em;
}
@media only screen and (min-width: 720px) {
  #accountDiv {
    padding-left: 2em;
  }
}

.RadUpload.RadUpload_Simple {
  width: 100%;
}

.ruInputs {
  width: 100%;
}

.ruFileWrap .ruFileInput {
  width: 65px;
}

#MainContent_Message {
  width: 100%;
}

.default-page #admin > div {
  margin-top: 0.5em;
}
.default-page #admin #BottomContentLinks_LoggedInAs {
  clear: right;
  padding-left: 0px;
  width: 100%;
}
.default-page #admin a {
  display: inline-block;
}
@media only screen and (min-width: 720px) {
  .default-page #admin #BottomContentLinks_LoggedInAs {
    display: block;
    width: 100%;
    padding-left: 40px;
  }
  .default-page #admin a {
    display: inline;
    margin-left: 2em;
  }
}

#MainContent_CustomerList {
  display: block;
  font-weight: bold;
}
#MainContent_CustomerList input[type=radio] {
  display: inline;
  width: 30px;
}
#MainContent_CustomerList label {
  display: inline !important;
  text-transform: capitalize;
  width: 90%;
}

@media only screen and (max-width: 719px) {
  #adminSearch .minifiedSearch.hide {
    display: none;
  }
  #adminSearch .minifiedSearch.show {
    display: block;
  }
  #adminSearch .adminSearchBox.hide {
    display: none;
  }
  #adminSearch .adminSearchBox.show {
    display: block;
  }
}
@media only screen and (min-width: 720px) {
  #adminSearch .minifiedSearch {
    display: none;
  }
}

.login-related-page section {
  margin: 0px auto;
  width: 95%;
}
@media only screen and (min-width: 480px) {
  .login-related-page section {
    width: 85%;
  }
}
@media only screen and (min-width: 720px) {
  .login-related-page section {
    width: 65%;
  }
}
.login-related-page header {
  width: 100%;
}
.login-related-page header h2,
.login-related-page a.button {
  margin-left: 0px !important;
}
.login-related-page input {
  margin-bottom: 0.5em;
  width: 90%;
}
.login-related-page label {
  display: block;
  font-weight: bold;
}
.login-related-page .button {
  margin-right: 1em;
}
.login-related-page .failureNotification {
  color: red;
  font-style: italic;
  font-weight: bold;
  margin: 0.5em 0;
}
.login-related-page .submit {
  margin-top: 1em;
}

/* Not using this at the moment */
/*
.login-page {	

	#MainContent_LoginUser_rememberMeLabel {
		display: inline-block;
		width: 100px;
	}
	#remember-me-checkbox {
		display: inline-block;
		width: 20px;
	}
}
*/
.customer-support-colour {
  background: #6d6d6d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d6d), color-stop(100%, #4b4b4b));
  background-image: -webkit-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -moz-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -o-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: linear-gradient(#6d6d6d, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#4b4b4b',GradientType=0 );
}

.customer-support-related-page header h2 {
  margin-left: 0px !important;
}
.customer-support-related-page header a {
  text-decoration: none;
}

section.faq-category .question {
  font-style: italic;
  font-weight: bold;
}
section.faq-category .answer {
  margin-bottom: 1em;
}

.go-to-top {
  float: right;
  margin-right: 2em;
}

/*
section header#register-customer-info-header h2 {
    margin-left: 0px;
}
*/
.news-colour {
  background: #a03c4c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a03c4c), color-stop(100%, #6c2b35));
  background-image: -webkit-linear-gradient(#a03c4c, #6c2b35);
  background-image: -moz-linear-gradient(#a03c4c, #6c2b35);
  background-image: -o-linear-gradient(#a03c4c, #6c2b35);
  background-image: linear-gradient(#a03c4c, #6c2b35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a03c4c', endColorstr='#6c2b35',GradientType=0 );
}

/* START: How the news section will look on the news page */
#news .row .pdf-icon,
#news .headers .pdf-icon {
  height: 27px;
  padding-right: 6px;
  width: 19px;
  margin-left: 10px;
  display: none;
}
#news .row .news-date,
#news .headers .news-date {
  clear: right;
  font-style: italic;
  font-weight: bold;
  margin-top: 1em;
}
#news .row .news-date a,
#news .headers .news-date a {
  color: #002484;
}
@media only screen and (min-width: 480px) {
  #news .row .news-date,
  #news .headers .news-date {
    clear: none;
  }
}
@media only screen and (min-width: 720px) {
  #news .row .news-date,
  #news .headers .news-date {
    display: inline;
  }
}
#news .row .news-title,
#news .headers .news-title {
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  #news .row .news-title,
  #news .headers .news-title {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 720px) {
  #news .row .news-title,
  #news .headers .news-title {
    display: inline;
  }
}
#news .row .news-short-html,
#news .headers .news-short-html {
  display: none;
}
@media only screen and (min-width: 720px) {
  #news .row .news-short-html,
  #news .headers .news-short-html {
    border-bottom: 1px solid #333;
    padding-bottom: 1em;
    display: block;
    padding-top: 1em;
    margin-bottom: 1em;
  }
}
#news .row .news-html,
#news .headers .news-html {
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  display: block;
  padding-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 720px) {
  #news .row,
  #news .headers {
    margin-left: 40px;
  }
}
#news.default .news-short-html {
  border-bottom: 0px;
}

/* END: How the news section will look on the news page */
/* START: How the news section will look on the start page */
.default-page #news .news-date,
.default-page #news .news-title {
  margin-left: 40px;
}
@media only screen and (min-width: 720px) {
  .default-page #news .news-date,
  .default-page #news .news-title {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 480px) {
  .default-page #news .news-title {
    margin-left: 1em;
  }
}

/* END: How the news section will look on the start page */
.invoices-colour {
  background: #3b5ba0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b5ba0), color-stop(100%, #2b3e6c));
  background-image: -webkit-linear-gradient(#3b5ba0, #2b3e6c);
  background-image: -moz-linear-gradient(#3b5ba0, #2b3e6c);
  background-image: -o-linear-gradient(#3b5ba0, #2b3e6c);
  background-image: linear-gradient(#3b5ba0, #2b3e6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5ba0', endColorstr='#2b3e6c',GradientType=0 );
}

/* START: How the invoices section will look on the invoices page */
#invoices {
  width: 100%;
}
#invoices header {
  width: 100%;
}
#invoices .row .invoice-link,
#invoices .headers .invoice-link {
  font-weight: bold;
  width: 80px;
}
#invoices .row .invoice-link a,
#invoices .headers .invoice-link a {
  color: #002484;
}
#invoices .row .invoice-duedate,
#invoices .headers .invoice-duedate {
  width: 90px;
}
#invoices .row .invoice-amount,
#invoices .headers .invoice-amount {
  display: none;
  min-width: 70px;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  #invoices .row .invoice-amount,
  #invoices .headers .invoice-amount {
    display: inline-block;
    padding-left: 1em;
  }
}
#invoices .row .invoice-balance,
#invoices .headers .invoice-balance {
  display: none;
  min-width: 70px;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  #invoices .row .invoice-balance,
  #invoices .headers .invoice-balance {
    display: inline-block;
    padding-left: 1em;
  }
}
#invoices .row .invoice-object,
#invoices .headers .invoice-object {
  display: none;
  width: auto;
}
@media only screen and (min-width: 720px) {
  #invoices .row .invoice-object,
  #invoices .headers .invoice-object {
    display: inline-block;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 720px) {
  #invoices .row,
  #invoices .headers {
    margin-left: 40px;
  }
}

/* END: How the invoices section will look on the invoices page */
@media only screen and (min-width: 480px) {
  #invoices.default table {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 480px) {
  #invoices {
    padding-right: 0em;
  }
}

/* WHAT'S THIS?! */
@media medium {
  #energy-account .more-link,
  #elviz .more-link {
    display: block;
  }

  #admin.default .admin-table td {
    display: table-cell;
  }
}
.events-colour {
  background: #a07c3c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a07c3c), color-stop(100%, #6c552b));
  background-image: -webkit-linear-gradient(#a07c3c, #6c552b);
  background-image: -moz-linear-gradient(#a07c3c, #6c552b);
  background-image: -o-linear-gradient(#a07c3c, #6c552b);
  background-image: linear-gradient(#a07c3c, #6c552b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a07c3c', endColorstr='#6c552b',GradientType=0 );
}

/* START: How the events section will look on the events page */
#events {
  width: 100%;
}
#events header {
  width: 100%;
}
#events .row .event-date,
#events .headers .event-date {
  font-weight: bold;
  width: 110px;
}

#events .row .event-date a,
#events .headers .event-date a {
    color: #002484;
}
#events .row .event-date .the-time,
#events .headers .event-date .the-time {
  display: none;
}
@media only screen and (min-width: 720px) {
  #events .row .event-date .the-time,
  #events .headers .event-date .the-time {
    display: inline;
  }
}
#events .row .event-title,
#events .headers .event-title {
  padding-left: 40px;
  display: block;
  clear: both;
}
@media only screen and (min-width: 480px) {
  #events .row .event-title,
  #events .headers .event-title {
    display: inline-block;
    clear: none;
    padding-left: 1em;
  }
}
#events .row .event-button,
#events .headers .event-button {
  display: block;
  clear: both;
  padding-bottom: 3px;
  margin-left: 40px;
  text-align: left;
}
#events .row .event-button #ctl00_MainContent_EventGrid_ctrl7_SendRecording,
#events .headers .event-button #ctl00_MainContent_EventGrid_ctrl7_SendRecording {
  width: 250px;
}
#events .row .event-button #ctl00_MainContent_EventGrid_ctrl7_SendRecording .RadUpload.RadUpload_Simple,
#events .headers .event-button #ctl00_MainContent_EventGrid_ctrl7_SendRecording .RadUpload.RadUpload_Simple {
  width: auto;
}
#events .row .event-button #ctl00_MainContent_EventGrid_ctrl4_RecordingFileUploadListContainer,
#events .headers .event-button #ctl00_MainContent_EventGrid_ctrl4_RecordingFileUploadListContainer {
  display: inline-block;
}
#events .row .event-button #ctl00_MainContent_EventGrid_ctrl4_RecordingFileUpload,
#events .row .event-button a.cmdbutton,
#events .row .event-button .ruInputs,
#events .headers .event-button #ctl00_MainContent_EventGrid_ctrl4_RecordingFileUpload,
#events .headers .event-button a.cmdbutton,
#events .headers .event-button .ruInputs {
  text-align: left;
  width: auto !important;
}
@media only screen and (min-width: 480px) {
  #events .row .event-button,
  #events .headers .event-button {
    margin-left: 160px;
  }
}
@media only screen and (min-width: 720px) {
  #events .row .event-button,
  #events .headers .event-button {
    display: inline-block;
    clear: none;
  }
}
@media only screen and (min-width: 720px) {
  #events .row,
  #events .headers {
    margin-left: 40px;
  }
}
#events .headers {
  display: none;
}
@media only screen and (min-width: 480px) {
  #events .headers {
    display: block;
  }
}
#events .row {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}
#events.default .row {
  border-bottom: 0px;
}

/* END: How the events section will look on the events page */


/* Olov Edit */

#events .row .event-date, #events .row .pdf-icon {
    vertical-align: top;
}

#events .row .child-events-container {
    padding-top: 5px;
    width: 100%;
}

#events .row .child-events-container .child-event-row {
    display: block;
    width: 100%;
}

#events .row .child-events-container .child-event-row:first-child {
    height: 2.1em;
}

#events .row .child-events-container .child-event-row .button {
    float: right;
    display: inline-block;
    padding-bottom: 0px;
    margin-top: 0px;
    min-width: auto;
    max-width: auto;
}

@media only screen and (min-width: 720px) {
    #events .row .child-events-container .child-event-row .button {
        margin-left: 0px;
    }
}

#events .row .child-events-container .child-event-row {
    background-image: url("../Images/tree-arrow-right-trans.png");
    background-position: top left;
    background-repeat: no-repeat;
    clear: none;
    display: inline-block;
    padding-left: 2em;
}



/*END Olov Edit*/

.agreements-colour {
  background: #68a03c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #68a03c), color-stop(100%, #476c2b));
  background-image: -webkit-linear-gradient(#68a03c, #476c2b);
  background-image: -moz-linear-gradient(#68a03c, #476c2b);
  background-image: -o-linear-gradient(#68a03c, #476c2b);
  background-image: linear-gradient(#68a03c, #476c2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a03c', endColorstr='#68a03c',GradientType=0 );
}

.membership-container {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 2em;
  max-width: 300px;
}

.campaigncode-container {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 2em;
}

#agreements .row .agreement-supplements-container {
  padding-left: 4em;
  padding-top: 5px;
  width: 90%;
}
#agreements .row .agreement-supplements-container .supplement-row {
  display: block;
  width: 100%;
}
#agreements .row .agreement-supplements-container .supplement-row:first-child {
  height: 1.8em;
}
#agreements .row .agreement-supplements-container .supplement-row .agreement-link {
  background-image: url("../Images/tree-arrow-right.png");
  background-position: left;
  background-repeat: no-repeat;
  clear: none;
  display: inline-block;
  font-size: 0.6em;
  padding-left: 3em;
  width: 150px;
}
@media only screen and (min-width: 720px) {
  #agreements .row .agreement-supplements-container .supplement-row .agreement-link {
    font-size: 0.85em;
  }
}
#agreements .row .agreement-supplements-container .supplement-row .agreement-link.continuing {
  background-image: url("../Images/tree-arrow-right-continuing.png");
}
#agreements .row .agreement-supplements-container .supplement-row .agreement-link.second-level {
  margin-left: 3em;
}
#agreements .row .agreement-supplements-container .supplement-row .agreement-button {
  display: inline-block;
  padding-bottom: 0px;
  margin-top: 0px;
  min-width: auto;
  max-width: auto;
}
@media only screen and (min-width: 720px) {
  #agreements .row .agreement-supplements-container .supplement-row .agreement-button {
    margin-left: 0px;
  }
}
#agreements .row .agreement-supplements-container .supplement-row.event-first-level {
  background-image: url("../Images/tree-arrow-right-trans.png");
  background-position: top left;
  background-repeat: no-repeat;
  clear: none;
  display: inline-block;
  padding-left: 2em;
}
#agreements .row .agreement-supplements-container .supplement-row.event-first-level .agreement-supplements-container {
  padding-left: 0;
}
#agreements .row .agreement-supplements-container .supplement-row.event-second-level {
  background-image: url("../Images/tree-arrow-right-trans.png");
  background-position: left;
  background-repeat: no-repeat;
  clear: none;
  display: inline-block;
  margin-left: 2em;
  padding-left: 2em;
}
#agreements .row .agreement-supplements-show-more {
  display: block;
  padding-left: 4em;
}
#agreements .row .agreement-supplements-show-more .showmore {
  background-image: url("../Images/tree-plus-arrow-right.png");
  background-position: left;
  background-repeat: no-repeat;
  font-size: 0.6em;
  font-weight: bold;
  margin-top: -10px;
  padding-bottom: 5px;
  padding-left: 3em;
}
@media only screen and (min-width: 720px) {
  #agreements .row .agreement-supplements-show-more .showmore {
    font-size: 0.85em;
  }
}
#agreements .row .agreement-supplements-show-more .showmore a {
  display: inline-block;
  margin-top: 15px;
}

#register-agreement h2 {
  margin-left: 0px !important;
}
#register-agreement input {
  margin-bottom: 0.5em;
  width: 80%;
}
@media only screen and (min-width: 720px) {
  #register-agreement input {
    width: 20%;
  }
}
#register-agreement label {
  display: block;
}
#register-agreement p {
  margin-top: 10px;
}

div.offer-list {
  max-width: 212px;
  display: inline-block;
}

/******** OLD BELOW ********/
#agreements {
  width: 100%;
  	/*
      #MainContent_DimmedGraph,
      #MainContent_YearGraphImage {
          width: 100%;
  
          @media only screen and (min-width: 720px) {
              width: 484px;
          }
      }
  	*/
}
#agreements .step {
  background: #68a03c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #68a03c), color-stop(100%, #476c2b));
  background-image: -webkit-linear-gradient(#68a03c, #476c2b);
  background-image: -moz-linear-gradient(#68a03c, #476c2b);
  background-image: -o-linear-gradient(#68a03c, #476c2b);
  background-image: linear-gradient(#68a03c, #476c2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a03c', endColorstr='#68a03c',GradientType=0 );
}
#agreements .step {
  margin-right: 1em;
}
#agreements .row .agreement-link,
#agreements .headers .agreement-link {
  clear: right;
  font-weight: bold;
  width: 100px;
}
#agreements .row .agreement-link a,
#agreements .headers .agreement-link a {
  color: #002484;
}
@media only screen and (min-width: 720px) {
  #agreements .row .agreement-link,
  #agreements .headers .agreement-link {
    clear: none;
    display: inline-block;
  }
}
#agreements .row .agreement-title,
#agreements .headers .agreement-title {
  clear: right;
  display: block;
  clear: both;
}
@media only screen and (min-width: 720px) {
  #agreements .row .agreement-title,
  #agreements .headers .agreement-title {
    display: inline-block;
    clear: none;
    width: 200px;
  }
}
@media only screen and (min-width: 984px) {
  #agreements .row .agreement-title,
  #agreements .headers .agreement-title {
    width: 300px;
  }
}
#agreements .row .agreement-hourly,
#agreements .headers .agreement-hourly {
  width: 20px;
}
#agreements .row .agreement-date,
#agreements .headers .agreement-date {
  clear: right;
  width: 145px;
}
@media only screen and (min-width: 480px) {
  #agreements .row .agreement-date,
  #agreements .headers .agreement-date {
    display: inline-block;
    clear: none;
  }
}
#agreements .row > .agreement-button,
#agreements .headers > .agreement-button {
  display: block;
  clear: left;
  padding-bottom: 0px;
  margin-top: 1em;
  min-width: 250px;
  max-width: 500px;
}
@media only screen and (min-width: 720px) {
  #agreements .row > .agreement-button,
  #agreements .headers > .agreement-button {
    margin-left: 140px;
  }
}
#agreements .headers {
  display: none;
}
#agreements .headers .agreement-button {
  display: none;
}
@media only screen and (min-width: 720px) {
  #agreements .headers {
    display: block;
  }
}
#agreements .row {
  padding-bottom: 0.4em;
  padding-top: 0.4em;
}
#agreements .buttons {
  display: block;
  height: 350px;
}
@media only screen and (min-width: 480px) {
  #agreements .buttons {
    height: 250px;
  }
}
@media only screen and (min-width: 720px) {
  #agreements .buttons {
    height: 100px;
  }
}
@media only screen and (min-width: 720px) {
  #agreements .buttons span {
    display: inline-block;
    height: 100px;
    float: left;
    margin-right: 1em;
    vertical-align: top;
    width: 200px;
  }
}
#agreements #site-summary {
  margin-bottom: 1em;
}
#agreements #site-summary .infoitem {
  margin-bottom: 0.5em;
}
#agreements #site-summary .infoitem .label {
  clear: right;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  #agreements #site-summary .infoitem .label {
    display: inline;
  }
}
@media only screen and (min-width: 720px) {
  #agreements #site-summary .infoitem {
    margin-left: 40px;
  }
}
#agreements #customer-info h2 {
  color: #003399;
  margin: 5px 0 0 0px;
  font-size: 1.2em;
  font-weight: bold;
}
#agreements #customer-info h3 {
  color: #0b579d;
  margin: 0.3em 0;
}
#agreements #customer-info > p {
  margin-bottom: 1em;
}
#agreements .existingCustomerWrapper,
#agreements .differentCustomerWrapper {
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em;
}
#agreements .existingCustomerWrapper:hover,
#agreements .differentCustomerWrapper:hover {
  background-color: #c3edd9;
}
#agreements .existingCustomerWrapper .customerinfo label,
#agreements .differentCustomerWrapper .customerinfo label {
  clear: right;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  #agreements .existingCustomerWrapper .customerinfo label,
  #agreements .differentCustomerWrapper .customerinfo label {
    display: inline;
  }
}
#agreements .differentCustomerWrapper {
  margin-bottom: 1em;
}
#agreements .different-customer-info label {
  display: block;
  clear: both;
  font-weight: bold;
   /* 
@media only screen and (min-width: 480px) {
    display: inline;
}*/
}
#agreements .different-customer-info input[type=text] {
  width: 90%;
}
@media only screen and (min-width: 480px) {
  #agreements .different-customer-info input[type=text] {
    width: 70%;
  }
}
#agreements #CustomerType {
  width: 100%;
}
#agreements #CustomerType label {
  clear: none;
  display: inline;
  padding-right: 1em;
}
#agreements #MainContent_CreateAccountPanel label {
  clear: none;
  display: inline;
  font-weight: normal;
}
#agreements > div.agreement-info {
  margin-left: 0px;
  margin-bottom: 1em;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 720px) {
  #agreements > div.agreement-info {
    margin-left: 40px;
    width: 50%;
  }
}
#agreements > div.agreement-info .small-mail-icon {
  float: right;
}
#agreements > div.agreement-info span {
  font-weight: normal;
}
#agreements #tellafriend {
  margin-top: 0.5em;
}

.agreements-page .row,
.single-agreement-page .row {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 720px) {
  #agreements .headers,
  #agreements .row {
    margin-left: 40px;
  }
}
#RadWindowWrapper_ctl00_MainContent_ObjectExistsWindow,
#RadWindowWrapper_ctl00_MainContent_CustomerExistsWindow,
#RadWindowWrapper_ctl00_MainContent_NetAreaWindow,
#RadWindowWrapper_ctl00_MainContent_ShowCustomerInfo,
#RadWindowWrapper_ctl00_MainContent_MoveWindow,
#RadWindowWrapper_ctl00_MainContent_ReasonPromptWindow {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 5px #666;
  padding: 0.5em;
}
#RadWindowWrapper_ctl00_MainContent_ObjectExistsWindow h2,
#RadWindowWrapper_ctl00_MainContent_CustomerExistsWindow h2,
#RadWindowWrapper_ctl00_MainContent_NetAreaWindow h2,
#RadWindowWrapper_ctl00_MainContent_ShowCustomerInfo h2,
#RadWindowWrapper_ctl00_MainContent_MoveWindow h2,
#RadWindowWrapper_ctl00_MainContent_ReasonPromptWindow h2 {
  color: #003399;
  margin: 5px 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
}

.popup-window {
  width: 80% !important;
}
@media only screen and (min-width: 720px) {
  .popup-window {
    width: 50% !important;
  }
}

#RadWindowWrapper_ctl00_MainContent_ObjectExistsWindow .rwWindowContent,
#RadWindowWrapper_ctl00_MainContent_CustomerExistsWindow .rwWindowContent,
#RadWindowWrapper_ctl00_MainContent_NetAreaWindow .rwWindowContent,
#RadWindowWrapper_ctl00_MainContent_ShowCustomerInfo .rwWindowContent,
#RadWindowWrapper_ctl00_MainContent_MoveWindow .rwWindowContent,
#RadWindowWrapper_ctl00_MainContent_ReasonPromptWindow .rwWindowContent {
  border: 0px;
}

#RadWindowWrapper_ctl00_MainContent_ObjectExistsWindow td,
#RadWindowWrapper_ctl00_MainContent_CustomerExistsWindow td,
#RadWindowWrapper_ctl00_MainContent_NetAreaWindow td,
#RadWindowWrapper_ctl00_MainContent_ShowCustomerInfo td,
#RadWindowWrapper_ctl00_MainContent_MoveWindow td,
#RadWindowWrapper_ctl00_MainContent_ReasonPromptWindow td {
  background-color: #fff;
}

#ctl00_MainContent_ObjectExistsWindow_C,
#ctl00_MainContent_ShowCustomerInfo_C {
  width: 100% !important;
}

#ctl00_MainContent_ShowCustomerInfo_C label {
  clear: right;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 720px) {
  #ctl00_MainContent_ShowCustomerInfo_C label {
    clear: none;
    display: inline;
  }
}

.single-agreement-page #agreements .row .agreement-link {
  clear: none;
  display: inline-block;
  font-weight: bold;
  width: 130px;
}
.single-agreement-page #agreements .row .agreement-link a {
  color: #002484;
}
@media only screen and (min-width: 720px) {
  .single-agreement-page #agreements .row .agreement-link {
    clear: none;
    display: inline-block;
  }
}
.single-agreement-page #agreements .row .agreement-title {
  clear: none;
  display: inline-block;
}
@media only screen and (min-width: 720px) {
  .single-agreement-page #agreements .row .agreement-button {
    margin-left: 170px;
  }
}

.contract-related-page input[type=checkbox] {
  margin-right: 0.5em;
}
.contract-related-page header a {
  text-decoration: none;
}
.contract-related-page #MainContent_StepContent_SetPassword {
  margin-bottom: 1em;
  margin-top: 1em;
}
.contract-related-page #MainContent_StepContent_SetPassword input {
  margin-bottom: 0.5em;
  width: 90%;
}
@media only screen and (min-width: 720px) {
  .contract-related-page #MainContent_StepContent_SetPassword input {
    width: 30%;
  }
}
.contract-related-page #MainContent_StepContent_SetPassword label {
  display: block;
  font-weight: bold;
}
.contract-related-page div.information-box {
  display: inline-block;
  font-style: italic;
}
.contract-related-page #site-information #MainContent_StepContent_DeliveryStartDatePicker_DeliveryStartDateTable {
  margin-left: 0px !important;
}
.contract-related-page #site-information #MainContent_StepContent_DeliveryStartDatePicker_DeliveryStartDateTable input {
  margin-left: 0px;
}
.contract-related-page #site-information #MainContent_StepContent_ObjectInfo_ObjectPanel input, .contract-related-page #site-information #MainContent_StepContent_ObjectInfo_ObjectPanel select {
  margin-left: 0px;
}

.contract-page #MainContent_MembershipIn {
  width: 100%;
}
.contract-page .RadDataPager.RadDataPager_Simple .rdpWrap {
  display: inline;
  float: left;
  height: 34px;
}
.contract-page .RadDataPager.RadDataPager_Simple .rdpWrap #MainContent_Pager_NextPage {
  display: block;
  height: 34px;
  padding-left: 30px;
}
.contract-page #MainContent_Step4Specifics {
  margin-bottom: 1em;
  margin-top: 1em;
}
.contract-page #MainContent_NotConfirmed input {
  margin-left: 1em;
}
.contract-page #MainContent_NotConfirmed label {
  margin-left: 0.5em;
}
.contract-page #MainContent_NotConfirmed p.submit {
  margin-top: 1em;
}

.message-to-customer-service {
  padding-top: 1em;
}
@media only screen and (min-width: 720px) {
  .message-to-customer-service {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 720px) {
  #ctl00_MainContent_WizardMultiPage {
    margin-left: 40px;
  }
}
#ctl00_MainContent_WizardMultiPage div.RadTabStrip_seab {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #ctl00_MainContent_WizardMultiPage div.RadTabStrip_seab {
    width: 448px;
  }
}

.energy-account-colour {
  background: #3c94a1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c94a1), color-stop(100%, #2a636d));
  background-image: -webkit-linear-gradient(#3c94a1, #2a636d);
  background-image: -moz-linear-gradient(#3c94a1, #2a636d);
  background-image: -o-linear-gradient(#3c94a1, #2a636d);
  background-image: linear-gradient(#3c94a1, #2a636d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c94a1', endColorstr='#2a636d',GradientType=0 );
}

/* START: How the energy account section will look on the energy account page */
#energy-account #more-link-long {
  display: none;
}
#energy-account #more-link-short {
  display: inline;
}
#energy-account .row .account-link,
#energy-account .headers .account-link {
  font-weight: bold;
  width: 110px;
}
#energy-account .row .account-link a,
#energy-account .headers .account-link a {
  color: #002484;
}
#energy-account .row .account-month,
#energy-account .headers .account-month {
  width: 120px;
  display: none;
}
@media only screen and (min-width: 480px) {
  #energy-account .row .account-month,
  #energy-account .headers .account-month {
    display: inline-block;
  }
}
#energy-account .row .transaction-date,
#energy-account .headers .transaction-date {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 1.5em;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #energy-account .row .transaction-date,
  #energy-account .headers .transaction-date {
    overflow: visible;
    position: static;
    width: 90px;
  }
}
#energy-account .row .transaction-date span,
#energy-account .headers .transaction-date span {
  position: absolute;
  left: -41px;
  top: 6px;
}
@media only screen and (min-width: 480px) {
  #energy-account .row .transaction-date span,
  #energy-account .headers .transaction-date span {
    position: static;
    left: auto;
    top: auto;
  }
}
#energy-account .row .transaction-event,
#energy-account .headers .transaction-event {
  width: 150px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  #energy-account .row .transaction-event,
  #energy-account .headers .transaction-event {
    width: 180px;
  }
}
#energy-account .row .transaction-regarding,
#energy-account .headers .transaction-regarding {
  display: none;
}
@media only screen and (min-width: 720px) {
  #energy-account .row .transaction-regarding,
  #energy-account .headers .transaction-regarding {
    display: inline-block;
    min-width: 200px;
    width: auto;
  }
}
#energy-account .row .transaction-sum,
#energy-account .headers .transaction-sum {
  display: none;
}
@media only screen and (min-width: 480px) {
  #energy-account .row .transaction-sum,
  #energy-account .headers .transaction-sum {
    display: inline-block;
    width: 60px;
  }
}
#energy-account .row .transaction-balance,
#energy-account .headers .transaction-balance {
  display: inline-block;
  width: 60px;
}
#energy-account .row.extra-above {
  margin-top: 1em;
}

/* END: How the energy account section will look on the energy account page */
@media only screen and (min-width: 480px) {
  #energy-account #more-link-long {
    display: inline;
  }
  #energy-account #more-link-short {
    display: none;
  }
  #energy-account .more-link {
    font-size: 12px;
  }
  #energy-account .account-month {
    display: inline-block;
  }
  #energy-account .account-balance {
    min-width: 100px;
  }
}
@media only screen and (min-width: 720px) {
  #energy-account .headers,
  #energy-account .row {
    margin-left: 40px;
  }
  #energy-account .account-info {
    max-width: 100%;
    min-width: 30%;
  }
}
@media only screen and (min-width: 984px) {
  #energy-account .account-info {
    min-width: 50%;
  }
}
#agreements .recontract-infoheader {
  margin-top: 1em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 720px) {
  #agreements .recontract-infoheader {
    margin-left: 40px;
  }
}
#agreements .recontract-infoheader .infoheader {
  color: #06298f;
  font-weight: bold;
  text-transform: uppercase;
}

#site-information h2 {
  color: #003399;
  margin: 5px 0 0 0px;
  font-size: 1.2em;
  font-weight: bold;
}
#site-information ul {
  list-style-type: none;
  padding: 0px;
}
#site-information li {
  margin-top: 0.5em;
  padding: 0px;
}
#site-information label {
  display: block;
  font-weight: bold;
  text-align: left;
}
#site-information label.LeftSmall {
  text-align: left;
  width: 70px;
}
#site-information label.LeftTiny {
  text-align: left;
  width: 40px;
}
#site-information input {
  margin-left: 0.5em;
  width: 90%;
}
@media only screen and (min-width: 720px) {
  #site-information input {
    width: auto;
  }
}
#site-information input[name="netID"] {
  width: 30px;
}
#site-information input[name="ctl00$MainContent$SiteID"] {
  width: 150px;
}
#site-information input[name="ctl00$MainContent$YearlyConsumption"] {
  width: 60px;
}

/******** OLD BELOW ********/
#MainContent_MemberShipIn {
  width: 300px;
}

#MainContent_CampaignCode {
  width: 120px;
}

#ctl00_MainContent_WizardMultiPage #MainContent_Step1 table {
  margin: 0px 0px 1em 0px;
}

#MainContent_FreeFixedPower,
#MainContent_NotConfirmed {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.period-name, .deliverystartdate-container {
  font-weight: bold;
  margin-bottom: 5px;
}

.text-highlighted {
  color: #06298f;
  font-weight: bold;
}

#free-fixed {
  display: inline-block;
  width: 35px;
  height: 18px;
  background-color: #68a03c;
}

#fixed-power-table-container, .RadTabStrip {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #fixed-power-table-container, .RadTabStrip {
    width: 484px;
  }
}

table.fixed-power-table td, table.fixed-power-table th {
  border: 1px solid #ccc;
  padding: 2px;
}

table.details {
  width: 100%;
  margin-left: 0px !important;
  font-size: 0.8em;
  table-layout: fixed;
}

.details td, .details th {
  border: 1px solid #ccc;
  text-align: center;
  height: 22px;
}

.infoitem {
  font-size: 1.04em;
}

.details .first-cell {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  width: 44px;
  padding-left: 2px;
  text-align: left;
}

.details-dynamic {
  background-color: #e6721a;
}

.details-fixed {
  background-color: #2f4699;
}

.details-fixedold {
  background-color: #4E8EC7;
}

.details-prognocis {
  background-color: #dadfe5;
  color: #000 !important;
}

.details-repurchase {
  background-color: #b40000;
}

.row-prognocis {
  font-style: italic;
}

.fixedpower-table-header-row {
  background-color: #dadfe5;
}

.fixedpower-table-header-row th {
  text-align: left;
  font-size: 1.3em;
}

.fixedpower-table-year-row th {
  font-size: 1.3em;
}

.details-title {
  padding-top: 0.75em;
  padding-bottom: 0.25em;
  font-weight: bold;
}

@media only screen and (min-width: 480px) {
  .offer-container {
    width: 455px;
    max-width: 455px;
  }
}
@media only screen and (min-width: 720px) {
  .offer-container {
    width: 500px;
    max-width: 500px;
  }
}
.elviz-colour {
  background: #dd8400;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd8400), color-stop(100%, #975b00));
  background-image: -webkit-linear-gradient(#dd8400, #975b00);
  background-image: -moz-linear-gradient(#dd8400, #975b00);
  background-image: -o-linear-gradient(#dd8400, #975b00);
  background-image: linear-gradient(#dd8400, #975b00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd8400', endColorstr='#975b00',GradientType=0 );
}

section#elviz .more-link {
  display: none;
}
section#elviz.default #elviz-content {
  display: none;
}

#elviz-content {
  padding-left: 40px;
  padding-top: 1em;
}
#elviz-content .left {
  display: none;
}
@media only screen and (min-width: 720px) {
  #elviz-content .left {
    display: block;
    float: left;
  }
}
#elviz-content .right {
  min-height: 140px;
}
@media only screen and (min-width: 720px) {
  #elviz-content .right {
    margin-left: 140px;
  }
}
#elviz-content #MainContent_ElvizTestPilot {
  clear: left;
}
#elviz-content input[type=checkbox] {
  margin-right: 0.5em;
}
#elviz-content input[type=text] {
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 480px) {
  #elviz-content input[type=text] {
    width: 95%;
  }
}
@media only screen and (min-width: 720px) {
  #elviz-content input[type=text] {
    width: 70%;
  }
}
#elviz-content label {
  font-weight: bold;
}
#elviz-content p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 720px) {
  #elviz-content img {
    display: block;
  }
}

#tell-a-friend {
  width: 100%;
}
#tell-a-friend header {
  width: 100%;
}
#tell-a-friend .tell-a-friend-infoheader {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 720px) {
  #tell-a-friend .tell-a-friend-infoheader {
    margin-left: 40px;
  }
}
#tell-a-friend .tell-a-friend-infoheader .infoheader {
  color: #06298f;
  font-weight: bold;
  text-transform: uppercase;
}
#tell-a-friend .step {
  margin-right: 1em;
  text-align: center;
  vertical-align: middle;
  width: 29px;
}
@media only screen and (min-width: 720px) {
  #tell-a-friend .step h4 {
    padding-top: 6px;
  }
}
#tell-a-friend #MainContent_CustomerPanel p {
  clear: both;
}
#tell-a-friend #MainContent_CustomerPanel label {
  clear: left;
  display: block;
  float: left;
  text-align: left;
}
#tell-a-friend #MainContent_CustomerPanel input,
#tell-a-friend #MainContent_CustomerPanel textarea {
  margin-bottom: 0.5em;
  width: 85%;
}
@media only screen and (min-width: 480px) {
  #tell-a-friend #MainContent_CustomerPanel input,
  #tell-a-friend #MainContent_CustomerPanel textarea {
    display: block;
    float: left;
    width: 50%;
  }
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_CampaignCode {
  width: 50px;
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_ForAdmins span.paper-only {
  display: block;
  clear: both;
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_ForAdmins span.paper-only input {
  display: inline;
  float: none;
  width: auto;
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_ForAdmins span.paper-only label {
  display: inline;
  float: none;
  margin-left: 1em;
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_CampaignCodeLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_IntendedForNameLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_IntendedForEMailLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_CreatedByNameLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_CreatedByEMailLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_PaperAddressLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_PaperZipLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_PaperCityLabel,
#tell-a-friend #MainContent_CustomerPanel #MainContent_PaperOnlyLabel {
  width: 120px;
}
@media only screen and (min-width: 480px) {
  #tell-a-friend #MainContent_CustomerPanel #MainContent_TellAFriendMessageLabel {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  #tell-a-friend #MainContent_CustomerPanel #MainContent_ZipLabel {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  #tell-a-friend #MainContent_CustomerPanel #MainContent_ZipLabel {
    width: 150px;
  }
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_Zip {
  width: 50px;
}
#tell-a-friend #MainContent_CustomerPanel #MainContent_EMailRequiredValdiator {
  clear: both;
  padding-bottom: 0.5em;
}
#tell-a-friend #MainContent_CustomerPanel .required {
  float: right;
}
@media only screen and (min-width: 480px) {
  #tell-a-friend #MainContent_CustomerPanel .required {
    float: left;
  }
}
#tell-a-friend #MainContent_DimmedGraph,
#tell-a-friend #MainContent_YearGraphImage {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #tell-a-friend #MainContent_DimmedGraph,
  #tell-a-friend #MainContent_YearGraphImage {
    width: 484px;
  }
}
#tell-a-friend #MainContent_DynamicPriceDetailsTable,
#tell-a-friend #MainContent_FixedPriceDetailsTable,
#tell-a-friend #MainContent_AvgPriceDetailsTable,
#tell-a-friend #MainContent_CostDetailsTable {
  font-size: 0.3em;
  line-height: 1.2em;
  padding: 0px;
  width: 90%;
}
@media only screen and (min-width: 480px) {
  #tell-a-friend #MainContent_DynamicPriceDetailsTable,
  #tell-a-friend #MainContent_FixedPriceDetailsTable,
  #tell-a-friend #MainContent_AvgPriceDetailsTable,
  #tell-a-friend #MainContent_CostDetailsTable {
    font-size: 0.5em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 720px) {
  #tell-a-friend #MainContent_DynamicPriceDetailsTable,
  #tell-a-friend #MainContent_FixedPriceDetailsTable,
  #tell-a-friend #MainContent_AvgPriceDetailsTable,
  #tell-a-friend #MainContent_CostDetailsTable {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}

.customer-support header h2,
section.faq-category header h2,
section header#register-customer-info-header h2 {
  margin-left: 0px;
}

.user-admin-colour {
  background: #6d6d6d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d6d), color-stop(100%, #4b4b4b));
  background-image: -webkit-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -moz-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: -o-linear-gradient(#6d6d6d, #4b4b4b);
  background-image: linear-gradient(#6d6d6d, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#4b4b4b',GradientType=0 );
}

.user-admin-related-page #social-login input[type=submit] {
  border: 0px;
  width: auto;
}
.user-admin-related-page #social-login td {
  padding-right: 1em;
  vertical-align: top;
}
.user-admin-related-page #social-login h3,
.user-admin-related-page #social-login > div,
.user-admin-related-page #social-login > table {
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .user-admin-related-page #social-login h3,
  .user-admin-related-page #social-login > div,
  .user-admin-related-page #social-login > table {
    margin-left: 40px;
  }
}
.user-admin-related-page #social-login .latest_use {
  display: none;
}
@media only screen and (min-width: 480px) {
  .user-admin-related-page #social-login .latest_use {
    display: table-cell;
  }
}
.user-admin-related-page #social-login .username {
  font-size: 0.8em;
}
@media only screen and (min-width: 480px) {
  .user-admin-related-page #social-login .username {
    font-size: 1em;
  }
}
.user-admin-related-page input {
  margin-bottom: 0.5em;
  width: 80%;
}
@media only screen and (min-width: 720px) {
  .user-admin-related-page input {
    width: 60%;
  }
}
.user-admin-related-page label {
  display: block;
}
.user-admin-related-page p {
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .user-admin-related-page p {
    margin-left: 40px;
  }
}
.user-admin-related-page p.back {
  margin-left: 0px;
}

#customer-identification h2 {
  color: #039;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}
@media only screen and (min-width: 720px) {
  #customer-identification h2 {
    margin-left: 40px;
  }
}

.offer-container {
  /*margin-bottom: 1.5em;*/
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 0.5em;
  max-width: 450px;
  min-height: 6em;
  width: 300px;
}
.offer-container > div {
  display: block;
}
@media only screen and (min-width: 480px) {
  .offer-container {
    width: 450px;
  }
}
@media only screen and (min-width: 720px) {
  .offer-container {
    margin-left: 40px;
  }
}
.offer-container.elmixer {
  background-image: url("../Images/bg_offer-small-elmixer-2-nyhet.png");
}
.offer-container.dynamic {
  background-image: url("../Images/bg_offer-small-dynamic-2.png");
}
.offer-container.until {
  background-image: url("../Images/bg_offer-small-until-2.png");
}
.offer-container.fixed {
  background-image: url("../Images/bg_offer-small-fixed-2.png");
}
.offer-container.info-i {
  min-height: 41px;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .offer-container.info-i {
    float: right;
    text-align: left;
    width: 185px;
  }
}
@media only screen and (min-width: 984px) {
  .offer-container.info-i {
    width: 450px;
  }
}
.offer-container .offer-info {
  padding-top: 10px;
  vertical-align: top;
}
.offer-container .offer-info h4 {
  font-size: 2em;
  padding-left: 70px;
}
.offer-container .offer-info p {
  margin-top: 1.5em;
}
@media only screen and (min-width: 720px) {
  .offer-container .offer-info p {
    margin-top: 2em;
  }
}
.offer-container .price {
  display: inline-block;
  font-weight: bold;
  padding-top: 5px;
  vertical-align: top;
  width: 120px;
}
.offer-container .price .unit {
  font-weight: normal;
}
.offer-container .sign {
  display: inline-block;
  float: right;
  margin: 0px 0.5em 0.5em 0.5em;
}

.offer-container.fixed .price {
  width: 150px;
}

#MainContent_StepContent_Confirm_YearGraphImage {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #MainContent_StepContent_Confirm_YearGraphImage {
    width: 484px;
  }
}

#customer-info {
  margin-bottom: 2em;
  margin-top: 1em;
}
@media only screen and (min-width: 720px) {
  #customer-info {
    margin-left: 40px;
  }
}
#customer-info h2 {
  color: #06298f;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0px;
}
#customer-info input {
  margin-bottom: 1em;
}
#customer-info label {
  margin-right: 1em;
}
#customer-info #CustomerType td {
  display: block;
}
@media only screen and (min-width: 720px) {
  #customer-info #CustomerType td {
    display: table-cell;
  }
}
#customer-info #MainContent_StepContent_Customer_CustomerDetailsPanel {
  max-width: 400px;
  width: 100%;
}
#customer-info .w50 {
  width: 50px;
}
#customer-info .w100 {
  width: 100px;
}
#customer-info .w150 {
  width: 150px;
}
#customer-info .w250 {
  width: 250px;
}
#customer-info .whole {
  width: 90%;
}
@media only screen and (min-width: 720px) {
  #customer-info .whole {
    width: 96%;
  }
}

.infoheader {
  margin-bottom: 2em;
  margin-top: 1em;
}
@media only screen and (min-width: 720px) {
  .infoheader {
    margin-left: 40px;
  }
}
.infoheader p {
  color: #06298f;
  /*text-transform: uppercase;*/
}
.infoheader .step {
  text-align: center;
  vertical-align: middle;
  width: 29px;
}
@media only screen and (min-width: 720px) {
  .infoheader .step h4 {
    padding-top: 6px;
  }
}

#MainContent_StepContent_Product_MixWheel_MixWheelPanel .dw-i {
  font-size: 1.5em;
}
@media only screen and (min-width: 480px) {
  #MainContent_StepContent_Product_MixWheel_MixWheelPanel .dw-i {
    font-size: 2em;
    line-height: 0.8em !important;
  }
}
@media only screen and (min-width: 480px) {
  #MainContent_StepContent_Product_MixWheel_MixWheelPanel .dw-li {
    height: 2em !important;
  }
}
@media only screen and (min-width: 720px) {
  #MainContent_StepContent_Product_MixWheel_MixWheelPanel {
    display: none;
  }
}

#site-information {
  margin-bottom: 2em;
  margin-top: 1em;
}
@media only screen and (min-width: 720px) {
  #site-information {
    margin-left: 40px;
  }
}
#site-information h2 {
  color: #06298f;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0px;
}
#site-information input,
#site-information select {
  margin-bottom: 1em;
}
#site-information label {
  display: block;
  font-weight: bold;
  margin-right: 1em;
}
#site-information #MainContent_StepContent_Customer_CustomerDetailsPanel {
  max-width: 400px;
  width: 100%;
}
#site-information .w50 {
  width: 50px;
}
#site-information .w100 {
  width: 100px;
}
#site-information .w150 {
  width: 150px;
}
#site-information .w250 {
  width: 250px;
}
#site-information .whole {
  width: 96%;
}
#site-information #MainContent_StepContent_ObjectInfo_Proxy {
  vertical-align: baseline;
}
#site-information #MainContent_StepContent_ObjectInfo_Proxy + label {
  display: inline-block;
  font-weight: normal;
}

.pager {
  margin-bottom: 1em;
  margin-top: 1em;
}
.pager .button.next, .pager .button.prev {
  font-weight: bold;
  margin-left: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 720px) {
  .pager .button.next, .pager .button.prev {
    margin-left: 1em;
  }
}
.pager .button.save, .pager .button.confirm {
  margin-left: 2em;
}
.pager .button.save {
  display: block;
  margin-left: 0em;
  margin-right: 0.2em;
}
@media only screen and (min-width: 720px) {
  .pager .button.save {
    display: inline-block;
    margin-left: 2em;
    margin-right: 0px;
  }
}
.pager .pagenumber,
.pager .currentpage {
  color: #b2b2b2;
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 0.5em;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .pager .pagenumber,
  .pager .currentpage {
    margin-left: 0.8em;
  }
}
.pager .currentpage {
  color: #000;
}
@media only screen and (min-width: 720px) {
  .pager {
    margin-left: 40px;
  }
}

.elmix-buttons {
  margin-bottom: 1em;
}
.elmix-buttons .dimmed {
  opacity: 0.5;
}
.elmix-buttons a {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.deliverystartdate-container {
  display: inline-block;
}

.calculated-avg-price {
  font-weight: bold;
}

.calculated-avg-price-value {
  color: #06298f;
  font-size: 1.2em;
}

#pricedetails,
#mixing,
#MainContent_DimmedGraph,
#MainContent_StepContent_Product_YearGraphImage {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #pricedetails,
  #mixing,
  #MainContent_DimmedGraph,
  #MainContent_StepContent_Product_YearGraphImage {
    width: 484px;
  }
}

#MainContent_StepContent_Product_MixingPanel {
  display: none;
}
@media only screen and (min-width: 720px) {
  #MainContent_StepContent_Product_MixingPanel {
    display: block;
  }
}

#mixing .details {
  font-size: 1.0em;
}
#mixing .details td,
#mixing .details th {
  border: 0px;
  font-size: 0.9em;
}
#mixing .details .first-cell {
  color: #000;
  text-align: right;
}
#mixing .details .kwhinput,
#mixing .details .percentinput {
  width: 28px;
}
#mixing .details .mix {
  font-size: 1.1em !important;
  font-weight: bold;
  padding: 2px;
  width: 22px !important;
}
#mixing .details .percentinput {
  border: 0px none;
  color: #000;
  text-align: center;
}

#prevnext-container {
  height: 2em;
  margin: 0.5em 0;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  #prevnext-container {
    width: 484px;
  }
}
#prevnext-container > div {
  width: 50%;
}
#prevnext-container prev-next-period {
  margin-left: 0px !important;
  width: 100%;
}
#prevnext-container .prevbutton {
  background-image: url("../Images/Pil100V.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #5f5f5f;
  display: inline-block;
  float: left;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  padding-left: 26px;
  text-decoration: none;
}
#prevnext-container .aspNetDisabled.prevbutton {
  background-image: url("../Images/Pil50V.png");
  color: #afafaf;
}
#prevnext-container .nextbutton {
  background-image: url("../Images/Pil100H.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #5f5f5f;
  display: inline-block;
  float: right;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  padding-right: 26px;
  text-decoration: none;
}
#prevnext-container .aspNetDisabled.nextbutton {
  background-image: url("../Images/Pil50H.png");
  color: #afafaf;
}

#Addons {
  display: block;
  margin: 0px;
  padding: 0px 0px 1em 0px;
}
#Addons a {
  padding-right: 1em;
}
#Addons label {
  padding-left: 0.5em;
  padding-right: 1em;
}

#social-login button {
  background-color: transparent;
  background-size: 100%;
  border: 0px;
  display: inline-block;
  height: 30px;
  margin-top: 1em;
  overflow: visible;
  padding-left: 0px;
  text-align: left;
  vertical-align: bottom;
  width: auto;
}
#social-login button .social-icon {
  float: left;
  height: 30px;
  left: 0px;
  margin-right: 0.5em;
  position: relative;
  top: -7px;
  width: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#social-login button .social-icon.facebook {
  background-image: url("../Images/social-icons/facebook.svg");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIxNzYgNzYgNDggNDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTc2IDc2IDQ4IDQ4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNzMuMDQzIiB5MT0iNzkuMzk3OSIgeDI9IjczLjA0MyIgeTI9IjgyLjE1OTciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTcuMzYxMiAwIDAgMTcuMzYxMiAtMTA2OC4xMTgyIC0xMzAyLjQ0NTgpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNEI3MUI4Ii8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzI5M0Y3RSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNMjI0LDExNy45NTdjMCwzLjMwOC0yLjY4OCw1Ljk5My02LDUuOTkzaC0zNmMtMy4zMTMsMC02LTIuNjg2LTYtNS45OTNWODEuOTk0DQoJYzAtMy4zMSwyLjY4Ny01Ljk5NCw2LTUuOTk0aDM2YzMuMzEyLDAsNiwyLjY4NCw2LDUuOTk0VjExNy45NTd6Ii8+DQo8cGF0aCBvcGFjaXR5PSIwLjMiIGZpbGw9IiNGRkZGRkYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBkPSJNMjI0LDExNC44Mzl2My4xMThjMCwzLjMwOC0yLjY4OCw1Ljk5My02LDUuOTkzaC0zNg0KCWMtMy4zMTMsMC02LTIuNjg2LTYtNS45OTN2LTMuMTE4SDIyNHoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMTMuMjg1LDg1LjM3YzAsMC0zLjcwNiwwLTYuMTY2LDBjLTMuNjU5LDAtNy43MjksMS41MzktNy43MjksNi44NDNjMC4wMTgsMS44NDgsMCwzLjYxOCwwLDUuNjFoLTQuMjMzDQoJdjYuNzM2aDQuMzY0djE5LjM5Mmg4LjAxOXYtMTkuNTJoNS4yOTNsMC40NzktNi42MjdoLTUuOTFjMCwwLDAuMDEzLTIuOTQ4LDAtMy44MDRjMC0yLjA5NiwyLjE4MS0xLjk3NiwyLjMxMi0xLjk3Ng0KCWMxLjAzOCwwLDMuMDU2LDAuMDAzLDMuNTc0LDBWODUuMzdIMjEzLjI4NXoiLz4NCjwvc3ZnPg0K");
  *background-image: url("../Images/social-icons/facebook.svg");
}
#social-login button .social-icon.google {
  background-image: url("../Images/social-icons/google.svg");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjMuOTk5NSIgeTE9IjAiIHgyPSIyMy45OTk1IiB5Mj0iNDguMDAwNSI+DQoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxNkQzNSIvPg0KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDOTNEMUQiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0idXJsKCNTVkdJRF8xXykiIGQ9Ik00OCw0MmMwLDMuMzEzLTIuNjg3LDYtNiw2SDZjLTMuMzEzLDAtNi0yLjY4Ny02LTZWNg0KCWMwLTMuMzEzLDIuNjg3LTYsNi02aDM2YzMuMzEzLDAsNiwyLjY4Nyw2LDZWNDJ6Ii8+DQo8cGF0aCBmaWxsPSIjQjczMjFDIiBkPSJNMjYuNjk3LDI1LjgyNGMtMC41NTYtMC4yMzktMS4xMDgtMC4zNzEtMS42NTgtMC4zOTVjLTAuMzgzLTAuMDEyLTEuMDMxLTAuMDQ4LTEuOTQ1LTAuMTA3DQoJYy0wLjkxNS0wLjA2LTEuNjM0LTAuMDk2LTIuMTYtMC4xMDdjLTAuNDktMC4wMTItMC45NjUtMC4wMy0xLjQyNS0wLjA1NWMtMC40Ni0wLjAyMy0wLjg2NC0wLjA4My0xLjIxLTAuMTc5DQoJYy0wLjM1OS0wLjA4NC0wLjY2NC0wLjI0Mi0wLjkxNS0wLjQ3NmMtMC4yNTEtMC4yMzItMC4zNzYtMC41Ny0wLjM3Ni0xLjAxM2MwLTAuNDMsMC4xNDktMC43NzEsMC40NDgtMS4wMjFzMC41ODUtMC40MjQsMC44Ni0wLjUyDQoJaDIuMTY5YzEuNjczLDAsMy4xNC0wLjUzOCw0LjQwMS0xLjYxM2MxLjI2MS0xLjA3NiwxLjg5MS0yLjM5LDEuODkxLTMuOTQ0YzAtMC41OTctMC4xMDctMS4yMDctMC4zMjItMS44MjkNCgljLTAuMjE1LTAuNjIxLTAuNTQ0LTEuMTg5LTAuOTg2LTEuNzAzdi0wLjEwN2g0LjE1OXYtMS43MjFoLTYuMTY3Yy0wLjU1LTAuMTY3LTEuMDkxLTAuMzA1LTEuNjIzLTAuNDEycy0xLjA2Ny0wLjE2Mi0xLjYwNC0wLjE2Mg0KCWMtMS45NDgsMC0zLjU0NywwLjUzOC00Ljc5NSwxLjYxNGMtMS4yNDksMS4wNzYtMS44NzQsMi40NS0xLjg3NCw0LjEyM2MwLDEuMTEyLDAuMzE2LDIuMDg5LDAuOTUsMi45MzENCgljMC42MzMsMC44NDMsMS41MjMsMS41MzMsMi42NzEsMi4wNzF2MC4yNjljLTAuOTA4LDAuMzgyLTEuNTg2LDAuODQtMi4wMzUsMS4zNzFjLTAuNDQ4LDAuNTMyLTAuNjcyLDEuMTE0LTAuNjcyLDEuNzQ4DQoJYzAsMC41MDIsMC4wOTYsMC45MjMsMC4yODcsMS4yNjRjMC4xOTEsMC4zNDEsMC40NDIsMC42MzcsMC43NTMsMC44ODhjMC4yNzUsMC4yMTUsMC42MDMsMC40MDMsMC45ODYsMC41NjQNCgljMC4zODIsMC4xNjEsMC43NTMsMC4yOTYsMS4xMTEsMC40MDN2MC4yNTFjLTEuNDgyLDAuMDYxLTIuNzAxLDAuNDQyLTMuNjU3LDEuMTQ3Yy0wLjk1NiwwLjcwNS0xLjQzNCwxLjY2Ny0xLjQzNCwyLjg4Nw0KCWMwLDEuNTA2LDAuNjY0LDIuNjQ5LDEuOTksMy40MzNzMy4zMjgsMS4xNzUsNi4wMDUsMS4xNzVjMS42MzcsMCwzLjAxMi0wLjE1Niw0LjEyNC0wLjQ2N3MyLjA2Ny0wLjc0NywyLjg2OC0xLjMwOQ0KCWMwLjc1My0wLjU1LDEuMzE0LTEuMTk4LDEuNjg2LTEuOTQ1YzAuMzctMC43NDcsMC41NTYtMS41NDQsMC41NTYtMi4zOTNzLTAuMTM4LTEuNTYtMC40MTItMi4xMzQNCgljLTAuMjc1LTAuNTczLTAuNjUyLTEuMDg3LTEuMTMtMS41NDJDMjcuNzU4LDI2LjM5MiwyNy4yNTMsMjYuMDYzLDI2LjY5NywyNS44MjR6IE0yMi41MzgsMTkuNDY5DQoJYy0wLjU1NiwwLjgzMS0xLjM0OCwxLjI0Ni0yLjM3NSwxLjI0NmMtMC45MiwwLTEuNjctMC40MTgtMi4yNS0xLjI1NWMtMC41OC0wLjgzNi0wLjg2OS0xLjkxOC0wLjg2OS0zLjI0NQ0KCWMwLTAuNTg1LDAuMDUxLTEuMTU2LDAuMTUyLTEuNzEyYzAuMTAxLTAuNTU2LDAuMjcxLTEuMDMxLDAuNTExLTEuNDI1YzAuMjUxLTAuNDMsMC41NzctMC43NjIsMC45NzctMC45OTUNCgljMC40LTAuMjMzLDAuODgxLTAuMzUsMS40NDMtMC4zNWMxLjAyNywwLDEuODI1LDAuNDE2LDIuMzkzLDEuMjQ2YzAuNTY3LDAuODMxLDAuODUyLDEuOTQ1LDAuODUyLDMuMzQzDQoJQzIzLjM3MiwxNy41ODksMjMuMDk0LDE4LjYzOCwyMi41MzgsMTkuNDY5eiBNMjUuMjk5LDM0LjIyM2MtMS4wMSwwLjY3Ni0yLjM5NCwxLjAxMy00LjE1LDEuMDEzYy0xLjAxNiwwLTEuODc2LTAuMDk5LTIuNTgyLTAuMjk1DQoJYy0wLjcwNS0wLjE5Ny0xLjI2Ny0wLjQ1MS0xLjY4NS0wLjc2M2MtMC40NDItMC4zMjItMC43NTMtMC42NzUtMC45MzItMS4wNThjLTAuMTc5LTAuMzgyLTAuMjY5LTAuNzgyLTAuMjY5LTEuMjAxDQoJYzAtMC45MzIsMC4yNzItMS42OTMsMC44MTYtMi4yODVjMC41NDMtMC41OTIsMS40NjEtMS4wMTQsMi43NTItMS4yNjVjMS4zNzQsMCwyLjU4MiwwLjAzLDMuNjIxLDAuMDkNCgljMS4wNCwwLjA2MSwxLjcyNywwLjExNCwyLjA2MiwwLjE2MWMwLjYzMywwLjE1NSwxLjEwNSwwLjQ0OCwxLjQxNywwLjg3OWMwLjMxMSwwLjQzMSwwLjQ2NiwwLjk3OSwwLjQ2NiwxLjY0OQ0KCUMyNi44MTMsMzIuNTIyLDI2LjMwOSwzMy41NDgsMjUuMjk5LDM0LjIyM3oiLz4NCjxwYXRoIGZpbGw9IiNCNzMyMUMiIGQ9Ik0zMy42NDgsMTYuMzA4djMuNTA1aDEuMzY4di0zLjUwNWgzLjQ4OXYtMS4zNDVoLTMuNDg5VjExLjQ1aC0xLjM2OHYzLjUxM2gtMy40ODl2MS4zNDVIMzMuNjQ4eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI2LjY5NywyNy4xOTljLTAuNTU2LTAuMjM5LTEuMTA4LTAuMzcxLTEuNjU4LTAuMzk1Yy0wLjM4My0wLjAxMi0xLjAzMS0wLjA0OC0xLjk0NS0wLjEwNw0KCWMtMC45MTUtMC4wNi0xLjYzNC0wLjA5Ni0yLjE2LTAuMTA3Yy0wLjQ5LTAuMDEyLTAuOTY1LTAuMDMtMS40MjUtMC4wNTVjLTAuNDYtMC4wMjMtMC44NjQtMC4wODMtMS4yMS0wLjE3OQ0KCWMtMC4zNTktMC4wODQtMC42NjQtMC4yNDItMC45MTUtMC40NzZjLTAuMjUxLTAuMjMyLTAuMzc2LTAuNTctMC4zNzYtMS4wMTNjMC0wLjQzLDAuMTQ5LTAuNzcxLDAuNDQ4LTEuMDIxczAuNTg1LTAuNDI0LDAuODYtMC41Mg0KCWgyLjE2OWMxLjY3MywwLDMuMTQtMC41MzgsNC40MDEtMS42MTNjMS4yNjEtMS4wNzYsMS44OTEtMi4zOSwxLjg5MS0zLjk0NGMwLTAuNTk3LTAuMTA3LTEuMjA3LTAuMzIyLTEuODI5DQoJYy0wLjIxNS0wLjYyMS0wLjU0NC0xLjE4OS0wLjk4Ni0xLjcwM1YxNC4xM2g0LjE1OXYtMS43MjFoLTYuMTY3Yy0wLjU1LTAuMTY3LTEuMDkxLTAuMzA1LTEuNjIzLTAuNDEycy0xLjA2Ny0wLjE2Mi0xLjYwNC0wLjE2Mg0KCWMtMS45NDgsMC0zLjU0NywwLjUzOC00Ljc5NSwxLjYxNGMtMS4yNDksMS4wNzYtMS44NzQsMi40NS0xLjg3NCw0LjEyM2MwLDEuMTEyLDAuMzE2LDIuMDg5LDAuOTUsMi45MzENCgljMC42MzMsMC44NDMsMS41MjMsMS41MzMsMi42NzEsMi4wNzF2MC4yNjljLTAuOTA4LDAuMzgyLTEuNTg2LDAuODQtMi4wMzUsMS4zNzFjLTAuNDQ4LDAuNTMyLTAuNjcyLDEuMTE0LTAuNjcyLDEuNzQ4DQoJYzAsMC41MDIsMC4wOTYsMC45MjMsMC4yODcsMS4yNjRjMC4xOTEsMC4zNDEsMC40NDIsMC42MzcsMC43NTMsMC44ODhjMC4yNzUsMC4yMTUsMC42MDMsMC40MDMsMC45ODYsMC41NjQNCgljMC4zODIsMC4xNjEsMC43NTMsMC4yOTYsMS4xMTEsMC40MDN2MC4yNTFjLTEuNDgyLDAuMDYxLTIuNzAxLDAuNDQyLTMuNjU3LDEuMTQ3Yy0wLjk1NiwwLjcwNS0xLjQzNCwxLjY2Ny0xLjQzNCwyLjg4Nw0KCWMwLDEuNTA2LDAuNjY0LDIuNjQ5LDEuOTksMy40MzNzMy4zMjgsMS4xNzUsNi4wMDUsMS4xNzVjMS42MzcsMCwzLjAxMi0wLjE1Niw0LjEyNC0wLjQ2N3MyLjA2Ny0wLjc0NywyLjg2OC0xLjMwOQ0KCWMwLjc1My0wLjU1LDEuMzE0LTEuMTk4LDEuNjg2LTEuOTQ1YzAuMzctMC43NDcsMC41NTYtMS41NDQsMC41NTYtMi4zOTNzLTAuMTM4LTEuNTYtMC40MTItMi4xMzQNCgljLTAuMjc1LTAuNTczLTAuNjUyLTEuMDg3LTEuMTMtMS41NDJDMjcuNzU4LDI3Ljc2NywyNy4yNTMsMjcuNDM4LDI2LjY5NywyNy4xOTl6IE0yMi41MzgsMjAuODQ0DQoJYy0wLjU1NiwwLjgzMS0xLjM0OCwxLjI0Ni0yLjM3NSwxLjI0NmMtMC45MiwwLTEuNjctMC40MTgtMi4yNS0xLjI1NWMtMC41OC0wLjgzNi0wLjg2OS0xLjkxOC0wLjg2OS0zLjI0NQ0KCWMwLTAuNTg1LDAuMDUxLTEuMTU2LDAuMTUyLTEuNzEyYzAuMTAxLTAuNTU2LDAuMjcxLTEuMDMxLDAuNTExLTEuNDI1YzAuMjUxLTAuNDMsMC41NzctMC43NjIsMC45NzctMC45OTUNCgljMC40LTAuMjMzLDAuODgxLTAuMzUsMS40NDMtMC4zNWMxLjAyNywwLDEuODI1LDAuNDE2LDIuMzkzLDEuMjQ2YzAuNTY3LDAuODMxLDAuODUyLDEuOTQ1LDAuODUyLDMuMzQzDQoJQzIzLjM3MiwxOC45NjQsMjMuMDk0LDIwLjAxMywyMi41MzgsMjAuODQ0eiBNMjUuMjk5LDM1LjU5OGMtMS4wMSwwLjY3Ni0yLjM5NCwxLjAxMy00LjE1LDEuMDEzYy0xLjAxNiwwLTEuODc2LTAuMDk5LTIuNTgyLTAuMjk1DQoJYy0wLjcwNS0wLjE5Ny0xLjI2Ny0wLjQ1MS0xLjY4NS0wLjc2M2MtMC40NDItMC4zMjItMC43NTMtMC42NzUtMC45MzItMS4wNThjLTAuMTc5LTAuMzgyLTAuMjY5LTAuNzgyLTAuMjY5LTEuMjAxDQoJYzAtMC45MzIsMC4yNzItMS42OTMsMC44MTYtMi4yODVjMC41NDMtMC41OTIsMS40NjEtMS4wMTQsMi43NTItMS4yNjVjMS4zNzQsMCwyLjU4MiwwLjAzLDMuNjIxLDAuMDkNCgljMS4wNCwwLjA2MSwxLjcyNywwLjExNCwyLjA2MiwwLjE2MWMwLjYzMywwLjE1NSwxLjEwNSwwLjQ0OCwxLjQxNywwLjg3OWMwLjMxMSwwLjQzMSwwLjQ2NiwwLjk3OSwwLjQ2NiwxLjY0OQ0KCUMyNi44MTMsMzMuODk3LDI2LjMwOSwzNC45MjMsMjUuMjk5LDM1LjU5OHoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMy42NDgsMTcuNjgzdjMuNTA1aDEuMzY4di0zLjUwNWgzLjQ4OXYtMS4zNDVoLTMuNDg5di0zLjUxM2gtMS4zNjh2My41MTNoLTMuNDg5djEuMzQ1SDMzLjY0OHoiLz4NCjwvc3ZnPg0K");
  *background-image: url("../Images/social-icons/google.svg");
}
#social-login button .social-icon.twitter {
  background-image: url("../Images/social-icons/twitter.svg");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjMuOTk5NSIgeTE9IjAiIHgyPSIyMy45OTk1IiB5Mj0iNDguMDAwNSI+DQoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzRCRDBFRiIvPg0KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMyOUFBRTEiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0idXJsKCNTVkdJRF8xXykiIGQ9Ik00OCw0MmMwLDMuMzEzLTIuNjg3LDYtNiw2SDZjLTMuMzEzLDAtNi0yLjY4Ny02LTZWNg0KCWMwLTMuMzEzLDIuNjg3LTYsNi02aDM2YzMuMzEzLDAsNiwyLjY4Nyw2LDZWNDJ6Ii8+DQo8cGF0aCBmaWxsPSIjMjlBQUUxIiBkPSJNNDAuMjMxLDEzLjQxM2MtMS4xMiwwLjQ5Ny0yLjMyMywwLjgzMy0zLjU4OCwwLjk4NGMxLjI5MS0wLjc3NCwyLjI4LTEuOTk4LDIuNzQ3LTMuNDU3DQoJYy0xLjIwNiwwLjcxNi0yLjU0MywxLjIzNi0zLjk2OCwxLjUxNmMtMS4xMzktMS4yMTQtMi43NjMtMS45NzItNC41Ni0xLjk3MmMtMy40NDksMC02LjI0NiwyLjc5Ni02LjI0Niw2LjI0Nw0KCWMwLDAuNDksMC4wNTUsMC45NjYsMC4xNjEsMS40MjRjLTUuMTkyLTAuMjYxLTkuNzk1LTIuNzQ5LTEyLjg3Ni02LjUyOGMtMC41MzgsMC45MjMtMC44NDYsMS45OTYtMC44NDYsMy4xNDENCgljMCwyLjE2NywxLjEwMyw0LjA4LDIuNzc5LDUuMTk5Yy0xLjAyNC0wLjAzMi0xLjk4Ny0wLjMxMy0yLjgzLTAuNzgxYzAsMC4wMjYsMCwwLjA1MywwLDAuMDc5YzAsMy4wMjYsMi4xNTMsNS41NTEsNS4wMTEsNi4xMjUNCgljLTAuNTI1LDAuMTQzLTEuMDc2LDAuMjE5LTEuNjQ2LDAuMjE5Yy0wLjQwMywwLTAuNzk0LTAuMDM4LTEuMTc2LTAuMTFjMC43OTUsMi40OCwzLjEwMiw0LjI4Nyw1LjgzNSw0LjMzOA0KCWMtMi4xMzgsMS42NzUtNC44MzIsMi42NzUtNy43NTgsMi42NzVjLTAuNTA0LDAtMS4wMDItMC4wMy0xLjQ5MS0wLjA4OWMyLjc2NSwxLjc3Myw2LjA0OCwyLjgwOCw5LjU3NiwyLjgwOA0KCWMxMS40OSwwLDE3Ljc3NC05LjUxOSwxNy43NzQtMTcuNzc0YzAtMC4yNzEtMC4wMDYtMC41NC0wLjAxOS0wLjgwOUMzOC4zMzQsMTUuNzY2LDM5LjM5NCwxNC42NjYsNDAuMjMxLDEzLjQxM3oiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00MC4yMzEsMTQuNzM5Yy0xLjEyLDAuNDk3LTIuMzIzLDAuODMzLTMuNTg4LDAuOTg0YzEuMjkxLTAuNzczLDIuMjgtMS45OTgsMi43NDctMy40NTYNCgljLTEuMjA2LDAuNzE2LTIuNTQzLDEuMjM2LTMuOTY4LDEuNTE2Yy0xLjEzOS0xLjIxNC0yLjc2My0xLjk3Mi00LjU2LTEuOTcyYy0zLjQ0OSwwLTYuMjQ2LDIuNzk2LTYuMjQ2LDYuMjQ3DQoJYzAsMC40ODksMC4wNTUsMC45NjYsMC4xNjEsMS40MjRjLTUuMTkyLTAuMjYxLTkuNzk1LTIuNzQ4LTEyLjg3Ni02LjUyN2MtMC41MzgsMC45MjMtMC44NDYsMS45OTYtMC44NDYsMy4xNDENCgljMCwyLjE2NywxLjEwMyw0LjA3OSwyLjc3OSw1LjE5OWMtMS4wMjQtMC4wMzItMS45ODctMC4zMTMtMi44My0wLjc4MWMwLDAuMDI2LDAsMC4wNTIsMCwwLjA3OWMwLDMuMDI3LDIuMTUzLDUuNTUxLDUuMDExLDYuMTI1DQoJYy0wLjUyNSwwLjE0NC0xLjA3NiwwLjIxOS0xLjY0NiwwLjIxOWMtMC40MDMsMC0wLjc5NC0wLjAzOC0xLjE3Ni0wLjExYzAuNzk1LDIuNDgxLDMuMTAyLDQuMjg3LDUuODM1LDQuMzM4DQoJYy0yLjEzOCwxLjY3Ni00LjgzMiwyLjY3NS03Ljc1OCwyLjY3NWMtMC41MDQsMC0xLjAwMi0wLjAzLTEuNDkxLTAuMDg5YzIuNzY1LDEuNzczLDYuMDQ4LDIuODA4LDkuNTc2LDIuODA4DQoJYzExLjQ5LDAsMTcuNzc0LTkuNTE5LDE3Ljc3NC0xNy43NzRjMC0wLjI3MS0wLjAwNi0wLjU0LTAuMDE5LTAuODA4QzM4LjMzNCwxNy4wOTIsMzkuMzk0LDE1Ljk5Miw0MC4yMzEsMTQuNzM5eiIvPg0KPC9zdmc+DQo=");
  *background-image: url("../Images/social-icons/twitter.svg");
}
#social-login button .social-icon.microsoft {
  background-image: url("../Images/social-icons/microsoft.svg");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSI0NTYgMjU2IDQ4IDQ4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDQ1NiAyNTYgNDggNDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzNTEuMzY2MiIgeTE9IjMxMi44NzUiIHgyPSIzNTEuMzY2MiIgeTI9IjMwMS4zNzUiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNC4xNjY3IDAgMCAtNC4xNjY3IC05ODMuOTkzNSAxNTU5LjY1NDEpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTQxNDAwIi8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0NCMTQwMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNNTA0LDI5Ny45MjhjMCwzLjMwNy0yLjY4Myw1Ljk4OS01Ljk4OSw1Ljk4OWgtMzUuOTM4Yy0zLjMwOCwwLTUuOTktMi42ODMtNS45OS01Ljk4OVYyNjEuOTkNCgljMC0zLjMwNywyLjY4Mi01Ljk5LDUuOTktNS45OWgzNS45MzhjMy4zMDcsMCw1Ljk4OSwyLjY4Myw1Ljk4OSw1Ljk5VjI5Ny45Mjh6Ii8+DQo8cGF0aCBmaWxsPSIjQjMxNDAwIiBkPSJNNDgyLjQ5NCwyNjYuNDM5YzAsMC0zLjM0OC00LjU4Mi0xMS41MTUtMC44NDVsLTIuODgsMTAuNzg4YzAsMCw2Ljg5Ni0zLjAzMiwxMS40NDksMC43NzRMNDgyLjQ5NCwyNjYuNDM5eg0KCSIvPg0KPHBhdGggZmlsbD0iI0IzMTQwMCIgZD0iTTQ4NC4yMzQsMjY3LjQ5OGMwLDAsMy44ODMsNC40NDEsMTEuMzE1LDAuNzc1bC0yLjg4MiwxMC43MTZjMCwwLTYuNzYsMy40NTUtMTEuNDQ2LTAuNzc1TDQ4NC4yMzQsMjY3LjQ5OHoNCgkiLz4NCjxwYXRoIGZpbGw9IiNCMzE0MDAiIGQ9Ik00NjcuNjk4LDI3OC4zNTRsLTMuMDgsMTAuNjQ2YzAsMCw3Ljc2Ni0yLjgxOSwxMS40NDksMC45MTZsMi45NDUtMTAuNzE3DQoJQzQ3OS4wMTIsMjc5LjIsNDc1LjY2NiwyNzUuMTg0LDQ2Ny42OTgsMjc4LjM1NHoiLz4NCjxwYXRoIGZpbGw9IiNCMzE0MDAiIGQ9Ik00ODAuNjE4LDI4MC40NzFjMCwwLDQuODg5LDQuMDE3LDExLjQ1LDAuNzA1bC0yLjg4LDEwLjY0NmMwLDAtNS4wODksNC4wMi0xMS41MTUtMC43MDVMNDgwLjYxOCwyODAuNDcxeiINCgkvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQ4Mi40OTQsMjY4LjM4YzAsMC0zLjM0OC00LjQyNC0xMS41MTUtMC44MTZsLTIuODgsMTAuNDE2YzAsMCw2Ljg5Ni0yLjkyNywxMS40NDksMC43NDhMNDgyLjQ5NCwyNjguMzh6Ig0KCS8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDg0LjIzNCwyNjkuNDAxYzAsMCwzLjg4Myw0LjI4OSwxMS4zMTUsMC43NWwtMi44ODIsMTAuMzQ3YzAsMC02Ljc2LDMuMzM1LTExLjQ0Ni0wLjc1TDQ4NC4yMzQsMjY5LjQwMXoiDQoJLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00NjcuNjk4LDI3OS44ODVsLTMuMDgsMTAuMjc4YzAsMCw3Ljc2Ni0yLjcyMiwxMS40NDksMC44ODRsMi45NDUtMTAuMzQ2DQoJQzQ3OS4wMTIsMjgwLjcwMSw0NzUuNjY2LDI3Ni44MjIsNDY3LjY5OCwyNzkuODg1eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQ4MC42MTgsMjgxLjkyOGMwLDAsNC44ODksMy44NzgsMTEuNDUsMC42NzlsLTIuODgsMTAuMjhjMCwwLTUuMDg5LDMuODgxLTExLjUxNS0wLjY4M0w0ODAuNjE4LDI4MS45Mjh6Ig0KCS8+DQo8L3N2Zz4NCg==");
  *background-image: url("../Images/social-icons/microsoft.svg");
}

/******************************
** START: START PAGE - ADMIN **
******************************/
section#changepassword p {
  margin-top: 0.5em;
}

/****************************
** END: START PAGE - ADMIN **
****************************/
/* START: SOME FIELDSETS */
section#changepassword label,
section#customer-service-email label,
section#activate label {
  display: block;
}

section#changepassword input,
section#customer-service-email input,
section#customer-service-email textarea,
section#activate input {
  margin-bottom: 0.5em;
  width: 90%;
}

section#customer-service-email select {
  margin-bottom: 0.5em;
}

/* END: SOME FIELDSETS */
section table {
  padding: 0.5em 0.5em 0.5em 3em;
}

table.list-table th {
  font-size: 0.8em;
}
table.list-table td:first-child {
  vertical-align: top;
  width: 30%;
}

.more-link {
  float: right;
  font-size: 12px;
  margin-right: 2em;
}
.more-link a {
  color: #fff;
  text-decoration: none;
}

/* START: RadDataPager used in many pages */
#contentWrapper .RadDataPager_Simple {
  background-color: #fff;
  border: 0px;
  height: 26px;
  margin-top: 1em;
}
@media only screen and (min-width: 720px) {
  #contentWrapper .RadDataPager_Simple {
    margin-left: 40px;
  }
}
#contentWrapper .RadDataPager_Simple .rdpWrap {
  display: inline;
  float: left;
  height: 34px;
}
#contentWrapper .RadDataPager_Simple .rdpWrap a {
  background-position: left 30% !important;
  line-height: 34px;
}
#contentWrapper .RadDataPager_Simple .rdpWrap .rdpPageNext,
#contentWrapper .RadDataPager_Simple .rdpWrap .rdpPageNext:hover,
#contentWrapper .RadDataPager_Simple .rdpWrap #MainContent_Pager_NextPage {
  background-image: url("../Images/Pil100H.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
  width: 26px;
}
#contentWrapper .RadDataPager_Simple .rdpWrap #MainContent_Pager_NextPage {
  display: block;
  height: 34px;
  padding-left: 30px;
}
#contentWrapper .RadDataPager_Simple .rdpWrap #MainContent_Pager_NextPage.nextbutton-step3 {
  background-image: url("../Images/Pil100H-step3.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
  width: 75px;
}
#contentWrapper .RadDataPager_Simple .rdpWrap .rdpPagePrev,
#contentWrapper .RadDataPager_Simple .rdpWrap .rdpPagePrev:hover,
#contentWrapper .RadDataPager_Simple .rdpWrap #MainContent_Pager_PrevPage {
  background-image: url("../Images/Pil100V.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
  width: 26px;
}
#contentWrapper .RadDataPager_Simple .rdpNumPart a {
  border: 0 !important;
  color: #afafaf;
  font-weight: bold;
  line-height: 26px;
  padding-left: 5px;
  padding-right: 3px;
  text-decoration: none;
}
#contentWrapper .RadDataPager_Simple .rdpNumPart a:hover {
  background-color: #ccc;
}
#contentWrapper .RadDataPager_Simple .rdpNumPart a.rdpCurrentPage {
  color: #1f1f1f;
  padding-right: 3px;
}

/* END: RadDataPager used in many pages */
.rcMainTable .rcOutOfRange {
  background-color: #333;
  color: #999;
}

#accessCodeInput{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #dfdbda;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	padding: 3px;
	position: absolute;
	width:35%;
	height:200px;
	position: fixed;
	top: 50%;
	left: 40%;
	margin-top: -100px;
	margin-left: -100px;
	display: none;
	
	
}

/* Chrome, Safari, Edge, Opera */
#accessCodeInputVal::-webkit-outer-spin-button,
#accessCodeInputVal::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#accessCodeInputVal[type=number] {
  -moz-appearance: textfield;
}

#loading-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}
.loading-icon{ position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid #767676;border-radius:25px;width:25px;height:25px;margin:0 auto;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:4;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }  

@media only screen and (min-width: 720px) {
  body {
    margin: 0px auto;
    font-size: 0.8em;
  }

  #body-wrapper {
    width: 720px;
  }
  #body-wrapper header#top-header {
    background-image: url("../Images/header-720.jpg");
    background-repeat: no-repeat;
    height: 127px;
    margin: 0px;
  }

  section#activate {
    margin: 0px auto;
    width: 65%;
  }

  section#customer-service-email input,
  section#customer-service-email textarea,
  section#changepassword input {
    margin-bottom: 0.5em;
    width: 70%;
  }
}
@media only screen and (min-width: 984px) {
  body {
    font-size: 0.8em;
  }

  #body-wrapper {
    width: 984px;
  }
  #body-wrapper header#top-header {
    background-image: url("../Images/header-984.jpg");
    background-repeat: no-repeat;
    height: 127px;
    margin: 0px;
  }
}
#MainContent_helpInformation h1 {
  margin-bottom: 0;
}
#MainContent_helpInformation img {
  float: left;
}
#MainContent_helpInformation .pimg {
  height: 90px;
}
@media only screen and (min-width: 720px) {
  #MainContent_helpInformation {
    padding-left: 40px;
    width: 60%;
  }
}

.ie body {
  margin: 0px auto;
  font-size: 0.8em;
}
.ie #body-wrapper {
  width: 720px;
}
.ie #body-wrapper header#top-header {
  background-image: url("../Images/header-720.jpg");
  background-repeat: no-repeat;
  height: 127px;
  margin: 0px;
}
.ie .login-page section {
  margin: 0px auto;
  width: 65%;
}
.ie section#topMenu .left {
  width: 220px;
}
.ie section#customer-service-email input,
.ie section#customer-service-email textarea {
  margin-bottom: 0.5em;
  width: 70%;
}
.ie h1 {
  /* 42px / 48px */
  font-size: 2.625em;
  line-height: 1.1428571428571428em;
  margin: 1.1428571428571428em 0 0.5714285714285714em;
}
.ie #energy-account .account-info {
  min-width: 30%;
}
.ie #social-login button .social-icon.facebook {
  background-image: url("../Images/social-icons/facebook-m.png");
}
.ie #social-login button .social-icon.google {
  background-image: url("../Images/social-icons/googleplus-m.png");
}
.ie #social-login button .social-icon.twitter {
  background-image: url("../Images/social-icons/twitter-m.png");
}
.ie #social-login button .social-icon.windowslive {
  background-image: url("../Images/social-icons/windows-m.png");
}

.ie7 #topMenu #top-menu-faq,
.ie7 #topMenu #top-menu-email,
.ie7 #topMenu #top-menu-contact {
  display: inline;
}
.ie7 section.default {
  margin-bottom: 0.5em;
}
.ie7 section.default h2,
.ie7 section#news h2,
.ie7 section#invoices h2,
.ie7 section#energy-account h2,
.ie7 section#events h2,
.ie7 section#agreements h2,
.ie7 section#news h2 {
  margin-top: 0px;
  font-size: 12px;
}
.ie7 section h2 .more-link,
.ie7 section h2 .go-to-top {
  margin-top: -1.5em;
}
.ie7 #invoices .row,
.ie7 #invoices .headers,
.ie7 #energy-account .row,
.ie7 #energy-account .headers,
.ie7 #events .row,
.ie7 #events .headers {
  width: 100%;
}
.ie7 #invoices .row > div,
.ie7 #invoices .headers > div,
.ie7 #energy-account .row > div,
.ie7 #energy-account .headers > div,
.ie7 #events .row > div,
.ie7 #events .headers > div {
  display: block;
  float: left;
  margin-right: 6px;
}
.ie7 #invoices .invoice-object {
  width: 250px;
}
.ie7 #energy-account .account-info {
  width: 280px;
}
.ie7 #events .row > div {
  clear: none;
}
.ie7 .membership-container,
.ie7 .campaigncode-container {
  display: inline;
}
.ie7 .offer-container {
  display: block;
  max-width: 500px;
  width: 500px;
}
.ie7 .offer-container .offer-info,
.ie7 .offer-container .price,
.ie7 .offer-container .sign {
  display: block;
  float: left;
}
.ie7 .offer-container .offer-info {
  width: 200px;
}
.ie7 .offer-container .price {
  width: 60px;
}
.ie7 .offer-container .sign {
  width: 100px;
}
.ie7 #social-login button {
  float: left;
  padding-left: 0px;
  display: block;
  width: 100px;
}
.ie7 #social-login button .social-icon {
  float: left;
}

.aspNetDisabled {
  color: #222;
  /*GrayText;*/
}

._Telerik_IE9 section#topMenu .left {
  text-align: left;
  width: 210px;
}
._Telerik_IE9 section#topMenu .left div {
  text-align: center;
}

.ie9 header .icon,
.ie9 header h2,
.ie9 a.button,
.ie9 a.cmdbutton,
.ie9 .elmix-buttons a,
.ie9 div.step,
.ie9 #topMenu .left > div,
.ie9 #topMenu .right > div {
  filter: none !important;
}
.ie9 section#topMenu .left {
  width: 220px;
}

.customerSupportInfo {
  border-radius: 10px;
  text-align: center;
  border: 2px solid orange;
  padding: 5px;
  width: 250px;
  height: 150px;
}

.customerSupportInfo table {
	text-align: left;
	width: 100%;
}

.footer{
position: fixed; 
bottom: 0;
left: 0;
right: 0;
height: 30%;
z-index: -10;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer:before{
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
}
