html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  letter-spacing: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

img, object, embed {
  max-width: 100%; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

b, strong {
  font-weight: bold; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

select, input, textarea {
  outline: none; }
@font-face {
  font-family: 'Sansation';
  src: url("/fonts/Sansation-BoldItalic.woff2") format("woff2"), url("/fonts/Sansation-BoldItalic.woff") format("woff"), url("/fonts/Sansation-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Sansation';
  src: url("/fonts/Sansation-Regular.woff2") format("woff2"), url("/fonts/Sansation-Regular.woff") format("woff"), url("/fonts/Sansation-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sansation';
  src: url("/fonts/Sansation-Italic.woff2") format("woff2"), url("/fonts/Sansation-Italic.woff") format("woff"), url("/fonts/Sansation-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Sansation';
  src: url("/fonts/Sansation-Bold.woff2") format("woff2"), url("/fonts/Sansation-Bold.woff") format("woff"), url("/fonts/Sansation-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Sansation';
  src: url("/fonts/Sansation-LightItalic.woff2") format("woff2"), url("/fonts/Sansation-LightItalic.woff") format("woff"), url("/fonts/Sansation-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Sansation';
  src: url("/fonts/Sansation-Light.woff2") format("woff2"), url("/fonts/Sansation-Light.woff") format("woff"), url("/fonts/Sansation-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
.dial-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 220px;
  margin-left: 160px; }

.dial-text {
  position: absolute;
  right: 0;
  left: -104px;
  top: 115px;
  width: 100px;
  text-align: center; }

.dial {
  position: absolute;
  right: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  -moz-transform: scale(0.38, 0.38);
  -ms-transform: scale(0.38, 0.38);
  -webkit-transform: scale(0.38, 0.38);
  transform: scale(0.38, 0.38);
  bottom: 0px;
  right: 120px; }

.dial:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 100; }

.dial .outer {
  width: 2000px;
  height: 910px;
  padding-top: 1090px;
  margin: -850px 0 0 -850px;
  position: relative; }

.dial .outer:after {
  content: '';
  width: 220px;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 44px;
  line-height: 40px;
  color: #555;
  text-shadow: 0 2px 0px #FFF;
  line-height: 220px;
  margin: -110px 0 0 -110px;
  border-radius: 50%;
  background: #EEE; }

.dial b {
  display: block;
  width: 15px;
  height: 0;
  border-width: 80px 1000px;
  margin: -160px 0 0 0;
  border-color: transparent transparent transparent red;
  border-style: solid; }

.dial b:nth-child(1) {
  -moz-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  -webkit-transform: rotate(95deg);
  transform: rotate(95deg);
  border-left-color: #ccc; }

.dial b:nth-child(2) {
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -webkit-transform: rotate(105deg);
  transform: rotate(105deg);
  border-left-color: #ccc; }

.dial b:nth-child(3) {
  -moz-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  -webkit-transform: rotate(115deg);
  transform: rotate(115deg);
  border-left-color: #ccc; }

.dial b:nth-child(4) {
  -moz-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
  border-left-color: #ccc; }

.dial b:nth-child(5) {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left-color: #ccc; }

.dial b:nth-child(6) {
  -moz-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
  border-left-color: #ccc; }

.dial b:nth-child(7) {
  -moz-transform: rotate(155deg);
  -ms-transform: rotate(155deg);
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
  border-left-color: #ccc; }

.dial b:nth-child(8) {
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg);
  border-left-color: #ccc; }

.dial b:nth-child(9) {
  -moz-transform: rotate(175deg);
  -ms-transform: rotate(175deg);
  -webkit-transform: rotate(175deg);
  transform: rotate(175deg);
  border-left-color: #ccc; }

.dial b:nth-child(10) {
  -moz-transform: rotate(185deg);
  -ms-transform: rotate(185deg);
  -webkit-transform: rotate(185deg);
  transform: rotate(185deg);
  border-left-color: #ccc; }

.dial b:nth-child(11) {
  -moz-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -webkit-transform: rotate(195deg);
  transform: rotate(195deg);
  border-left-color: #4700b8;
  display: none; }

.dial b:nth-child(12) {
  -moz-transform: rotate(205deg);
  -ms-transform: rotate(205deg);
  -webkit-transform: rotate(205deg);
  transform: rotate(205deg);
  border-left-color: #4e00b1;
  display: none; }

.dial b:nth-child(13) {
  -moz-transform: rotate(215deg);
  -ms-transform: rotate(215deg);
  -webkit-transform: rotate(215deg);
  transform: rotate(215deg);
  border-left-color: #5500aa;
  display: none; }

.dial b:nth-child(14) {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-left-color: #5c00a3;
  display: none; }

.dial b:nth-child(15) {
  -moz-transform: rotate(235deg);
  -ms-transform: rotate(235deg);
  -webkit-transform: rotate(235deg);
  transform: rotate(235deg);
  border-left-color: #63009c;
  display: none; }

.dial b:nth-child(16) {
  -moz-transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  -webkit-transform: rotate(245deg);
  transform: rotate(245deg);
  border-left-color: #6a0095;
  display: none; }

.dial b:nth-child(17) {
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -webkit-transform: rotate(255deg);
  transform: rotate(255deg);
  border-left-color: #71008e;
  display: none; }

.dial b:nth-child(18) {
  -moz-transform: rotate(265deg);
  -ms-transform: rotate(265deg);
  -webkit-transform: rotate(265deg);
  transform: rotate(265deg);
  border-left-color: #780087;
  display: none; }

.dial b:nth-child(19) {
  -moz-transform: rotate(275deg);
  -ms-transform: rotate(275deg);
  -webkit-transform: rotate(275deg);
  transform: rotate(275deg);
  border-left-color: purple;
  display: none; }

.dial b:nth-child(20) {
  -moz-transform: rotate(285deg);
  -ms-transform: rotate(285deg);
  -webkit-transform: rotate(285deg);
  transform: rotate(285deg);
  border-left-color: #870078;
  display: none; }

.dial b:nth-child(21) {
  -moz-transform: rotate(295deg);
  -ms-transform: rotate(295deg);
  -webkit-transform: rotate(295deg);
  transform: rotate(295deg);
  border-left-color: #8e0071;
  display: none; }

.dial b:nth-child(22) {
  -moz-transform: rotate(305deg);
  -ms-transform: rotate(305deg);
  -webkit-transform: rotate(305deg);
  transform: rotate(305deg);
  border-left-color: #95006a;
  display: none; }

.dial b:nth-child(23) {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  border-left-color: #9c0063;
  display: none; }

.dial b:nth-child(24) {
  -moz-transform: rotate(325deg);
  -ms-transform: rotate(325deg);
  -webkit-transform: rotate(325deg);
  transform: rotate(325deg);
  border-left-color: #a3005c;
  display: none; }

.dial b:nth-child(25) {
  -moz-transform: rotate(335deg);
  -ms-transform: rotate(335deg);
  -webkit-transform: rotate(335deg);
  transform: rotate(335deg);
  border-left-color: rgba(170, 0, 85, 0.3);
  display: none; }

.dial b:nth-child(26) {
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  -webkit-transform: rotate(345deg);
  transform: rotate(345deg);
  border-left-color: rgba(177, 0, 78, 0.3);
  display: none; }

.dial b:nth-child(27) {
  -moz-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  -webkit-transform: rotate(355deg);
  transform: rotate(355deg);
  border-left-color: #ccc; }

.dial b:nth-child(28) {
  -moz-transform: rotate(365deg);
  -ms-transform: rotate(365deg);
  -webkit-transform: rotate(365deg);
  transform: rotate(365deg);
  border-left-color: #ccc; }

.dial b:nth-child(29) {
  -moz-transform: rotate(375deg);
  -ms-transform: rotate(375deg);
  -webkit-transform: rotate(375deg);
  transform: rotate(375deg);
  border-left-color: #ccc; }

.dial b:nth-child(30) {
  -moz-transform: rotate(385deg);
  -ms-transform: rotate(385deg);
  -webkit-transform: rotate(385deg);
  transform: rotate(385deg);
  border-left-color: #ccc; }

.dial b:nth-child(31) {
  -moz-transform: rotate(395deg);
  -ms-transform: rotate(395deg);
  -webkit-transform: rotate(395deg);
  transform: rotate(395deg);
  border-left-color: #ccc; }

.dial b:nth-child(32) {
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
  border-left-color: #ccc; }

.dial b:nth-child(33) {
  -moz-transform: rotate(415deg);
  -ms-transform: rotate(415deg);
  -webkit-transform: rotate(415deg);
  transform: rotate(415deg);
  border-left-color: #ccc; }

.dial b:nth-child(34) {
  -moz-transform: rotate(425deg);
  -ms-transform: rotate(425deg);
  -webkit-transform: rotate(425deg);
  transform: rotate(425deg);
  border-left-color: #ccc; }

.dial b:nth-child(35) {
  -moz-transform: rotate(435deg);
  -ms-transform: rotate(435deg);
  -webkit-transform: rotate(435deg);
  transform: rotate(435deg);
  border-left-color: #ccc; }

.dial b:nth-child(36) {
  -moz-transform: rotate(445deg);
  -ms-transform: rotate(445deg);
  -webkit-transform: rotate(445deg);
  transform: rotate(445deg);
  border-left-color: #ccc; }

.dial b.active {
  border-left-color: #63bc51; }

.knob {
  z-index: 10;
  position: absolute;
  top: 60px;
  left: 60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #b19d92 -moz-radial-gradient(top, #e7d9d0 0%, #c5b1a6 75%) no-repeat 50% 0%;
  background: #b19d92 radial-gradient(top, #e7d9d0 0%, #c5b1a6 75%) no-repeat 50% 0%;
  box-shadow: 0 6px 5px rgba(255, 255, 255, 0.4) inset, 1px 0 16px rgba(0, 0, 0, 0.25) inset, 0 -3px 8px rgba(0, 0, 0, 0.2) inset, 3px 6px 0px -1px rgba(0, 0, 0, 0.6);
  font-size: 33px;
  letter-spacing: -4px;
  text-align: center;
  background: url("/assets/logo-edge-5008cb3619f6177b82d8b644c07c549c3adb8bb55b54917d35094fc340b8d963.png") no-repeat 50% 50%;
  background-size: 56px; }
  .knob.unknown {
    background-color: #ccc; }
  .knob.on {
    background-color: #63bc51; }
  .knob.off {
    background-color: #d54948; }
  .knob span.knob-text {
    position: absolute;
    right: 32%;
    top: 45%; }
.energy-class {
  position: relative;
  width: 155px;
  font-family: sans-serif; }

.energy-class span {
  display: block;
  position: absolute;
  left: 110%;
  background: #000;
  width: 30px;
  height: 30px; }

.energy-class span.a {
  top: -5px; }

.energy-class span.b {
  top: 15px; }

.energy-class span.c {
  top: 35px; }

.energy-class span.d {
  top: 60px; }

.energy-class span.e {
  top: 80px; }

.energy-class span.f {
  top: 105px; }

.energy-class span.g {
  top: 125px; }

.energy-class span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #000;
  border-bottom: 15px solid transparent; }

.energy-class span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase; }

.energy-class span.a:after {
  content: ' a '; }

.energy-class span.b:after {
  content: ' b '; }

.energy-class span.c:after {
  content: ' c '; }

.energy-class span.d:after {
  content: ' d '; }

.energy-class span.e:after {
  content: ' e '; }

.energy-class span.f:after {
  content: ' f '; }

.energy-class span.g:after {
  content: ' g '; }

.energy-class div {
  position: relative;
  height: 20px;
  margin: 2px 0; }

.energy-class div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.energy-class div:after {
  position: absolute;
  top: 0;
  right: 0.25em;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 0 6px #000;
  text-transform: uppercase; }

.energy-class div.a {
  background: #3b7634;
  width: 50px; }

.energy-class div.a:before {
  border-left: 8px solid #3b7634; }

.energy-class div.a:after {
  content: ' a '; }

.energy-class div.b {
  background: #5da436;
  width: 65px; }

.energy-class div.b:before {
  border-left: 8px solid #5da436; }

.energy-class div.b:after {
  content: ' b '; }

.energy-class div.c {
  background: #a3cf2a;
  width: 80px; }

.energy-class div.c:before {
  border-left: 8px solid #a3cf2a; }

.energy-class div.c:after {
  content: ' c '; }

.energy-class div.d {
  background: #f6df1b;
  width: 95px; }

.energy-class div.d:before {
  border-left: 8px solid #f6df1b; }

.energy-class div.d:after {
  content: ' d '; }

.energy-class div.e {
  background: #f29020;
  width: 110px; }

.energy-class div.e:before {
  border-left: 8px solid #f29020; }

.energy-class div.e:after {
  content: ' e '; }

.energy-class div.f {
  background: #eb422c;
  width: 125px; }

.energy-class div.f:before {
  border-left: 8px solid #eb422c; }

.energy-class div.f:after {
  content: ' f '; }

.energy-class div.g {
  background: #ea2039;
  width: 140px; }

.energy-class div.g:before {
  border-left: 8px solid #ea2039; }

.energy-class div.g:after {
  content: ' g '; }
.energy-ratings {
  height: 50px;
  padding-top: 10px;
  margin: 0 auto;
  width: 100%;
  display: inline-block; }
  .energy-ratings .rating {
    display: inline-block;
    margin-left: 3px;
    opacity: 0.2; }
    .energy-ratings .rating.active {
      opacity: 1; }
    .energy-ratings .rating span.selected {
      color: black;
      font-weight: bolder; }
      .energy-ratings .rating span.selected:after {
        opacity: 1;
        border-color: #63bc51 transparent transparent;
        border-style: solid;
        border-width: 8px 11px 0;
        content: " ";
        display: block;
        height: 0;
        margin: 0 auto;
        position: absolute;
        width: 0;
        z-index: 99;
        bottom: -13px;
        left: 1px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.energy-c, .energy-a, .energy-b, .energy-d, .energy-e, .energy-f, .energy-g {
  position: relative;
  background: #c9d022;
  width: 23px;
  font-size: 12px;
  height: 17px;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  background-color: #c9d022;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC9D022', endColorstr='#FF959B10');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZDAyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1OWIxMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9d022), color-stop(100%, #959b10));
  background-image: -moz-linear-gradient(top, #c9d022 0%, #959b10 100%);
  background-image: -webkit-linear-gradient(top, #c9d022 0%, #959b10 100%);
  background-image: linear-gradient(to bottom, #c9d022 0%, #959b10 100%); }

.energy-c:after, .energy-a:after, .energy-b:after, .energy-d:after, .energy-e:after, .energy-f:after, .energy-g:after {
  bottom: 0;
  left: 6px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 13px;
  position: absolute;
  pointer-events: none;
  top: -16px; }

.energy-c:after, .energy-a:after, .energy-b:after, .energy-d:after, .energy-e:after, .energy-f:after, .energy-g:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #c9d022;
  border-width: 8.6px;
  margin-left: -8.7px; }

.energy-c:before, .energy-a:before, .energy-b:before, .energy-d:before, .energy-e:before, .energy-f:before, .energy-g:before {
  top: -10px;
  right: 1px;
  background-color: #c9d022;
  width: 3px;
  height: 10px;
  content: " ";
  position: absolute;
  pointer-events: none; }

.energy-a {
  background: #00a651;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00A651', endColorstr='#FF007337');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTY1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzMzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a651), color-stop(100%, #007337));
  background-image: -moz-linear-gradient(top, #00a651 0%, #007337 100%);
  background-image: -webkit-linear-gradient(top, #00a651 0%, #007337 100%);
  background-image: linear-gradient(to bottom, #00a651 0%, #007337 100%); }

.energy-a:after {
  border-bottom-color: #00a651; }

.energy-a:before {
  background-color: #00a651; }

.energy-b {
  background: #4db848;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00A651', endColorstr='#FF007337');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYjg0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4ODUzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4db848), color-stop(100%, #388534));
  background-image: -moz-linear-gradient(top, #4db848 0%, #388534 100%);
  background-image: -webkit-linear-gradient(top, #4db848 0%, #388534 100%);
  background-image: linear-gradient(to bottom, #4db848 0%, #388534 100%); }

.energy-b:after {
  border-bottom-color: #4db848; }

.energy-b:before {
  background-color: #4db848; }

.energy-d {
  background: #fff200;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFF200', endColorstr='#FF007337');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjYzIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff200), color-stop(100%, #ccc200));
  background-image: -moz-linear-gradient(top, #fff200 0%, #ccc200 100%);
  background-image: -webkit-linear-gradient(top, #fff200 0%, #ccc200 100%);
  background-image: linear-gradient(to bottom, #fff200 0%, #ccc200 100%); }

.energy-d:after {
  border-bottom-color: #fff200; }

.energy-d:before {
  background-color: #fff200; }

.energy-e {
  background: #fdb813;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDB813', endColorstr='#FFC99210');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYjgxMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5OTIxMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdb813), color-stop(100%, #c99210));
  background-image: -moz-linear-gradient(top, #fdb813 0%, #c99210 100%);
  background-image: -webkit-linear-gradient(top, #fdb813 0%, #c99210 100%);
  background-image: linear-gradient(to bottom, #fdb813 0%, #c99210 100%); }

.energy-e:after {
  border-bottom-color: #fdb813; }

.energy-e:before {
  background-color: #fdb813; }

.energy-f {
  background: #f36f21;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF36F21', endColorstr='#FFBF571B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNmYyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmNTcxYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f36f21), color-stop(100%, #bf571b));
  background-image: -moz-linear-gradient(top, #f36f21 0%, #bf571b 100%);
  background-image: -webkit-linear-gradient(top, #f36f21 0%, #bf571b 100%);
  background-image: linear-gradient(to bottom, #f36f21 0%, #bf571b 100%); }

.energy-f:after {
  border-bottom-color: #f36f21; }

.energy-f:before {
  background-color: #f36f21; }

.energy-g {
  background: #ed1c24;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFED1C24', endColorstr='#FFBA161C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhMTYxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed1c24), color-stop(100%, #ba161c));
  background-image: -moz-linear-gradient(top, #ed1c24 0%, #ba161c 100%);
  background-image: -webkit-linear-gradient(top, #ed1c24 0%, #ba161c 100%);
  background-image: linear-gradient(to bottom, #ed1c24 0%, #ba161c 100%); }

.energy-g:after {
  border-bottom-color: #ed1c24; }

.energy-g:before {
  background-color: #ed1c24; }
#impact-gauge {
  margin-top: 5px;
  width: 100%; }

#impact-score {
  position: absolute;
  top: 140px;
  left: 0;
  right: 50%;
  text-align: center;
  font-size: 2em;
  font-weight: bold; }
.meter {
  height: 20px;
  position: relative;
  background: #DBDFE2;
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden; }
  .meter span.bar {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #6BB438;
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #56aa1c), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #56aa1c), color-stop(0.75, #56aa1c), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #56aa1c 25%, transparent 25%, transparent 50%, #56aa1c 50%, #56aa1c 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden; }
  .meter span.percent {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 99999;
    overflow: auto;
    color: #222222;
    font-size: 13px;
    vertical-align: middle;
    line-height: 20px; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 30px; } }
@-moz-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 30px; } }
body {
  margin: auto;
  overflow-y: scroll;
  font-family: "Sansation", "helvetica neue", helvetica, arial, sans-serif;
  color: #777679; }
  body a {
    color: #777679; }
  body .homepage {
    font-family: "Sansation Light", sans-serif;
    text-align: center; }
    body .homepage .banner-container {
      width: 100%;
      padding: 0;
      margin: 0;
      background: #f5f5f5;
      margin-top: -25px; }
      body .homepage .banner-container img {
        display: block;
        width: 100%; }
    body .homepage .dark-wrapper {
      background: #f5f5f5; }
    body .homepage .darker-wrapper {
      background: #cccccc; }
    body .homepage .container {
      padding-right: 0;
      padding-left: 0; }
      body .homepage .container.narrow {
        width: 80%;
        margin: auto; }
    body .homepage .left-info {
      text-align: left;
      font-size: 22px;
      line-height: 22px;
      color: #f9f9f9;
      margin-top: 8px; }
      body .homepage .left-info a {
        color: #5ab946;
        text-decoration: none;
        font-weight: bold; }
    body .homepage .inner {
      padding-top: 40px;
      padding-bottom: 70px; }
    body .homepage .divide300 {
      width: 100%;
      height: 300px; }
    body .homepage .divide40 {
      width: 100%;
      height: 40px; }
    body .homepage .divide30 {
      width: 100%;
      height: 30px; }
    body .homepage .col-container {
      diaplay: block;
      width: 95%;
      margin: auto; }
    body .homepage .col-half {
      vertical-align: top;
      width: 48%;
      display: inline-block; }
    body .homepage .col-third {
      vertical-align: top;
      width: 30%;
      margin-left: 1%;
      margin-right: 1%;
      display: inline-block;
      line-height: 24px;
      font-size: 14px; }
    body .homepage .icon-thumbs-up {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-size: 40px;
      background-image: url("/assets/homepage/thumbs-up-c02bbc8ffc8036e1f0e99806e5f45f839e57ba9e32f55ab16f7f58318526aab0.svg");
      margin-bottom: 5px; }
    body .homepage .icon-graduation-cap {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-size: 40px;
      background-image: url("/assets/homepage/graduation-cap-1a86e4b6f285cc03ce19367d86d0a9ceda269e1bf5adc2f9c7cfcef100f42662.svg");
      margin-bottom: 5px; }
    body .homepage .icon-wrench {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-size: 40px;
      background-image: url("/assets/homepage/wrench-338406c8f3bf8a8fa782769382e57d8c7ab3657efd82e9d58a839b68444dc9d5.svg");
      margin-bottom: 5px; }
    body .homepage h1, body .homepage h2, body .homepage h3, body .homepage h4, body .homepage h5, body .homepage h6 {
      margin-top: 0;
      color: #606060;
      margin-bottom: 0px;
      font-weight: normal; }
      body .homepage h1 a, body .homepage h2 a, body .homepage h3 a, body .homepage h4 a, body .homepage h5 a, body .homepage h6 a {
        text-decoration: none; }
    body .homepage h1 {
      font-size: 35px;
      line-height: 40px; }
    body .homepage h2 {
      font-size: 28px;
      line-height: 28px;
      font-weight: 300;
      margin-bottom: 4px; }
    body .homepage h3 {
      font-size: 32px;
      line-height: 32px;
      color: #f9f9f9;
      text-align: left; }
    body .homepage h4 {
      font-size: 20px;
      margin-bottom: 8px; }
    body .homepage h5 {
      font-size: 16px; }
    body .homepage h6 {
      font-size: 12px; }
    body .homepage .text-center {
      text-align: center; }
    body .homepage .image-block {
      text-align: right;
      margin-top: 35px; }
      body .homepage .image-block .image-column-1 {
        display: inline-block;
        width: 36%;
        margin-right: 2%; }
      body .homepage .image-block .image-column-2 {
        display: inline-block;
        width: 22%;
        margin-right: 2%; }
      body .homepage .image-block .image-column-3 {
        display: inline-block;
        width: 16%;
        margin-right: 2%; }
  body .parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #d9d9d9; }
  body .parallax.mihome {
    background-image: url("/assets/homepage/parallax-mihome-948c9eb47e5c922c4750756c3b940df18e77cbed6bd1b12cc1dc80eeed9756a6.jpg"); }
  body .parallax.mihome2 {
    background-image: url("/assets/homepage/parallax-mihome2-f21010d19f441ee85d77ba360881b832d463d9b238a5458943e3c7a56d2ace4f.jpg"); }
  body .content-wrap {
    width: 1000px;
    margin: auto; }
  body .clear-both {
    clear: both; }
  body #mobile-menu {
    z-index: 500;
    position: fixed;
    height: 4000px;
    width: 190px;
    left: -202px;
    background-color: #151519;
    border-style: solid;
    border-color: #2b2b2d;
    border-width: 0px 2px 0px 0px;
    display: none; }
    body #mobile-menu ul li {
      display: block;
      background-color: #1c1c20;
      border-style: solid;
      border-bottom-color: #343439;
      border-top-color: #212126;
      border-width: 1px 0px 1px 0px;
      width: 100%;
      height: 40px;
      vertical-align: middle;
      margin: 1px 0px; }
      body #mobile-menu ul li a {
        padding: 6px;
        display: block;
        width: 100%;
        height: 28px;
        font-size: 130%;
        text-decoration: none; }
    body #mobile-menu #mobile-menu-logo {
      display: block;
      width: 151px;
      height: 40px;
      margin-left: 14px;
      margin-top: 15px;
      margin-bottom: -10px; }
      body #mobile-menu #mobile-menu-logo img {
        z-index: 510; }
  body #mobile-menu-trigger {
    display: none; }
  body #topbar {
    font-size: 80%;
    background-color: #f3f3f3;
    border-style: solid;
    border-top-width: 8px;
    border-top-color: #043282;
    border-bottom-width: 1px;
    border-bottom-color: #c5c5c5;
    height: 85px; }
    body #topbar #home-button {
      float: left;
      margin-top: 20px; }
      body #topbar #home-button a {
        position: absolute;
        display: block;
        width: 100px;
        height: 50px;
        background: url("/assets/kegill-logo-2x-4ea426989fd541ff1181427e10c8db2a75436e8d8f9f1d17452fdb509df5d3fa.png");
        background-repeat: no-repeat;
        text-indent: -400000px;
        z-index: 9999; }
    body #topbar #nav {
      margin-left: 130px;
      margin-top: 35px;
      float: left; }
      body #topbar #nav ul li {
        display: inline; }
        body #topbar #nav ul li a {
          margin-left: 10px;
          color: #454545;
          text-decoration: none;
          padding: 8px 10px 5px 10px;
          border-radius: 15px; }
        body #topbar #nav ul li a.active {
          color: #ffffff;
          background-color: #043282; }
    body #topbar #user-info {
      color: #454545;
      margin-top: 35px;
      margin-right: 66px;
      float: right; }
      body #topbar #user-info a {
        color: #a59999;
        margin-left: 15px; }
  body #flash-message {
    width: 550px;
    margin: auto;
    margin-bottom: -25px;
    margin-top: 10px; }
    body #flash-message div {
      padding: 6px 3px 3px 3px;
      margin: auto;
      min-height: 20px;
      color: #ffffff;
      text-align: center;
      border-radius: 10px; }
    body #flash-message .notice {
      background-color: #63bc51; }
    body #flash-message .alert {
      background-color: #d54948; }
  body #footer-links {
    clear: both;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px; }
  body #content {
    margin-top: 25px;
    line-height: 150%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    /*Slider Styles*/
    /*End Slider Styles*/ }
    body #content .hidden {
      display: none; }
    body #content .overlay, body #content .dialog-window {
      display: none; }
    body #content .dialog-window.is-visible ~ .overlay {
      z-index: 11000;
      background: rgba(0, 0, 0, 0.75);
      display: block;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%; }
    body #content .dialog-window.is-visible {
      background: #ffffff;
      display: block;
      left: 50%;
      max-height: 95vh;
      max-width: 500px;
      overflow-y: auto;
      position: fixed;
      top: 35%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 11001;
      padding: 10px; }
      body #content .dialog-window.is-visible h1 {
        margin-top: 0px; }
      body #content .dialog-window.is-visible ol {
        margin-left: 20px;
        margin-bottom: 10px; }
        body #content .dialog-window.is-visible ol li {
          margin-bottom: 5px; }
      body #content .dialog-window.is-visible .wall-socket-only {
        display: none; }
      body #content .dialog-window.is-visible .device-class {
        display: none; }
    body #content #device-type-socket.dialog-window.is-visible .wall-socket-only {
      display: inline;
      font-style: italic;
      color: red; }
    body #content .terms-and-conditions-block {
      height: 400px;
      width: 700px;
      display: inline-block;
      overflow-y: scroll; }
    body #content .temp-dials-container {
      display: block;
      position: relative;
      width: 100px;
      height: 100px;
      margin-top: 30px;
      margin-left: 50px;
      margin-bottom: -35px; }
    body #content .temp-dial-container.temp-dial-container-1 {
      position: absolute;
      top: -10px;
      right: 100px; }
    body #content .temp-dial-container.temp-dial-container-2 {
      position: absolute;
      top: -10px;
      right: 180px; }
    body #content .temp-dial-container .nested-ring {
      position: absolute;
      left: 50%;
      top: 50%; }
      body #content .temp-dial-container .nested-ring .t1 {
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3), 0 2px 20px white;
        background: #df3341;
        background: -moz-linear-gradient(left, #df3341 0%, #d4f355 50%, #61c0ec 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #df3341), color-stop(50%, #d4f355), color-stop(100%, #61c0ec));
        background: -webkit-linear-gradient(left, #df3341 0%, #d4f355 50%, #61c0ec 100%);
        background: linear-gradient(to right, #df3341 0%, #d4f355 50%, #61c0ec 100%);
        position: relative; }
      body #content .temp-dial-container .nested-ring .t2 {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        border-radius: 100%;
        box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), 0 3px 13px rgba(0, 0, 0, 0.85);
        background: #f2f6f5;
        background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
        background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%); }
      body #content .temp-dial-container .nested-ring .t3 {
        padding: 3px 10px 0 10px;
        width: 70px;
        height: 70px;
        display: inline-block;
        margin: -15px 0 0 -45px;
        color: #555;
        text-shadow: 1px 1px 1px white;
        font-size: 29px;
        font-weight: 400;
        text-align: center; }
        body #content .temp-dial-container .nested-ring .t3 strong {
          display: inline;
          font-size: 25px;
          position: absolute;
          top: -5px;
          right: 22px; }
        body #content .temp-dial-container .nested-ring .t3 span.text-below-small {
          display: block;
          font-size: 40%;
          margin-top: -8px; }
    body #content .spare-hidden-block, body #content .spare-hidden-override {
      display: none; }
    body #content .timer-block, body #content .thermostat-override-block {
      float: left;
      margin-bottom: 8px;
      display: block;
      clear: both; }
      body #content .timer-block .float-text, body #content .thermostat-override-block .float-text {
        float: left; }
      body #content .timer-block .time, body #content .thermostat-override-block .time {
        display: inline-block;
        margin-left: 10px;
        margin-right: 12px;
        width: 80px;
        float: left; }
        body #content .timer-block .time input, body #content .thermostat-override-block .time input {
          width: 100%;
          text-align: center; }
      body #content .timer-block .days-block, body #content .thermostat-override-block .days-block {
        margin-left: 8px;
        float: left; }
        body #content .timer-block .days-block .day-block, body #content .thermostat-override-block .days-block .day-block {
          text-align: center;
          color: #000000;
          border-color: #000000;
          font-weight: bold;
          border-width: 1px 0px 1px 1px;
          border-style: solid;
          display: block;
          float: left;
          width: 30px;
          background: #cbd5d6;
          background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
          background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
          background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
          margin: 0px; }
          body #content .timer-block .days-block .day-block.active, body #content .thermostat-override-block .days-block .day-block.active {
            background-color: #50d935;
            /* fallback color if gradients are not supported */
            background-image: -webkit-linear-gradient(top, #58c938, #50d935);
            /* For Chrome and Safari */
            background-image: -moz-linear-gradient(top, #58c938, #50d935);
            /* For old Fx (3.6 to 15) */
            background-image: -ms-linear-gradient(top, #58c938, #50d935);
            /* For pre-releases of IE 10*/
            background-image: -o-linear-gradient(top, #58c938, #50d935);
            /* For old Opera (11.1 to 12.0) */
            background-image: linear-gradient(to bottom, #58c938, #50d935);
            /* Standard syntax; must be last */ }
          body #content .timer-block .days-block .day-block:last-child, body #content .thermostat-override-block .days-block .day-block:last-child {
            border-width: 1px 1px 1px 1px; }
          body #content .timer-block .days-block .day-block .hidden-checkbox, body #content .thermostat-override-block .days-block .day-block .hidden-checkbox {
            display: none; }
      body #content .timer-block .action, body #content .thermostat-override-block .action {
        float: left;
        margin: 0px 0px 0px 5px; }
        body #content .timer-block .action input, body #content .thermostat-override-block .action input {
          width: 50px;
          text-align: center; }
        body #content .timer-block .action .degree-input, body #content .thermostat-override-block .action .degree-input {
          display: inline; }
      body #content .timer-block .value, body #content .thermostat-override-block .value {
        float: left;
        margin: 0px 0px 0px 10px; }
    body #content .left-wide {
      display: inline-block;
      width: 230px;
      text-align: right;
      margin-right: 5px; }
    body #content .caption-text {
      margin-top: 20px;
      height: 100px; }
    body #content ol.troubleshooting {
      margin-left: 10px; }
      body #content ol.troubleshooting li {
        margin-bottom: 3px; }
    body #content ul.bulletted {
      list-style-type: circle;
      margin-left: 10px; }
      body #content ul.bulletted li {
        margin-bottom: 3px; }
    body #content .product-icon {
      margin: auto;
      width: 124px;
      height: 68px;
      background-repeat: no-repeat;
      background-position: center; }
      body #content .product-icon.etrv {
        background-image: url("/assets/etrv-abd44c77cb63e8b18d8e6e2daff9dc2bf63367f5a2b25fed5bc5f8a18abb1bb4.svg"); }
      body #content .product-icon.house {
        background-image: url("/assets/house-e1a79f382638ad7c1a3df7868822b25c0ef3cb99be355481b0508cf4ba04cdcc.svg"); }
      body #content .product-icon.monitor {
        background-image: url("/assets/pinkplug-b3c04cf060353bc323b6a2e00a95363ff4900bef18c2078175a3a8cc23cfe9c3.svg"); }
      body #content .product-icon.control {
        background-image: url("/assets/purpleplug-419360a0c6327cf1ba9a463633e34372134be5f86b869fbc2090451e18aabfb1.svg"); }
      body #content .product-icon.legacy {
        background-image: url("/assets/blueplug-2c407ff4452eedb1884e62c38c4db556f48e5543df5207d8398bf4c65966f599.svg"); }
      body #content .product-icon.light {
        background-image: url("/assets/lightswitch-ea9a35fea5506f72d2f57072236d4baabaff0fae7f26222fe4e179695f345f96.svg"); }
      body #content .product-icon.socket {
        background-image: url("/assets/socket-8e51bd1de88e0ce6d11616cfe82cd2527ab44a56f46520836b26d78bee70aa4c.svg"); }
      body #content .product-icon.relay {
        background-image: url("/assets/relay-4a4c21486588eeedb3be43a2d2875e6cbe0301d02f4d5d9a48787473390de236.svg"); }
      body #content .product-icon.fourgang {
        background-image: url("/assets/4gang-3cca00f9c0aade28b7e2365678d400fdf376d1e699b70e3ebfa9a943646972cc.svg"); }
      body #content .product-icon.motion {
        background-image: url("/assets/motion_sensor-7dab72a7a40fcddaa38ec0f7b4611800e2f0e50e85eee5d4b0b380ea7c79126f.svg"); }
      body #content .product-icon.open {
        background-image: url("/assets/open_sensor-0c808e22d5aecc87e2e57c1e9856c9be21b9023ca6bb8f3a43f26c344f33ef8e.svg"); }
      body #content .product-icon.dashboard {
        float: left;
        display: block;
        vertical-align: top;
        margin-top: 0px;
        margin-left: 0px;
        height: 135px;
        width: 70px; }
        body #content .product-icon.dashboard.fourgang {
          background-image: url("/assets/4gang-s-1ae8e21464678a398638c6d6d556eb54042da46aea491a8d9faf9031fc2e80f6.svg"); }
      body #content .product-icon.thermostat {
        background-image: url("/assets/thermostat-a1d81251a0086a2dbbba61d0f7292c77a5b844afc4f555c02159e50384ffa689.png"); }
      body #content .product-icon.dimmer {
        background-image: url("/assets/dimmer-c61072ee79025db0b37dd48ddbe40e6c3eb7df5832109a74e602c78964095aac.png"); }
      body #content .product-icon.clicker {
        background-image: url("/assets/click-7b61e36b7d45c0f93d7b7e0cbd8aa37976c9c29ca2eb714b71c17cbfdde51670.svg"); }
      body #content .product-icon.double_light {
        background-image: url("/assets/double_light-ebf0f579a0233d5649c741edfa16d39a0f65421d54c0fec4a3a4cc7e9d1f02c2.png"); }
      body #content .product-icon.wifiplug {
        background-image: url("/assets/wifiplug-1298bc2edc1af1de50dd1bd4e84159e7b9943731af18df4886c68522357bc693.svg"); }
      body #content .product-icon.wifi_thermostat {
        background-image: url("/assets/wifi_thermostat-4d441c2748b33c7514ce5966d280ccc6f4b4ca0a18cd91c77ffd8b85cd5ea9ca.png");
        background-size: contain; }
      body #content .product-icon.wifi_thermostat_heating {
        background-image: url("/assets/wifi_thermostat-4d441c2748b33c7514ce5966d280ccc6f4b4ca0a18cd91c77ffd8b85cd5ea9ca.png");
        background-size: contain; }
      body #content .product-icon.wifi_thermostat_water {
        background-image: url("/assets/wifi_thermostat-4d441c2748b33c7514ce5966d280ccc6f4b4ca0a18cd91c77ffd8b85cd5ea9ca.png");
        background-size: contain; }
      body #content .product-icon.wifi_energy_meter {
        background-image: url("/assets/wifi_energy_meter-d1d1f255fabf484c330818e65790e25d61ef578087a314aad99e872538a06d03.png");
        background-size: contain; }
      body #content .product-icon.three_phase_meter {
        background-image: url("/assets/three_phase_meter-80842a41f3400c24fd744656801e1d01c8d8595808fbf4fcff40b71e5e03c285.png");
        background-size: contain; }
      body #content .product-icon.three_phase_home {
        background-image: url("/assets/three_phase_home-c66ca0cc77f8cde5b73f3a3151404a7fdb8dcb1dc4d328729d527bf2e3dc1cf1.png");
        background-size: contain; }
      body #content .product-icon.three_phase_solar {
        background-image: url("/assets/three_phase_solar-153dcd4ed4931967de085d17c98924eb75b8bd8b7dd97bec40d8f531ed128ae2.png");
        background-size: contain; }
      body #content .product-icon.three_phase_to_grid {
        background-image: url("/assets/three_phase_grid-53e03c6ab7bd777b5e5dda72cdcd2b165aad4c12e926d55995354eb6d01f53cc.png");
        background-size: contain; }
      body #content .product-icon.three_phase_from_grid {
        background-image: url("/assets/three_phase_grid-53e03c6ab7bd777b5e5dda72cdcd2b165aad4c12e926d55995354eb6d01f53cc.png");
        background-size: contain; }
    body #content #pairing-in-progress .pending-device {
      clear: both;
      margin-bottom: 20px; }
      body #content #pairing-in-progress .pending-device .pending-device-label {
        font-weight: bold; }
      body #content #pairing-in-progress .pending-device .pending-device-actions {
        margin-top: 10px; }
        body #content #pairing-in-progress .pending-device .pending-device-actions a {
          display: inline;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
          width: 100px;
          height: 20px;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
          color: #ffffff;
          padding: 10px;
          border-radius: 5px; }
        body #content #pairing-in-progress .pending-device .pending-device-actions .pending-device-accept {
          display: inline; }
          body #content #pairing-in-progress .pending-device .pending-device-actions .pending-device-accept a {
            border: solid 1px #569324;
            background-color: #63bc51;
            /* fallback color if gradients are not supported */
            background-image: -webkit-linear-gradient(top, #58c938, #63bc51);
            /* For Chrome and Safari */
            background-image: -moz-linear-gradient(top, #58c938, #63bc51);
            /* For old Fx (3.6 to 15) */
            background-image: -ms-linear-gradient(top, #58c938, #63bc51);
            /* For pre-releases of IE 10*/
            background-image: -o-linear-gradient(top, #58c938, #63bc51);
            /* For old Opera (11.1 to 12.0) */
            background-image: linear-gradient(to bottom, #58c938, #63bc51);
            /* Standard syntax; must be last */ }
        body #content #pairing-in-progress .pending-device .pending-device-actions .pending-device-reject {
          display: inline; }
          body #content #pairing-in-progress .pending-device .pending-device-actions .pending-device-reject a {
            border: solid 1px #569324;
            background-color: #bb0502;
            /* fallback color if gradients are not supported */
            background-image: -webkit-linear-gradient(top, #de0500, #bb0502);
            /* For Chrome and Safari */
            background-image: -moz-linear-gradient(top, #de0500, #bb0502);
            /* For old Fx (3.6 to 15) */
            background-image: -ms-linear-gradient(top, #de0500, #bb0502);
            /* For pre-releases of IE 10*/
            background-image: -o-linear-gradient(top, #de0500, #bb0502);
            /* For old Opera (11.1 to 12.0) */
            background-image: linear-gradient(to bottom, #de0500, #bb0502);
            /* Standard syntax; must be last */ }
      body #content #pairing-in-progress .pending-device .product-image {
        width: 124px;
        height: 64px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        float: left; }
        body #content #pairing-in-progress .pending-device .product-image.etrv {
          background-image: url("/assets/etrv-abd44c77cb63e8b18d8e6e2daff9dc2bf63367f5a2b25fed5bc5f8a18abb1bb4.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.house {
          background-image: url("/assets/house-e1a79f382638ad7c1a3df7868822b25c0ef3cb99be355481b0508cf4ba04cdcc.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.monitor {
          background-image: url("/assets/pinkplug-b3c04cf060353bc323b6a2e00a95363ff4900bef18c2078175a3a8cc23cfe9c3.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.control {
          background-image: url("/assets/purpleplug-419360a0c6327cf1ba9a463633e34372134be5f86b869fbc2090451e18aabfb1.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.legacy {
          background-image: url("/assets/blueplug-2c407ff4452eedb1884e62c38c4db556f48e5543df5207d8398bf4c65966f599.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.light {
          background-image: url("/assets/lightswitch-ea9a35fea5506f72d2f57072236d4baabaff0fae7f26222fe4e179695f345f96.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.socket {
          background-image: url("/assets/socket-8e51bd1de88e0ce6d11616cfe82cd2527ab44a56f46520836b26d78bee70aa4c.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.relay {
          background-image: url("/assets/relay-4a4c21486588eeedb3be43a2d2875e6cbe0301d02f4d5d9a48787473390de236.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.fourgang {
          background-image: url("/assets/4gang-3cca00f9c0aade28b7e2365678d400fdf376d1e699b70e3ebfa9a943646972cc.svg"); }
        body #content #pairing-in-progress .pending-device .product-image.motion {
          background-image: url("/assets/motion_sensor-7dab72a7a40fcddaa38ec0f7b4611800e2f0e50e85eee5d4b0b380ea7c79126f.svg"); }
    body #content #devices .device-offline .subdevices .subdevice .product-icon, body #content #devices .device-offline .subdevices .subdevice .actions, body #content #devices .device-offline .subdevices .subdevice .power-switch-block, body #content #devices .device-offline .subdevices .subdevice .button-graphic, body #content #devices .device-offline .subdevices .subdevice .battery-voltage, body #content #devices .device-offline .subdevices .subdevice .temp-dial-container, body #content #devices .device-offline .subdevices .subdevice .motion-functions-block, body #content #devices .device-offline .subdevices .subdevice .motion-detected-icon {
      opacity: 0.25; }
    body #content #devices .subdevice-no-data-in-last-half-hour .product-icon, body #content #devices .subdevice-no-data-in-last-half-hour .actions, body #content #devices .subdevice-no-data-in-last-half-hour .power-switch-block, body #content #devices .subdevice-no-data-in-last-half-hour .button-graphic, body #content #devices .subdevice-no-data-in-last-half-hour .battery-voltage, body #content #devices .subdevice-no-data-in-last-half-hour .temp-dial-container, body #content #devices .subdevice-no-data-in-last-half-hour .motion-functions-block, body #content #devices .subdevice-no-data-in-last-half-hour .motion-detected-icon {
      opacity: 0.25; }
    body #content #devices .device {
      position: relative;
      margin-top: 25px;
      padding: 5px;
      border-color: #d9d9d9;
      border-width: 0px;
      border-style: solid;
      border-radius: 5px;
      background-color: #e9e9e9;
      /* fallback color if gradients are not supported */
      background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
      /* For Chrome and Safari */
      background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
      /* For old Fx (3.6 to 15) */
      background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
      /* For pre-releases of IE 10*/
      background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
      /* For old Opera (11.1 to 12.0) */
      background-image: linear-gradient(to bottom, #ffffff, #e9e9e9);
      /* Standard syntax; must be last */
      -moz-box-shadow: 0 0 3px 3px #cccccc;
      -webkit-box-shadow: 0 0 3px 3px #cccccc;
      box-shadow: 0 0 3px 3px #cccccc;
      display: block; }
      body #content #devices .device .device-label {
        display: inline;
        font-size: 150%;
        font-weight: bold; }
      body #content #devices .device .offline-label {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        background-image: url("/assets/disconnected-84622c3a5dcbcb72e6fcdc21d36cc3f303d3fc36a6c21fb2b773cea90c51c73c.svg");
        background-size: 200px;
        background-repeat: no-repeat;
        width: 200px;
        height: 40px;
        margin: 0px;
        padding: 0px; }
      body #content #devices .device .details-toggle {
        display: inline; }
      body #content #devices .device .bullet {
        margin-left: 8px;
        display: inline-block;
        width: 12px;
        height: 12px;
        vertical-align: middle;
        background-size: 12px; }
        body #content #devices .device .bullet.info {
          background-image: url("/assets/info-d0f748ffcf1374ab4d93a88da6bbe853bbab4b3be4ef7bf126fe7d841e57e335.png"); }
        body #content #devices .device .bullet.new {
          background-image: url("/assets/new-d7abde8c0f350757d39f359a49437d653888da1f7fa0cd62d4152c169385769e.png"); }
        body #content #devices .device .bullet.edit {
          background-image: url("/assets/edit-fc17b5183784afc6801e453e2cb7da56ef1eafacacb5b8157ed2a17132a811ab.png"); }
        body #content #devices .device .bullet.delete {
          background-image: url("/assets/delete-27483990a5f98fb6297b970b944803eb823e8748107d5680ef4e2acc57dc33f2.png"); }
        body #content #devices .device .bullet.manual {
          background-image: url("/assets/document-8ed6ceaa031c9bc4382cea4e936f905663b122cb3333ae15232b2e5058e8a4bc.png"); }
        body #content #devices .device .bullet.recent-events {
          background-image: url("/assets/recent_events-50fc03934c476cb45ccb58290565c473aa00ea4a478106e2000ae801166b152d.png"); }
      body #content #devices .device .advanced-info {
        margin-left: 8px; }
        body #content #devices .device .advanced-info .dl-item {
          display: inline-block;
          margin-right: 10px; }
          body #content #devices .device .advanced-info .dl-item dt {
            font-weight: bold;
            display: inline; }
          body #content #devices .device .advanced-info .dl-item dd {
            display: inline; }
      body #content #devices .device .subdevices {
        position: relative;
        clear: both;
        margin-left: 0px;
        margin-right: 0px; }
        body #content #devices .device .subdevices .subdevice {
          position: relative;
          text-align: center;
          vertical-align: top;
          width: 300px;
          height: 145px;
          margin-left: 8px;
          margin-right: 8px;
          display: inline-block;
          padding-top: 4px;
          padding-bottom: 4px;
          margin-top: 10px;
          margin-bottom: 10px;
          border-style: dashed;
          border-color: #aaaaaa;
          border-width: 1px; }
          body #content #devices .device .subdevices .subdevice .settings {
            position: absolute;
            text-align: left;
            bottom: 2px;
            right: 9px; }
          body #content #devices .device .subdevices .subdevice .battery-voltage {
            box-sizing: border-box;
            border: 2px solid #777679;
            border-radius: 4px;
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 12px;
            line-height: 1em;
            padding: 3px 0 1px 0;
            width: 60px;
            text-align: center;
            color: #ffffff; }
            body #content #devices .device .subdevices .subdevice .battery-voltage:after {
              border: 2px solid #777679;
              border-left: 0;
              box-sizing: border-box;
              position: absolute;
              top: 50%;
              left: 100%;
              content: " ";
              display: block;
              margin-top: -4px;
              height: 8px;
              width: 6px; }
            body #content #devices .device .subdevices .subdevice .battery-voltage.ok {
              background-color: #00a80f; }
            body #content #devices .device .subdevices .subdevice .battery-voltage.warning {
              background: linear-gradient(to right, #e8a900 0%, #e8a900 50%, #999999 50%, #999999 100%); }
            body #content #devices .device .subdevices .subdevice .battery-voltage.critical {
              background: linear-gradient(to right, #c00005 0%, #c00005 20%, #999999 20%, #999999 100%); }
            body #content #devices .device .subdevices .subdevice .battery-voltage.unknown {
              background-color: #999999; }
          body #content #devices .device .subdevices .subdevice .button-graphic {
            position: absolute;
            z-index: 999;
            right: 0px;
            top: 18px;
            width: 100px;
            text-align: center; }
            body #content #devices .device .subdevices .subdevice .button-graphic p {
              margin-top: -8px;
              font-size: 90%;
              font-weight: bold;
              padding: 0px;
              margin-bottom: 0px; }
          body #content #devices .device .subdevices .subdevice .etrv-functions-block {
            position: absolute;
            right: 20px;
            top: 40px;
            width: 200px;
            text-align: right; }
          body #content #devices .device .subdevices .subdevice .motion-functions-block {
            position: absolute;
            right: 50px;
            top: 50px;
            width: 110px;
            text-align: left;
            line-height: 16px; }
          body #content #devices .device .subdevices .subdevice .motion-detected-icon {
            position: absolute;
            background-image: url("/assets/motion_detected-54d57de3cf91b00ae798570c5f3d676998307a31df8d875a33e3a5aa7766c217.svg");
            background-repeat: no-repeat;
            background-size: 40px;
            right: 5px;
            top: 5px;
            width: 40px;
            height: 40px;
            text-align: left; }
          body #content #devices .device .subdevices .subdevice .thermostat-switch-on-icon {
            position: absolute;
            background-image: url("/assets/flame-2db63e6dcf6e5c04044c9a475048ff55d44df53fa6a017e6c41302d816a026d9.png");
            background-repeat: no-repeat;
            background-size: 32px;
            right: 5px;
            top: 5px;
            width: 32px;
            height: 32px;
            text-align: left; }
          body #content #devices .device .subdevices .subdevice .open-sensor-functions-block {
            position: absolute;
            right: 50px;
            top: 50px;
            width: 110px;
            text-align: left;
            line-height: 16px; }
          body #content #devices .device .subdevices .subdevice .power-switch-block {
            position: absolute;
            right: 20px;
            top: 40px;
            width: 175px;
            text-align: right; }
            body #content #devices .device .subdevices .subdevice .power-switch-block .power-switch {
              display: inline-block;
              text-align: center;
              margin-top: 5px; }
              body #content #devices .device .subdevices .subdevice .power-switch-block .power-switch.fourgang {
                margin-top: 5px;
                width: 40px; }
              body #content #devices .device .subdevices .subdevice .power-switch-block .power-switch a.power-button {
                width: 30px;
                display: inline-block;
                padding-top: 5px;
                text-decoration: none;
                border-style: solid;
                border-width: 3px;
                margin-bottom: 5px;
                border-radius: 20px;
                font-size: 80%;
                color: #000000; }
                body #content #devices .device .subdevices .subdevice .power-switch-block .power-switch a.power-button.on {
                  border-color: #63bc51;
                  background-color: #c3e7bc; }
                body #content #devices .device .subdevices .subdevice .power-switch-block .power-switch a.power-button.off {
                  border-color: #d54948;
                  background-color: #e5b7b7; }
          body #content #devices .device .subdevices .subdevice .label {
            position: absolute;
            top: 8px;
            left: 85px;
            overflow: hidden;
            font-weight: bold; }
          body #content #devices .device .subdevices .subdevice .active-timers {
            background: url("/assets/clock-green-5083cab39800be7458c6dd00ad6f8c44b67f46617cc7ca7b9c74f45fb19937a8.png") no-repeat top left;
            background-size: 15px; }
          body #content #devices .device .subdevices .subdevice p.on-off {
            margin-top: -17px; }
            body #content #devices .device .subdevices .subdevice p.on-off span.on.active {
              color: #76a346; }
            body #content #devices .device .subdevices .subdevice p.on-off span.off.active {
              color: #cf3636; }
          body #content #devices .device .subdevices .subdevice p.state {
            font-size: 12px;
            margin-top: -17px;
            font-weight: normal; }
          body #content #devices .device .subdevices .subdevice ul.actions {
            position: absolute;
            left: 80px;
            top: 50px;
            list-style: none;
            text-align: center; }
            body #content #devices .device .subdevices .subdevice ul.actions a {
              text-decoration: none !important; }
            body #content #devices .device .subdevices .subdevice ul.actions li {
              display: inline-block; }
              body #content #devices .device .subdevices .subdevice ul.actions li span {
                display: block;
                line-height: 80px;
                font-size: 12px; }
            body #content #devices .device .subdevices .subdevice ul.actions li.usage {
              background: url("/assets/usage-large-grey-d388201b84bdc48706131739f603a6f22f8538235986330edcf06eb1a99432c1.png") no-repeat;
              background-size: 30px;
              background-position: center;
              width: 40px;
              height: 30px; }
              body #content #devices .device .subdevices .subdevice ul.actions li.usage span {
                font-size: 12px;
                line-height: 45px;
                padding: 0px;
                width: 0px;
                margin: 0px;
                padding-top: 10px; }
              body #content #devices .device .subdevices .subdevice ul.actions li.usage span:after {
                content: 'Monitor';
                font-size: 12px;
                line-height: 45px;
                padding: 0px;
                width: 0px;
                margin: 0px; }
            body #content #devices .device .subdevices .subdevice ul.actions li.timers {
              background: #008f51;
              border-radius: 2px;
              width: 40px;
              height: 30px;
              vertical-align: top; }
              body #content #devices .device .subdevices .subdevice ul.actions li.timers span {
                font-size: 16px;
                line-height: 30px;
                padding: 0px;
                width: 100%;
                margin: 0px;
                color: #ffffff; }
              body #content #devices .device .subdevices .subdevice ul.actions li.timers span:after {
                font-weight: 700;
                content: 'SET';
                font-size: 16px;
                line-height: 30px;
                padding: 0px;
                width: 100%;
                margin: 0px;
                text-align: center; }
            body #content #devices .device .subdevices .subdevice ul.actions li.triggers {
              background: url("/assets/large-cog-bf9e0c3546ab9fb4ba7449dbcec12038a0724fc9011fb4937cc103e339bd362d.svg") no-repeat;
              background-size: 26px;
              background-position: center top;
              width: 40px;
              height: 30px;
              margin-right: 10px; }
              body #content #devices .device .subdevices .subdevice ul.actions li.triggers span {
                font-size: 12px;
                line-height: 45px;
                padding: 0px;
                width: 0px;
                margin: 0px;
                padding-top: 10px; }
              body #content #devices .device .subdevices .subdevice ul.actions li.triggers span:after {
                content: 'Triggers';
                font-size: 12px;
                line-height: 45px;
                padding: 0px;
                width: 0px;
                margin: 0px; }
    body #content .timer-layout {
      margin-bottom: 20px; }
      body #content .timer-layout input {
        vertical-align: middle; }
      body #content .timer-layout .enabled {
        display: inline-block;
        margin-bottom: 10px; }
      body #content .timer-layout .time {
        margin-left: 10px;
        display: inline-block; }
        body #content .timer-layout .time .timeblock {
          display: inline-block; }
      body #content .timer-layout .days .daygroup {
        display: inline-block; }
        body #content .timer-layout .days .daygroup .day {
          width: 130px;
          display: inline-block; }
    body #content .image-area {
      reset: both;
      width: 100%;
      text-align: center; }
      body #content .image-area img {
        width: 60%;
        max-width: 460px; }
    body #content .image-area.overlap {
      margin-top: -40px;
      margin-bottom: -70px; }
    body #content .image-area.normal {
      margin-top: -20px;
      margin-bottom: -20px; }
    body #content #contact-layout {
      clear: both;
      padding-right: 260px; }
      body #content #contact-layout .contact-info {
        padding-left: 20px;
        margin-top: 10px;
        margin-right: -280px;
        float: right;
        width: 260px;
        height: 76px; }
        body #content #contact-layout .contact-info dt {
          font-weight: bold; }
        body #content #contact-layout .contact-info dd {
          margin-left: 10px; }
      body #content #contact-layout .map {
        width: 100%;
        float: left; }
    body #content p {
      margin-bottom: 10px; }
    body #content p.intro {
      width: 95%; }
    body #content p span.welcome {
      font-weight: bold;
      color: #043282; }
    body #content #devices-top-layout {
      margin-top: 20px;
      padding-right: 260px; }
      body #content #devices-top-layout p.intro {
        float: left;
        margin-bottom: 20px; }
    body #content .search-form {
      margin-bottom: 20px; }
    body #content form dl dt {
      margin-top: 15px;
      clear: both;
      width: 200px;
      float: left;
      text-align: right;
      font-weight: bold; }
    body #content form dl dd {
      float: left;
      width: 370px;
      margin-top: 15px;
      margin-left: 30px; }
      body #content form dl dd input {
        display: inline-block;
        width: 250px; }
      body #content form dl dd input[type="checkbox"] {
        clear: both;
        width: 25px; }
      body #content form dl dd.nomargin {
        margin-top: 0px; }
      body #content form dl dd.inline-radios input[type="radio"] {
        width: 25px; }
      body #content form dl dd p {
        clear: both;
        float: left; }
      body #content form dl dd p.info {
        display: inline-block;
        font-size: 80%;
        color: #888888;
        overflow: hidden; }
      body #content form dl dd label.radio-label {
        margin-right: 10px; }
      body #content form dl dd .group-check-boxes input, body #content form dl dd .group-check-boxes p {
        float: left;
        clear: both; }
      body #content form dl dd .group-check-boxes label {
        float: left; }
    body #content form input[type=submit] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: inline-block;
      font: inherit;
      background-color: #043282;
      border: solid 1px #FAFAFA;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
      padding: 10px;
      border-radius: 5px;
      width: 254px;
      color: #ffffff;
      font-weight: bold;
      font-size: 95%;
      margin-bottom: 10px; }
      body #content form input[type=submit].small-inline {
        margin-bottom: 2px;
        display: inline;
        width: 150px;
        padding: 2px;
        margin-bottom: 0px;
        font-size: 70%;
        vertical-align: middle; }
      body #content form input[type=submit].small {
        height: 25px;
        width: 100px;
        padding: 0px;
        margin-bottom: 0px;
        font-size: 70%; }
    body #content form a.small-red-button {
      display: block;
      text-decoration: none;
      background-color: #bb0502;
      border: solid 1px #880502;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
      padding: 10px;
      border-radius: 5px;
      width: 150px;
      color: #ffffff;
      font-weight: bold;
      font-size: 95%;
      margin-bottom: 10px;
      text-align: center; }
      body #content form a.small-red-button.narrow {
        padding: 3px 10px; }
    body #content form input.short {
      width: 100px;
      display: inline; }
    body #content form input.inline {
      width: inherit;
      display: inline; }
    body #content .inline-div {
      display: inline;
      white-space: nowrap; }
    body #content #new-device {
      padding-left: 10px;
      margin-top: -10px;
      margin-right: -270px;
      float: right;
      width: 260px;
      height: 76px; }
      body #content #new-device #new-device-arrow {
        margin-top: 10px;
        margin-right: 5px;
        float: left;
        width: 17px;
        height: 31px;
        background: url("/assets/new-device-arrow-d6a28d2c64f5c13f9b9bb776f5d47190538c1d3420cce864f40e15baf09a2ef5.png"); }
      body #content #new-device #new-device-text {
        margin-top: -5px;
        float: left;
        width: 222px;
        font-size: 90%;
        margin-bottom: 10px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg); }
      body #content #new-device #new-device-button {
        float: left; }
        body #content #new-device #new-device-button a {
          font-weight: bold;
          text-decoration: none;
          text-align: center;
          display: block;
          width: 202px;
          border: solid 1px #FAFAFA;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
          color: #ffffff;
          padding: 10px;
          border-radius: 5px;
          background-color: #043282;
          /* fallback color if gradients are not supported */ }
    body #content input.temperature-input {
      width: 30px;
      padding: 3px;
      vertical-align: top; }
    body #content input.small.green {
      width: 127px;
      padding: 1px;
      font-size: 75%;
      vertical-align: top; }
    body #content input.disabled {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
      /* IE 8 */
      filter: alpha(opacity=33);
      /* IE 5-7 */
      opacity: 0.33; }
    body #content #power {
      display: none; }
    body #content label.power {
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      position: relative;
      margin: auto;
      border: 4px solid #636679;
      background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%, #eeeeee 80%, white 100%);
      background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #eeeeee 80%, white 100%);
      background: radial-gradient(ellipse cover at center, #fefefe 0%, #eeeeee 80%, #ffffff 100%);
      box-shadow: inset 0 -5px 10px 0 #d0d5eb, inset 0 5px 10px 0 white, 0 0 0 1px #333333;
      cursor: pointer;
      text-align: center;
      font-size: 40px;
      color: #0f0;
      line-height: 100px;
      text-shadow: -1px -1px 0px white, 1px 1px 0px white;
      transition: all .1s ease-in-out; }
      body #content label.power:after {
        display: block;
        content: "";
        position: absolute; }
      body #content label.power:before {
        display: block;
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 20px;
        background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 30%, #dddddd 82%, #dddddd 100%);
        background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 30%, #dddddd 82%, #dddddd 100%);
        background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 30%, #dddddd 82%, #dddddd 100%);
        box-shadow: 0 10px 30px 0 #000;
        top: -25px;
        left: -25px;
        z-index: -2; }
      body #content label.power:after {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: #fff;
        top: -15px;
        left: -15px;
        z-index: -1;
        box-shadow: 0 -2px 5px 0px #fefefe, 0 2px 5px 0 #cccccc;
        background: #d2d7ed;
        background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 30%, #eeeeee 82%, #efefef 100%);
        background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 30%, #eeeeee 82%, #efefef 100%);
        background: linear-gradient(to bottom, #dddddd 0%, #dddddd 30%, #eeeeee 82%, #efefef 100%); }
    body #content span.light {
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: -12px;
      right: -12px;
      background: -webkit-radial-gradient(center, ellipse cover, white 0%, #d6f804 80%, #bade32 100%);
      background: -moz-radial-gradient(center, ellipse cover, white 0%, #d6f804 80%, #bade32 100%);
      background: radial-gradient(ellipse cover at center, #ffffff 0%, #d6f804 80%, #bade32 100%);
      box-shadow: inset 0 1px 1px 0 #333333, inset 0 -1px 1px 0 #333333, 0 0 5px 1px #bade32;
      border-radius: 50%;
      transition: all .1s ease-in-out; }
    body #content span.icon-off {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: url("/assets/logo-26227760b534e46d534816f52ec08ae12c05f4b2f1f4481719a143ba112cae94.png") no-repeat 17px;
      box-shadow: inset 0 0 4px 0 #999;
      transition: all .1s ease-in-out; }
    body #content #power:checked + label {
      background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, #eeeeee 80%, #efefef 100%);
      background: radial-gradient(ellipse cover at center, #dddddd 0%, #eeeeee 80%, #efefef 100%);
      background: radial-gradient(ellipse cover at center, #dddddd 0%, #eeeeee 80%, #efefef 100%);
      box-shadow: inset 0 -5px 10px 0 #aaaaaa, inset 0 5px 10px 0 #aaaaaa, 0 0 0 1px #333333;
      transition: all .1s linear; }
      body #content #power:checked + label span.light {
        background: -webkit-radial-gradient(center, ellipse cover, #ffcccc 0%, #ff8888 60%, red 100%);
        background: -moz-radial-gradient(center, ellipse cover, #ffcccc 0%, #ff8888 60%, red 100%);
        background: radial-gradient(ellipse cover at center, #ffcccc 0%, #ff8888 60%, #ff0000 100%);
        box-shadow: inset 0 1px 1px 0 #555555, inset 0 -1px 1px 0 #555555, 0 0 5px 0 #ff5555;
        transition: all .1s linear; }
      body #content #power:checked + label span.icon-off {
        background: transparent;
        box-shadow: inset 0 0 5px 0 #777;
        transition: all .1s linear; }
        body #content #power:checked + label span.icon-off:after {
          background: inherit;
          box-shadow: 0 0 5px 0 #777; }
        body #content #power:checked + label span.icon-off:before {
          background: #ddd;
          border-color: #dfdfdf;
          box-shadow: inherit;
          transition: all .1s linear; }
    body #content .data-layout {
      margin-right: -30px; }
      body #content .data-layout .data-container {
        position: relative;
        padding: 0px;
        float: left;
        width: 450px;
        height: 200px;
        margin-right: 20px;
        margin-bottom: 35px;
        border-color: #d9d9d9;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        background-color: #e9e9e9;
        /* fallback color if gradients are not supported */
        background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
        /* For Chrome and Safari */
        background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
        /* For old Fx (3.6 to 15) */
        background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
        /* For pre-releases of IE 10*/
        background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
        /* For old Opera (11.1 to 12.0) */
        background-image: linear-gradient(to bottom, #ffffff, #e9e9e9);
        /* Standard syntax; must be last */
        -moz-box-shadow: 0 0 3px 3px #cccccc;
        -webkit-box-shadow: 0 0 3px 3px #cccccc;
        box-shadow: 0 0 3px 3px #cccccc;
        overflow: hidden; }
        body #content .data-layout .data-container .right {
          float: right;
          width: 50%; }
        body #content .data-layout .data-container .left {
          float: left;
          width: 45%;
          margin-left: 12px; }
        body #content .data-layout .data-container p.month {
          margin-bottom: 1px; }
        body #content .data-layout .data-container .positive {
          color: #7eb348; }
        body #content .data-layout .data-container .negative {
          color: #cf3636; }
        body #content .data-layout .data-container .small {
          font-size: 0.6em; }
        body #content .data-layout .data-container .value-list {
          height: 78%;
          margin: 10px 20px;
          padding: 0;
          list-style-type: none; }
          body #content .data-layout .data-container .value-list.half-size {
            width: 45%;
            height: 175px;
            border-right: 1px solid #ccc;
            box-shadow: 5px 0px 2px -3px #ddd; }
            body #content .data-layout .data-container .value-list.half-size li {
              height: 45%; }
              body #content .data-layout .data-container .value-list.half-size li.condensed {
                height: 52px; }
          body #content .data-layout .data-container .value-list.right {
            float: right;
            border-right: none;
            box-shadow: none; }
          body #content .data-layout .data-container .value-list.small-list {
            margin-top: 10px; }
          body #content .data-layout .data-container .value-list li {
            margin-right: 18px;
            padding: 3px;
            border-bottom: 1px solid #dddddd;
            box-shadow: 0 4px 4px -3px #ddd; }
            body #content .data-layout .data-container .value-list li:last-child {
              box-shadow: none;
              border-bottom: 0px; }
          body #content .data-layout .data-container .value-list .description {
            color: #666666;
            font-size: 14px;
            line-height: 28px; }
          body #content .data-layout .data-container .value-list .value {
            font-size: 27px; }
            body #content .data-layout .data-container .value-list .value .unit {
              font-size: 15px; }
              body #content .data-layout .data-container .value-list .value .unit.cost {
                font-size: 25px; }
            body #content .data-layout .data-container .value-list .value .info {
              font-size: 12px;
              font-style: italic; }
        body #content .data-layout .data-container #donut {
          position: absolute;
          top: 25px;
          right: 40px; }
        body #content .data-layout .data-container #chart {
          width: 100%;
          height: 100%; }
        body #content .data-layout .data-container #gauge {
          /*position: absolute;
          top: 29px;
          margin: 0 10px;*/
          display: block;
          margin: -1px auto;
          position: relative; }
        body #content .data-layout .data-container .text-contents {
          margin: 10px 90px;
          position: relative;
          z-index: 200; }
          body #content .data-layout .data-container .text-contents.full-width {
            margin: 10px 10px; }
          body #content .data-layout .data-container .text-contents h2 {
            margin: 0px 0px 0px 0px;
            padding: 0px;
            font-weight: normal; }
            body #content .data-layout .data-container .text-contents h2.centered {
              margin: 5px auto;
              width: 100%;
              text-align: center;
              /*margin-left: -11px;*/ }
          body #content .data-layout .data-container .text-contents #button_dial {
            /*zoom: 1.5;*/
            /*-webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);*/
            margin: 20px -7px;
            width: 100%; }
          body #content .data-layout .data-container .text-contents p.state {
            text-align: center;
            margin-top: -26px;
            margin-left: -7px;
            width: 100%; }
        body #content .data-layout .data-container .big-pound-sign {
          position: absolute;
          z-index: 100;
          left: 0px;
          top: 90px;
          font-size: 1500%;
          color: #e0e0e0; }
          body #content .data-layout .data-container .big-pound-sign.positive {
            opacity: 0.2;
            color: #043282; }
          body #content .data-layout .data-container .big-pound-sign.negative {
            opacity: 0.2;
            color: #cf3636; }
    body #content h1 {
      font-size: 130%;
      margin-top: 30px;
      padding-bottom: 5px;
      margin-bottom: 15px;
      clear: both;
      border-bottom: 1px solid #dddddd; }
      body #content h1 span.all-devices {
        margin-left: 3px;
        font-size: 50%; }
    body #content h2 {
      clear: both;
      margin-top: 20px;
      padding-bottom: 5px;
      margin-bottom: 15px; }
    body #content h3 {
      clear: both;
      margin-top: 20px;
      padding-bottom: 5px;
      margin-bottom: 15px; }
    body #content table {
      border: 1px #dddddd solid; }
      body #content table th, body #content table td {
        border: 1px #dddddd solid;
        padding: 3px 10px;
        text-align: left; }
      body #content table th {
        font-weight: bold; }
      body #content table li {
        list-style: circle;
        margin-left: 13px; }
        body #content table li.bare {
          list-style: none;
          margin-left: 0px; }
    body #content .large-chart {
      width: 100%;
      max-height: 400px;
      margin: auto; }
      body #content .large-chart svg {
        width: 100%;
        height: 100%; }
    body #content .taped {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    body #content .note {
      color: black;
      -webkit-box-shadow: #DDD 0px 1px 2px;
      position: relative;
      background-color: #F4F39E;
      border-color: #DEE184;
      text-align: center;
      margin: 1.5em auto;
      padding: 1.5em 1em;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
      -webkit-transform: rotate(2deg);
      -moz-transform: rotate(2deg);
      -o-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg);
      width: 250px;
      font-family: 'Gloria Hallelujah', cursive;
      font-size: 1em; }
      body #content .note:after {
        display: block;
        content: "";
        position: absolute;
        width: 110px;
        height: 30px;
        top: -21px;
        left: 30%;
        border: 1px solid #fff;
        background: rgba(254, 254, 254, 0.6);
        -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1); }
      body #content .note h2 {
        margin-top: 0px; }
    body #content .subdevice-selection .subdevice-type {
      position: relative;
      cursor: pointer;
      display: inline-block;
      margin: 5px;
      width: 120px;
      height: 120px;
      font-size: 120%;
      margin-bottom: 20px;
      -moz-box-shadow: 0 0 2px 2px #cccccc;
      -webkit-box-shadow: 0 0 2px 2px #cccccc;
      box-shadow: 0 0 2px 2px #cccccc;
      padding: 10px;
      padding-top: 10px;
      background-position: 10px 10px;
      text-align: center;
      vertical-align: top; }
      body #content .subdevice-selection .subdevice-type .manual {
        font-size: 80%; }
      body #content .subdevice-selection .subdevice-type.checked {
        background-color: #BCFFAF; }
      body #content .subdevice-selection .subdevice-type .label {
        font-weight: bold; }
      body #content .subdevice-selection .subdevice-type .product-icon {
        margin-bottom: 10px; }
    body #content .subdevice-selection input[type=radio] {
      display: none; }
    body #content .subdevice-selection input[type=submit] {
      display: block;
      width: 330px; }
    body #content #etrv-advanced-settings {
      display: none; }
    body #content #notification-subscriptions table {
      width: 100%; }
      body #content #notification-subscriptions table td {
        max-width: 250px;
        word-wrap: break-word; }
    body #content .slider {
      display: inline-block;
      width: 300px; }
    body #content .ui-widget-content {
      background: #4ea5cf;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlYTVjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzYzZGJjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2U4Yzc4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTU2NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, #4ea5cf 0%, #63dbcf 33%, #e8c780 67%, #c5564d 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ea5cf), color-stop(33%, #63dbcf), color-stop(67%, #e8c780), color-stop(100%, #c5564d));
      background: -webkit-linear-gradient(left, #4ea5cf 0%, #63dbcf 33%, #e8c780 67%, #c5564d 100%);
      background: -o-linear-gradient(left, #4ea5cf 0%, #63dbcf 33%, #e8c780 67%, #c5564d 100%);
      background: -ms-linear-gradient(left, #4ea5cf 0%, #63dbcf 33%, #e8c780 67%, #c5564d 100%);
      background: linear-gradient(to right, #4ea5cf 0%, #63dbcf 33%, #e8c780 67%, #c5564d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea5cf', endColorstr='#c5564d',GradientType=1 ); }
    body #content .ui-widget-header {
      background: transparent; }
    body #content .ui-state-default, body #content .ui-widget-content .ui-state-default, body #content .ui-widget-header .ui-state-default {
      background: #55585f;
      border-radius: 100em; }
    body #content .ui-slider .ui-slider-handle {
      height: 2em;
      width: 2em;
      top: -.75em;
      -webkit-box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
      box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
      border: 1px solid #40454d;
      cursor: pointer;
      background: #565961;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTk2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQ1NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #565961 0%, #40454d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565961), color-stop(100%, #40454d));
      background: -webkit-linear-gradient(top, #565961 0%, #40454d 100%);
      background: -o-linear-gradient(top, #565961 0%, #40454d 100%);
      background: -ms-linear-gradient(top, #565961 0%, #40454d 100%);
      background: linear-gradient(to bottom, #565961 0%, #40454d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565961', endColorstr='#40454d',GradientType=0 ); }
    body #content .ui-slider .ui-slider-handle:after {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px;
      z-index: -1;
      -webkit-border-radius: 100em;
      -moz-border-radius: 100em;
      -ms-border-radius: 100em;
      -o-border-radius: 100em;
      border-radius: 100em;
      border: 1px solid rgba(64, 69, 77, 0.5);
      background: #40454d;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDU0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjU5NjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #40454d 0%, #565961 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40454d), color-stop(100%, #565961));
      background: -webkit-linear-gradient(top, #40454d 0%, #565961 100%);
      background: -o-linear-gradient(top, #40454d 0%, #565961 100%);
      background: -ms-linear-gradient(top, #40454d 0%, #565961 100%);
      background: linear-gradient(to bottom, #40454d 0%, #565961 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40454d', endColorstr='#565961',GradientType=0 ); }
    body #content :focus {
      outline: none; }
  body .slider-submit {
    display: inline-block;
    vertical-align: middle; }
    body .slider-submit input {
      width: 80px !important; }
  body .slider-tooltip {
    position: absolute;
    display: block;
    top: -25px;
    width: 35px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #333;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }
  body .tooltip {
    position: absolute;
    top: 100px;
    left: 100px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #000;
    /* background: #222222; */
    background: #fff;
    opacity: .9;
    /* color: #eeeeee; */
    color: black;
    padding: 10px;
    width: 300px;
    font-size: 12px;
    z-index: 10; }
  body .tooltip .title {
    font-size: 13px; }
  body .tooltip .name {
    font-weight: bold; }
  body .navigation {
    width: 50%;
    float: right; }
  body .pull-right {
    float: right; }
  body .pull-left {
    float: left; }
  body .field_with_errors {
    display: inline; }
  body a.btn {
    float: left;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 202px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin: 3px; }
    body a.btn.btn-green {
      border: solid 1px #569324;
      background-color: #043282;
      /* fallback color if gradients are not supported */ }
    body a.btn.btn-grey {
      border: solid 1px #aaa;
      background-color: #ccc;
      /* fallback color if gradients are not supported */
      background-image: -webkit-linear-gradient(top, #bbb, #ccc);
      /* For Chrome and Safari */
      background-image: -moz-linear-gradient(top, #bbb, #ccc);
      /* For old Fx (3.6 to 15) */
      background-image: -ms-linear-gradient(top, #bbb, #ccc);
      /* For pre-releases of IE 10*/
      background-image: -o-linear-gradient(top, #bbb, #ccc);
      /* For old Opera (11.1 to 12.0) */
      background-image: linear-gradient(to bottom, #bbbbbb, #cccccc);
      /* Standard syntax; must be last */ }
    body a.btn.btn-small {
      width: 152px;
      padding: 5px 0px; }
  body .diagnostic-flags-help {
    margin-top: 1em;
    border: 1px solid #63BC51;
    padding: 1em; }
    body .diagnostic-flags-help h2 {
      margin: 0 0 .5em !important; }
    body .diagnostic-flags-help ul {
      margin: .5em 0; }
  body #thermostat-motion-count-stats .thermostat {
    float: left;
    margin-right: 85px;
    margin-bottom: 30px; }
  body #thermostat-maintenance-right {
    margin-left: 150px; }
    body #thermostat-maintenance-right h2 {
      margin-bottom: 0px; }
@media (max-width: 1020px) {
  body #content .terms-and-conditions-block {
    width: 100%;
    overflow-y: visible;
    height: auto; }
  body #content .data-layout {
    margin-right: 0px; }
    body #content .data-layout .data-container {
      width: 100%; }
      body #content .data-layout .data-container .text-contents {
        margin: 10px 0px; }
        body #content .data-layout .data-container .text-contents h2.centered {
          font-size: 0.8em; }
      body #content .data-layout .data-container .value-list li {
        margin-left: 5px; }
      body #content .data-layout .data-container .value-list .description {
        font-size: 59%; }
      body #content .data-layout .data-container .value-list.half-size {
        width: 41%; }
      body #content .data-layout .data-container .value-list .value .unit.cost {
        font-size: 0.8em; }
  body .navigation {
    width: inherit; }
    body .navigation a.btn {
      width: 150px; } }
@media (min-width: 865px) and (max-width: 1020px) {
  body .content-wrap {
    width: 790px;
    margin: auto; }
  body #topbar #user-info span.info {
    display: none; }
  body #content .homepage-halfwidth {
    width: 340px; }
  body #content #sticky-note {
    width: 180px; }
  body #content #recent-usage-section {
    display: none; } }
