.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 */
  
  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 );
}


/* 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;
  }
}


#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); } }  