@media (max-width: 864px) {
  body .content-wrap {
    width: 100%; }
  body canvas#gauge {
    width: 115px;
    margin-top: 9px !important; }
  body #mobile-menu {
    display: block; }
  body #mobile-menu-trigger {
    float: right;
    display: block;
    background-color: #54bf35;
    border: solid 1px #569324;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 30px;
    height: 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 95%;
    margin: 10px; }
    body #mobile-menu-trigger .dash {
      width: 18px;
      height: 2px;
      margin: 4px 0px 0px 6px; }
    body #mobile-menu-trigger .dash.one {
      margin-top: 5px;
      background-color: #ffffff; }
    body #mobile-menu-trigger .dash.two {
      background-color: #eeeeee; }
    body #mobile-menu-trigger .dash.three {
      background-color: #dddddd; }
  body #flash-message {
    width: inherit; }
  body #topbar {
    font-size: 90%;
    border-top-width: 1px;
    border-top-color: #000000;
    border-bottom-width: 1px;
    border-bottom-color: #e0e0e0;
    height: 48px; }
    body #topbar #home-button {
      float: left;
      margin-top: 15px;
      margin-left: 14px; }
      body #topbar #home-button a {
        display: block;
        width: 151px;
        height: 40px;
        background: url("/assets/header-logo-1e4b8127002ea1b92826c95488a873178362b171b1bd93560dce98fc20374811.png");
        text-indent: -400000px;
        pointer-events: none; }
    body #topbar #nav {
      margin-left: 0px;
      margin-top: 15px;
      float: left; }
      body #topbar #nav ul li {
        display: inline; }
        body #topbar #nav ul li a {
          display: none; }
    body #topbar #user-info {
      display: none; }
  body #content {
    margin-top: 30px;
    margin-left: 14px;
    margin-right: 14px; }
    body #content .homepage-halfwidth {
      width: 95%; }
    body #content .third-width-container {
      margin-right: 0px; }
      body #content .third-width-container .third-width {
        min-height: 1px;
        width: 98%; }
    body #content .image-one {
      reset: both;
      width: 100%;
      text-align: center;
      margin-top: -40px; }
      body #content .image-one img {
        width: 60%; }
    body #content #devices .device .offline-label {
      position: relative;
      margin-bottom: 10px; }
    body #content #devices-top-layout {
      margin-top: 0px;
      padding-right: 0px; }
      body #content #devices-top-layout p.intro {
        float: none; }
    body #content p span.welcome {
      font-weight: bold;
      color: #69b62c; }
    body #content p.intro {
      width: auto;
      margin-bottom: 20px; }
    body #content h1 {
      text-align: center; }
    body #content #contact-layout {
      clear: both;
      padding-right: 0px; }
      body #content #contact-layout .contact-info {
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        float: none;
        width: 100%;
        height: auto; }
        body #content #contact-layout .contact-info dt {
          text-align: center; }
        body #content #contact-layout .contact-info dd {
          text-align: center;
          margin-left: 0px;
          margin-bottom: 10px; }
      body #content #contact-layout .map {
        margin-top: 20px;
        clear: both;
        width: 100%;
        float: none; }
    body #content #new-device {
      padding: 0px;
      float: none;
      width: 100%;
      height: auto;
      margin: auto;
      margin-top: 10px; }
      body #content #new-device #new-device-arrow {
        display: none; }
      body #content #new-device #new-device-text {
        display: none; }
      body #content #new-device #new-device-button {
        float: none; }
        body #content #new-device #new-device-button a {
          width: 100%;
          padding: 7px 0px; }
    body #content .device-list {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%; }
      body #content .device-list .device {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 500px;
        float: none; }
        body #content .device-list .device .options a {
          font-size: 120%;
          display: inline-block;
          margin-top: 10px;
          margin-right: 15px; }
    body #content .form-without-labels {
      text-align: center; }
      body #content .form-without-labels input[type=submit] {
        margin: auto; }
    body #content form dl dt {
      margin: 15px auto 0px auto;
      text-align: center;
      float: none;
      width: auto; }
    body #content form dl dd {
      width: auto;
      float: none;
      text-align: center;
      margin: auto;
      margin-bottom: 20px; }
      body #content form dl dd input, body #content form dl dd p {
        float: none; }
      body #content form dl dd a.small-red-button {
        margin: auto; }
      body #content form dl dd input {
        margin: auto; }
      body #content form dl dd p.info {
        display: block;
        margin: auto; }
      body #content form dl dd.nomargin {
        margin-top: -15px; }
      body #content form dl dd .group-check-boxes {
        margin-left: 40%; }
    body #content #sticky-note {
      display: none; }
    body #content #recent-usage-section {
      display: none; }
    body #content .timer-block .float-text {
      clear: left; } }
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */


.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.banner-container .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  background: white;
  z-index: 50;
  transform: translateY(-50%);
  transition: ease background .2s; }

.banner-container .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.8); }

.banner-container .slick-prev {
  left: 0; }

.banner-container .slick-next {
  right: 0; }

.banner-container {
  display: block;
  position: relative;
  width: 100%;
  height: 500px; }

.banner-container .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.banner-container .slide .cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.banner-container .slide#intro {
  background-image: url(/assets/mihomeheader-new-b32db3fb97a533d660d81ed45659b4903d26fd96b8580ea5b7195e24799805b6.jpg); }

.banner-container .slide#intro img {
  width: 200px;
  height: auto;
  margin-left: -9px; }

.banner-container .slide#click {
  background-image: url(/assets/click-header-bc441bfdbd8f4841df765744f31eb69616c98e178bd154d7c9f5fefe51ed23ee.jpg); }

.banner-container .slide#thermostat {
  background-image: url(/assets/thermostat-bg-c3949be01407da93fb9d89d98f22a9cf8c18c9b7beb633c614bf55a4eb04e55f.jpg); }

.banner-container .slide-splash {
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  text-align: left; }

.banner-container .slide-splash h1 {
  font-size: 47px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: white;
  font-weight: 300; }

.banner-container .slide-splash p {
  font-size: 20px;
  line-height: 1.4;
  color: white;
  font-weight: 300; }
/*








*/
