@charset "UTF-8";
/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: Trebuchet MS, sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.4; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

a {
  color: #5F94C9; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 1; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* COLORS */
/* STRUCTURE */
html {
  overflow-y: scroll; }

body {
  background: #EFEFEC;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* This needs to be set or some font faced fonts look bold on Mac. */
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always; }

/* WRAPPERS */
#wrap {
  position: relative;
  width: 925px;
  margin-bottom: 50px;
  margin: 0 auto; }

#inner-wrap {
  width: 925px;
  background: url(../img/shadow.png) no-repeat 0 100%;
  padding-bottom: 18px;
  overflow: hidden; }

#main-wrap {
  width: 925px;
  padding-top: 30px;
  background: #fff url(../img/shadow.png) no-repeat 0 100%;
  padding-bottom: 30px;
  float: left;
  min-height: 275px; }

/* SHADOWS */
#shadow-left {
  background: url(../img/main-shadow-left.png) no-repeat 0 0;
  width: 34px;
  height: 850px;
  position: absolute;
  left: -34px;
  top: 0; }

#shadow-right {
  background: url(../img/main-shadow-right.png) no-repeat 0 0;
  width: 34px;
  height: 850px;
  position: absolute;
  right: -34px;
  top: 0; }

/* NO-NAV, SPECIAL PAGE */
#no-nav {
  background: #fff;
  padding: 30px 20px; }

/* FONTS */
h1 {
  font-size: 34px;
  line-height: 34px;
  margin: 0 0 15px;
  font-weight: normal;
  color: #333; }
  h1 a {
    color: #333; }
  #subpage h1 {
    width: 380px; }

h2 {
  color: #666;
  font-size: 22px;
  margin: 0 0 2px 0;
  font-weight: normal; }
  h2 a {
    color: #666; }

h3 {
  font-size: 15px;
  color: #666;
  margin: 0; }
  h3 a {
    color: #666; }

p {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 13px;
  line-height: 16px; }

a,
a:visited {
  color: #5F94C9;
  text-decoration: none; }

/* HEADER */
#header {
  position: relative;
  height: 110px;
  background: #fff url(../img/header.png) no-repeat 0 100%;
  border-bottom: 1px solid #fff;
  z-index: 9999; }

/* logo */
#logo {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 0;
  left: 30px;
  background: url(../img/logo.png) no-repeat 0 0;
  z-index: 1000; }
  #logo a {
    display: block;
    width: 180px;
    height: 180px; }

/* mobile menu */
#mobilemenu {
  display: none; }

/* nav-toolbar */
#nav-toolbar {
  position: absolute;
  top: 5px;
  right: 30px; }
  #nav-toolbar li {
    display: inline;
    padding-left: 5px; }
    #nav-toolbar li:before {
      content: "|";
      color: #999;
      font-size: 13px; }
    #nav-toolbar li:first-child:before {
      content: ""; }
    #nav-toolbar li#intranet {
      background: url(../img/key.png) no-repeat 0 0; }
  #nav-toolbar a {
    font-size: 12px;
    text-decoration: none;
    color: #999;
    margin-left: 5px; }

@media screen and (max-width: 640px) {
  #header {
    background: #fff;
    height: auto;
    border: 0;
    right: 0;
    /*
    -webkit-transition: right .15s ease-in-out;
    -moz-transition: right .15s ease-in-out;
    -o-transition: right .15s ease-in-out;
    transition: right .15s ease-in-out;
    */ }
    #header:after {
      display: block;
      content: '';
      clear: both; }
    #header.showMenu {
      right: 100%; }

  #logo {
    zoom: .5;
    left: 30px; }

  #nav-toolbar {
    display: none; } }
/* search */
#search {
  position: absolute;
  top: 60px;
  right: 30px; }
  #search input#field {
    width: 145px;
    height: 32px;
    padding-left: 10px;
    padding-right: 35px;
    border: none;
    -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    behavior: url(../pie/PIE.htc);
    font-size: 17px; }
    .lt-ie9 #search input#field {
      border: 1px solid #999;
      padding-top: 5px;
      height: 27px; }
  #search label {
    display: none; }
  #search .button {
    background: url(../img/search.png) no-repeat 0 0;
    margin: 0;
    border: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999em;
    position: absolute;
    right: 7px;
    top: 5px;
    /* behavior: url(../pie/PIE.htc); */ }

/* SEARCH LIST */
.content #search-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content #search-list .searchitem {
    border-bottom: 1px dotted #C6C6C3;
    overflow: hidden;
    padding: 5px 0;
    /* margin-left: 10px; */ }
    .content #search-list .searchitem h2,
    .content #search-list .searchitem small {
      padding: 0 0 0 22px; }
    .content #search-list .searchitem h2,
    .content #search-list .searchitem small {
      margin: 0 0 0 5px; }
    .content #search-list .searchitem h2 {
      font-size: 14px;
      font-weight: bold;
      border-bottom: 0;
      background: url(../img/icon-search.gif) no-repeat scroll 0 0; }
      .content #search-list .searchitem h2 a {
        text-transform: uppercase;
        text-decoration: none; }
    .content #search-list .searchitem p {
      padding: 0 0 0 28px; }
      .content #search-list .searchitem p span.date {
        font-style: italic; }

@media screen and (max-width: 640px) {
  #search {
    position: static;
    float: right;
    width: 60px;
    height: 50px;
    background-image: url(../img/icons-mobilemenu.png);
    background-repeat: no-repeat;
    background-position: -3px 0;
    background-size: auto 100%; }
    #search:after {
      content: 'X';
      display: inline-block;
      margin-top: 5px;
      margin-left: 70px;
      font-size: 28px; }
    #search form {
      display: none; }

  .content #searchlist .searchitem {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px; } }
/* BANNER */
.banner {
  position: relative;
  height: 150px;
  /* SHADOWS */
  /* COLORS */ }
  .banner .banner-shadow-top {
    background: url(../img/banner-shadow-top.png) no-repeat 0 0;
    position: absolute;
    width: 925px;
    height: 17px;
    top: 0;
    left: 0; }
  .banner .banner-shadow-bottom {
    background: url(../img/banner-shadow-bottom.png) no-repeat 0 0;
    position: absolute;
    width: 925px;
    height: 17px;
    bottom: 0;
    left: 0; }
  #green .banner {
    background: url(../img/banner-green.png) no-repeat 0 0; }
  #purple .banner {
    background: url(../img/banner-purple.png) no-repeat 0 0; }
  #red .banner {
    background: url(../img/banner-red.png) no-repeat 0 0; }
  #blue .banner {
    background: url(../img/banner-blue.png) no-repeat 0 0; }
  #grey .banner {
    background: url(../img/banner-grey.png) no-repeat 0 0; }

@media screen and (max-width: 640px) {
  .banner {
    height: 80px;
    background-position: 100% 100% !important;
    background-size: cover !important; }
    .banner .banner-shadow-top,
    .banner .banner-shadow-bottom {
      display: none; } }
/* nav-main */
#nav-main {
  position: absolute;
  left: 210px;
  top: 34px; }
  #nav-main a {
    display: block;
    padding: 20px 20px 0 20px;
    background: url(../img/nav-main-sep.png) no-repeat 100% 0;
    font-size: 34px;
    text-transform: uppercase;
    text-decoration: none;
    height: 56px;
    color: #000;
    text-shadow: 1px 1px 0px #fff; }
  #nav-main li {
    float: left; }
    #nav-main li.inpath a {
      color: #999;
      /* #E1B430; */ }
      #nav-main li.inpath a.grey {
        color: #999; }
      #nav-main li.inpath a.blue {
        color: #009DDA; }
      #nav-main li.inpath a.red {
        color: #EE4022; }
      #nav-main li.inpath a.green {
        color: #A5CD38; }
      #nav-main li.inpath a.purple {
        color: #313088; }

@media screen and (max-width: 640px) {
  #nav-main {
    left: auto;
    top: 0;
    right: 60px;
    height: 50px;
    /*
    background-image:url(../img/icons-mobilemenu.png);
    background-repeat:no-repeat;
    background-position:-50px 0;
    background-size:auto 100%;
    */ }
    #nav-main:before {
      content: 'Menu';
      display: inline-block;
      margin-top: 5px;
      font-size: 28px; }
    #nav-main ul {
      display: none; } }
/* nav-left */
#nav-left {
  float: left;
  width: 160px;
  margin: 0px 35px 0 40px; }
  #nav-left h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #nav-left a {
    font-size: 15px;
    padding: 3px 0 3px 5px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #CDCDCB;
    width: 155px;
    float: left;
    white-space: normal; }
  #nav-left li {
    /* GREY */
    /* BLUE */
    /* PURPLE */
    /* RED */
    /* GREEN */ }
    #nav-left li li a {
      padding-left: 15px;
      width: 145px; }
    #grey #nav-left li.inpath a {
      color: #000; }
    #grey #nav-left li.selected a {
      background: #999;
      color: #fff; }
    #grey #nav-left li.selected li a {
      background: #fff;
      color: #999; }
    #blue #nav-left li.inpath a {
      color: #009DDA; }
    #blue #nav-left li.selected a {
      background: #009DDA;
      color: #fff; }
    #blue #nav-left li.selected li a {
      background: #fff;
      color: #009DDA; }
    #purple #nav-left li.inpath a {
      color: #313088; }
    #purple #nav-left li.selected a {
      background: #313088;
      color: #fff; }
    #purple #nav-left li.selected li a {
      background: #fff;
      color: #313088; }
    #red #nav-left li.inpath a {
      color: #EE4022; }
    #red #nav-left li.selected a {
      background: #EE4022;
      color: #fff; }
    #red #nav-left li.selected li a {
      background: #fff;
      color: #EE4022; }
    #green #nav-left li.inpath a {
      color: #A5CD38; }
    #green #nav-left li.selected a {
      background: #A5CD38;
      color: #fff; }
    #green #nav-left li.selected li a {
      background: #fff;
      color: #A5CD38; }

@media screen and (max-width: 640px) {
  #nav-left {
    display: none; } }
/* SELVBETJENING */
.selvbetjening {
  /* float: right; */
  position: absolute;
  top: 0;
  right: 0;
  width: 195px;
  height: 25px;
  margin: 0 0 0 35px;
  padding: 6px 40px 10px 20px;
  z-index: 1000;
  background: #fff url(../img/colorstrip.png) repeat-y 100% 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2); }
  .lt-ie9 .selvbetjening {
    border: 1px solid #999; }
  .selvbetjening.show {
    height: auto;
    margin-bottom: 20px; }
  .selvbetjening h2 {
    font-size: 27px;
    color: #333333;
    cursor: pointer; }
    #subpage .selvbetjening h2 {
      font-size: 22px;
      width: 160px; }
  .selvbetjening a#dropdown {
    width: 32px;
    height: 29px;
    position: absolute;
    top: 6px;
    right: 40px;
    background: url(../img/dropdown.png) no-repeat 0 0; }
  .selvbetjening ul {
    margin: 20px 0; }
    .selvbetjening ul li {
      border-top: 1px solid #EFEFEC;
      padding: 3px 10px 3px 0;
      background: url(../img/arrow-selvbetjening.png) no-repeat 100% 50%; }
      .selvbetjening ul li a {
        text-decoration: none;
        color: #333333;
        font-size: 14px; }

/* FRONT*/
#front .content {
  float: left;
  width: 100%;
  position: relative; }
#front #content {
  width: 925px; }
#front .col1,
#front .col2,
#front .col3 {
  width: 255px;
  margin-left: 40px;
  float: left; }
#front .col3 {
  margin-top: -98px; }
#front .selvbetjening {
  float: left;
  position: relative;
  margin: 0 0 25px 0; }
  #front .selvbetjening h2 {
    margin-top: 4px; }
#front .banner {
  height: 305px;
  position: relative; }
#front .overlay {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 925px;
  /* height: 110px; */
  padding: 0 0 15px 0; }
  #front .overlay#blue {
    background: url(../img/overlay-blue.png) repeat 0 0; }
  #front .overlay#green {
    background: url(../img/overlay-green.png) repeat 0 0; }
  #front .overlay#red {
    background: url(../img/overlay-red.png) repeat 0 0; }
  #front .overlay#purple {
    background: url(../img/overlay-purple.png) repeat 0 0; }
  #front .overlay h1 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-shadow: 1px 1px 2px #333;
    /* filter: dropshadow(color=#000, offx=1, offy=1); */
    /* drop shadow */ }
    #front .overlay h1 a {
      color: #fff;
      width: 885px;
      display: block;
      padding: 20px 0 15px 40px; }
  #front .overlay p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    text-shadow: 1px 1px 3px #000;
    /* filter: dropshadow(color=#000, offx=1, offy=1);  */ }
    #front .overlay p a {
      color: #fff;
      width: 885px;
      display: block;
      padding: 0 0 0 40px; }

#dwcontent-full,
.col1 h2,
.col2 h2 {
  /* margin-bottom: 10px; */
  color: #666; }

.col1 h2 a,
.col2 h2 a {
  color: #666; }
  .col1 h2 a:hover,
  .col2 h2 a:hover {
    color: #333; }

.lt-ie9 .selvbetjening {
  border: 1px solid #999; }

@media screen and (max-width: 640px) {
  #front .banner {
    height: auto; }
  #front .overlay {
    display: none;
    position: static;
    width: auto; }
    #front .overlay#blue {
      background: #009DDA; }
    #front .overlay#green {
      background: #A5CD38; }
    #front .overlay#red {
      background: #EE4022; }
    #front .overlay#purple {
      background: #313088; }
    #front .overlay h1 {
      font-size: 24px; }
      #front .overlay h1 a {
        width: auto;
        padding: 20px 20px 10px; }
    #front .overlay p {
      font-size: 13px; }
      #front .overlay p a {
        width: auto;
        padding: 0 20px; }
  #front .selvbetjening {
    display: none; } }
/* SUBPAGE CONTENT */
#subpage .content {
  float: left;
  width: 655px;
  position: relative; }
  #subpage .content .col1,
  #subpage .content .col2,
  #subpage .content .col3 {
    float: left; }
  #subpage .content .col1 {
    width: 360px;
    position: relative; }
  #subpage .content .col3 {
    width: 255px;
    margin: 0 0 0 40px;
    float: right; }
    #subpage .content .col3.push {
      margin-top: 65px; }
  #subpage .content .col-full {
    width: 100%; }

@media screen and (max-width: 640px) {
  #subpage h1 {
    width: auto;
    font-size: 26px;
    line-height: normal; }
  #subpage h2 {
    font-size: 20px; }
  #subpage .selvbetjening {
    display: none; }
  #subpage #dwcontent-full .overlay > h1 + p {
    display: none; } }
/* NEWS */
.news-item {
  margin-bottom: 25px; }
  .news-item h3 {
    font-size: 14px;
    line-height: 16px; }
    .news-item h3 a {
      color: #000; }
      .news-item h3 a:hover, .news-item h3 a:focus {
        color: #5F94C9; }
  .news-item img {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    /* background: url() no-repeat 0 100%; */
    margin-bottom: 5px; }

#dwcontent-drift .news-item a {
  color: #fff; }

.news-details h1 {
  width: 380px; }

.date:first-letter {
  text-transform: uppercase; }

@media screen and (max-width: 640px) {
  .news-item img {
    width: 100%; } }
/* DRIFTSFORSTYRRELSER */
#dwcontent-drift .news-item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  height: 36px;
  margin-bottom: 20px; }
  #dwcontent-drift .news-item h2 {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    margin: 0; }
    #dwcontent-drift .news-item h2 a {
      color: #fff;
      display: block;
      width: 205px;
      max-width: 205px;
      padding: 3px 10px 3px 40px; }
  #dwcontent-drift .news-item .hide {
    display: none; }

/* varme */
.kategori18 {
  background: #EE4022 url(../img/icon-drift-varme.png) no-repeat 0 0; }

/* vand */
.kategori19 {
  background: #009DDA url(../img/icon-drift-vand.png) no-repeat 0 0; }

/* ring */
.ring {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  margin: 0;
  display: block;
  width: 216px;
  padding: 3px 0 3px 39px;
  background: #999999 url(../img/icon-drift-ring.png) no-repeat 0 0; }
  .ring span {
    color: #fff;
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    width: 104px;
    bottom: 2px;
    right: 5px; }

@media screen and (max-width: 640px) {
  #dwcontent-drift .news-item {
    height: auto; }
    #dwcontent-drift .news-item h2 a {
      width: auto; }

  .ring {
    width: auto; }
    .ring span {
      position: static; } }
/* HENT - SINGLE BUTTON */
#hent a {
  border: 1px solid #999;
  padding: 5px 10px;
  color: #000; }
  #hent a:hover {
    background: #CDCDCB; }

/* FORMS */
.form-wrap {
  margin: 25px 0;
  float: left;
  width: 100%; }

table.form-wrap {
  border: none !important; }

.form-item {
  overflow: hidden;
  min-height: 27px; }
  .form-item.error label {
    color: #c00; }
  .form-item.error textarea {
    border: 1px solid #c00; }
  .form-item.error input {
    border: 2px solid #c00; }
  .form-item label {
    width: 150px;
    float: left;
    font-weight: bold;
    padding-top: 5px; }
    .lt-ie9 .form-item label {
      width: 145px; }
  .form-item .form-field,
  .form-item textarea {
    width: 299px;
    float: left;
    margin-bottom: 7px; }

#Form1 .form-item input {
  width: 300px; }

.form-buttons {
  overflow: hidden;
  margin-left: 150px; }

#Form1.form4 {
  width: 100%; }
  #Form1.form4 .form-item {
    margin-bottom: 10px;
    padding-left: 150px; }
    #Form1.form4 .form-item.required > label:after {
      content: '*';
      color: #c00; }
    #Form1.form4 .form-item:nth-of-type(4), #Form1.form4 .form-item:nth-of-type(13), #Form1.form4 .form-item:nth-of-type(20) {
      border-top: 3px solid #ccc;
      padding-top: 15px; }
    #Form1.form4 .form-item label {
      font-weight: normal;
      float: none;
      cursor: default;
      margin-left: 10px; }
    #Form1.form4 .form-item > label {
      margin-left: -150px;
      float: left; }
    #Form1.form4 .form-item input {
      width: 200px; }
      #Form1.form4 .form-item input[type="radio"] {
        width: auto; }
        #Form1.form4 .form-item input[type="radio"] + label {
          width: auto; }
          #Form1.form4 .form-item input[type="radio"] + label:after {
            content: '';
            display: block; }
    #Form1.form4 .form-item .description {
      font-size: 12px; }
    #Form1.form4 .form-item.Textarea {
      padding-left: 0; }
      #Form1.form4 .form-item.Textarea label {
        margin: 0;
        float: none; }
      #Form1.form4 .form-item.Textarea textarea {
        width: 348px; }
  #Form1.form4 .form-buttons {
    overflow: visible; }
    #Form1.form4 .form-buttons input[type="reset"] {
      float: left;
      margin-left: -50px;
      background: transparent;
      border-color: transparent; }
    #Form1.form4 .form-buttons .form-button-submit {
      padding-left: 50px; }

@media screen and (max-width: 640px) {
  #Form1 .form-item input {
    width: 100%;
    -wekbit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .form-field,
  textarea {
    width: 100% !important;
    -wekbit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .form-buttons {
    margin-left: 0;
    text-align: right; } }
/* BOXES */
.box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  /* behavior: url(../pie/PIE.htc); */
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  background: url(../img/box-yellow.png) no-repeat 0 0;
  position: relative;
  min-height: 55px;
  width: 255px;
  height: 110px;
  color: #fff; }
  .box.blue {
    background: #009DDA url(../img/box-blue.png) no-repeat 0 0; }
  .box.green {
    background: #A5CD38 url(../img/box-green.png) no-repeat 0 0; }
  .box.red {
    background: #EE4022 url(../img/box-red.png) no-repeat 0 0; }
  .box.purple {
    background: #313088 url(../img/box-purple.png) no-repeat 0 0; }
  .box.grey {
    background: #999 url(../img/box-grey.png) no-repeat 0 0; }
  .box h3 {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    color: #fff; }
  .box a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 0 0 15px;
    width: 240px;
    z-index: 1000; }
  .box p {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    width: 255px;
    height: 75px;
    z-index: 1000; }
    .box p a {
      padding: 0 0 60px 15px;
      width: 240px; }
  .box img {
    position: absolute;
    top: 55px;
    /* bottom:0px; */
    float: left;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; }
  .box .shadow {
    background: url(../img/box-shadow.png) no-repeat 0 0;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 10;
    width: 255px;
    height: 6px; }

@media screen and (max-width: 640px) {
  .box {
    width: auto;
    background-size: cover !important;
    background-position: 100% 50% !important; }
    .box a {
      width: auto; }
    .box p {
      width: auto; }
    .box img {
      width: 100%;
      min-height: 60px; }
    .box .shadow {
      width: 100%;
      background-size: 100% 6px; } }
/* SITEMAP */
.content ul.sitemap {
  margin: 5px 0 5px 25px;
  padding: 0; }
  .content ul.sitemap li {
    margin: 5px 0;
    padding: 0; }
  .content ul.sitemap ul {
    margin: 0;
    padding: 0 0 0 20px; }

/* GALLERY */
.gallery-item {
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 12px; }
  .gallery-item a {
    display: block; }

.gallery-photo {
  height: 140px;
  background: #eee;
  margin-bottom: 5px; }

/* FOOTER */
#footer {
  position: relative;
  float: left; }
  #footer #inner-wrapper {
    background: #fff;
    width: 925px;
    height: 165px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    behavior: url(../pie/PIE.htc); }
    #footer #inner-wrapper h2 {
      font-size: 20px;
      position: absolute;
      top: 15px;
      right: 355px;
      color: #333; }
    #footer #inner-wrapper #info-box1 {
      position: absolute;
      top: 55px;
      right: 355px;
      text-align: right;
      font-size: 13px; }
    #footer #inner-wrapper #info-box2 {
      position: absolute;
      top: 55px;
      right: 85px;
      font-size: 13px; }
    #footer #inner-wrapper #footer-logo {
      position: absolute;
      bottom: 0;
      right: 315px;
      width: 20px;
      height: 110px;
      background: url(../img/colorstrip.png) no-repeat 0 100%; }

@media screen and (max-width: 640px) {
  #footer {
    float: none; }
    #footer #inner-wrapper {
      width: auto;
      height: auto;
      padding-left: 20px;
      padding-right: 40px; }
      #footer #inner-wrapper h2 {
        position: static;
        text-align: right; }
      #footer #inner-wrapper #info-box1 {
        position: static;
        height: 110px; }
        #footer #inner-wrapper #info-box1 p {
          margin-bottom: 0; }
      #footer #inner-wrapper #footer-logo {
        right: 0;
        height: 100%;
        background-repeat: repeat-y; }
      #footer #inner-wrapper #info-box2 {
        position: relative;
        text-align: right;
        right: 0;
        top: 0;
        padding-bottom: 1px; } }
/* TABLES */
table {
  border: 1px solid #CDCDCB !important;
  margin-bottom: 20px; }
  table.login, table.upload {
    border: 0; }
  table th {
    padding: 3px 8px; }
  table td {
    padding: 3px 6px; }

/* table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */
/* RECYCLE // MAP-PAGE */
#recycle {
  width: 100%;
  height: 100%;
  position: relative; }
  #recycle #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #recycle #main {
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%; }
  #recycle .content {
    margin: 0; }
  #recycle #nav-main {
    display: none; }
  #recycle #search-form {
    margin: 0px 10px; }
  #recycle #search-box {
    /* z-index: 1000; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    background: white;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
    /* IE10+ */
    background: linear-gradient(top, white 0%, #e8e8e8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    /* IE6-8 */ }
    #recycle #search-box.show {
      display: block; }
    #recycle #search-box #road {
      position: relative;
      margin-right: 10px; }
      #recycle #search-box #road input.field {
        width: 100%;
        height: 32px;
        padding-left: 10px;
        border: none;
        -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        outline: none;
        font-size: 17px;
        color: #000;
        font-weight: normal; }
        .lt-ie9 #recycle #search-box #road input.field {
          border: 1px solid #999; }
      #recycle #search-box #road label {
        display: none; }
      #recycle #search-box #road .button {
        background: url(../img/search.png) no-repeat 0 0;
        margin: 0;
        border: 0;
        width: 25px;
        height: 25px;
        text-indent: -9999em;
        position: absolute;
        /* right: 23px; */
        right: 0px;
        top: 5px; }
  #recycle #options span {
    margin-right: 10px;
    cursor: default; }
  #recycle #search-box #options {
    margin: 5px 0; }
    #recycle #search-box #options span {
      margin: 0 10px; }
      #recycle #search-box #options span .item {
        margin-left: 5px;
        font-size: 14px; }
  #recycle #map_canvas {
    margin-top: 20px; }
  #recycle #map-canvas {
    width: 100%;
    height: 575px;
    /* 100%; */ }
  #recycle #map-info-wrap {
    padding: 5px 15px 10px 15px; }
  #recycle #map-info {
    display: none;
    background: #e9e9e9;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9e9e9 50%, #d2d2d2 90%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e9e9e9), color-stop(90%, #d2d2d2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 50%, #d2d2d2 90%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 50%, #d2d2d2 90%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9 50%, #d2d2d2 90%);
    /* IE10+ */
    background: linear-gradient(top, #e9e9e9 50%, #d2d2d2 90%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d2d2d2',GradientType=0 );
    /* IE6-8 */
    position: relative;
    position: absolute;
    bottom: 0;
    width: 100%; }
    #recycle #map-info.show {
      display: block; }
  #recycle .map-info-wrap {
    padding-right: 55px;
    overflow: hidden; }
    #recycle .map-info-wrap h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    #recycle .map-info-wrap p {
      font-size: 14px;
      color: #666666;
      margin-bottom: 3px; }
    #recycle .map-info-wrap .directions {
      position: absolute;
      right: 0;
      top: 0; }
      #recycle .map-info-wrap .directions a {
        width: 50px;
        height: 15px;
        padding-top: 30px;
        display: block;
        background: url(../img/rute.png) no-repeat 50% 7px;
        text-align: center;
        font-size: 12px; }
  #recycle .gm-style-iw {
    overflow: hidden; }
  #recycle .list {
    display: none; }
    #recycle .list.show {
      display: block; }
  #recycle #search-box-link {
    background: #ededed;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ededed 0%, white 90%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(90%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%, white 90%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%, white 90%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%, white 90%);
    /* IE10+ */
    background: linear-gradient(top, #ededed 0%, white 90%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
    -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
    width: 65px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    margin-left: -32px;
    z-index: 100; }
    .lt-ie9 #recycle #search-box-link {
      border: 1px solid #999; }
    #recycle #search-box-link.show {
      top: 72px; }
    #recycle #search-box-link a {
      text-decoration: none;
      color: #000;
      font-size: 21px; }
      #recycle #search-box-link a .icon {
        position: absolute;
        top: 6px;
        left: 10px;
        width: 15px;
        height: 15px;
        background: url(../img/search-small.png) no-repeat 0 0;
        display: block; }
      #recycle #search-box-link a .text {
        position: absolute;
        top: 2px;
        left: 27px; }

/* Styling af farven pÕ placeholder-tekst i s°gefelt
#map-page #search-box #road input.field::-webkit-input-placeholder {
    color: #000;
}
#map-page #search-box #road input.field:-moz-placeholder {
    color: #000;
}
#map-page #search-box #road input.field:-ms-input-placeholder {
    color: #000;
}*/
@media screen and (max-width: 640px) {
  #recycle #options > span {
    display: block;
    float: left;
    padding: 10px 5px; }
  #recycle #options:after {
    display: block;
    content: '';
    clear: both; }
  #recycle #map-canvas {
    height: 200px; } }
.ui-helper-hidden-accessible {
  display: none; }

#recycleSearch {
  margin-bottom: 20px; }
  #recycleSearch ul, #recycleSearch li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #recycleSearch .searchquery {
    position: relative;
    margin-bottom: 25px; }
    #recycleSearch .searchquery input {
      width: 100%;
      padding: 10px 40px 10px 10px;
      line-height: 19px;
      border: 1px solid #aaa;
      border-radius: 5px;
      box-sizing: border-box;
      color: #aaa; }
      #recycleSearch .searchquery input:focus {
        color: #000;
        outline-color: #A5CD38; }
    /*#recycleSearch .searchquery:after {
      content: '';
      position: absolute;
      top: 5px;
      right: 12px;
      width: 20px;
      height: 31px;
      border-left: 6px solid #fff;
      box-shadow: -1px 0 0 #aaa;
      background: url(../img/search.png) no-repeat right center;
      pointer-events: none; }*/
    #recycleSearch .searchquery.searching:after {
      background-image: url(../img/ajax-loader.gif); }
    #recycleSearch .searchquery .ui-autocomplete {
      position: absolute;
      z-index: 5;
      max-height: 151px;
      overflow: auto;
      border: 1px solid #aaa;
      border-top: 0;
      background-color: #fff;
      box-sizing: border-box; }
      #recycleSearch .searchquery .ui-autocomplete li {
        cursor: pointer;
        padding: 3px 10px;
        border: 1px solid #fff;
        border-left: 0;
        border-right: 0;
        box-sizing: border-box; }
        #recycleSearch .searchquery .ui-autocomplete li.ui-state-focus, #recycleSearch .searchquery .ui-autocomplete li:hover {
          background-color: #ddd;
          border-color: #aaa; }
  #recycleSearch .searchresults {
    display: none; }
    #recycleSearch .searchresults h2.address {
      margin-bottom: 10px; }
    #recycleSearch .searchresults h3 {
      margin-bottom: 5px; }
    #recycleSearch .searchresults .calendar {
      margin-bottom: 15px; }
      #recycleSearch .searchresults .calendar ul.months {
        border: 1px solid #aaa;
        border-top: 0; }
        #recycleSearch .searchresults .calendar ul.months:after {
          content: '';
          display: block;
          clear: both; }
        #recycleSearch .searchresults .calendar ul.months > li {
          float: left;
          width: 50%;
          box-sizing: border-box; }
          #recycleSearch .searchresults .calendar ul.months > li .month {
            margin-top: -1px;
            margin-left: -1px;
            padding: 2px 10px;
            background-color: #A5CD38;
            font-weight: bold;
            color: #fff; }
          #recycleSearch .searchresults .calendar ul.months > li:last-child {
            border-left: 1px solid #aaa; }
            #recycleSearch .searchresults .calendar ul.months > li:last-child .month {
              margin-right: -1px;
              border-left: 1px solid #eee; }
            #recycleSearch .searchresults .calendar ul.months > li:last-child:first-child {
              width: 100%;
              border-left: 0; }
              #recycleSearch .searchresults .calendar ul.months > li:last-child:first-child .month {
                border-left: 0; }
          #recycleSearch .searchresults .calendar ul.months > li ul {
            padding: 10px; }
            #recycleSearch .searchresults .calendar ul.months > li ul li {
              margin-top: 3px; }
              #recycleSearch .searchresults .calendar ul.months > li ul li:first-child {
                margin: 0; }
              #recycleSearch .searchresults .calendar ul.months > li ul li .date {
                display: inline-block;
                width: 50px; }
      #recycleSearch .searchresults .calendar a.pdf {
        display: block;
        position: relative;
        z-index: 3;
        padding: 5px;
        margin-top: 3px;
        border: 1px solid #aaa;
        color: #777;
        float: right; }
      #recycleSearch .searchresults .calendar:after {
        content: '';
        display: block;
        clear: both; }
    #recycleSearch .searchresults .searching {
      position: relative; }
      #recycleSearch .searchresults .searching:before {
        content: '';
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.75) url(../img/ajax-loader.gif) no-repeat center center; }
  #recycleSearch .islands {
    margin-bottom: 15px; }
    #recycleSearch .islands .locations {
      position: relative; }
      #recycleSearch .islands .locations > div {
        overflow: hidden;
        transition: all .5s ease-in-out; }
        #recycleSearch .islands .locations > div:nth-child(3), #recycleSearch .islands .locations > div:nth-child(4) {
          max-height: 0px; }
      #recycleSearch .islands .locations .errmsg {
        padding: 20px 10px;
        background-color: #eee;
        border-bottom: 1px solid #aaa;
        color: #555;
        text-align: center; }
    #recycleSearch .islands .showmore {
      float: right;
      color: #5F94C9;
      cursor: pointer; }
      #recycleSearch .islands .showmore:before {
        content: attr(data-more); }
      #recycleSearch .islands .showmore:hover {
        color: #06e; }
    #recycleSearch .islands.showall .locations > div:nth-child(3), #recycleSearch .islands.showall .locations > div:nth-child(4) {
      max-height: 200px; }
    #recycleSearch .islands.showall .showmore:before {
      content: attr(data-less); }
    #recycleSearch .islands:after {
      content: '';
      display: block;
      clear: both; }
  #recycleSearch ul.table {
    line-height: normal; }
    #recycleSearch ul.table > li > div > ul {
      width: 100%;
      border-bottom: 1px solid #aaa; }
    #recycleSearch ul.table li ul {
      display: table;
      width: 100%; }
      #recycleSearch ul.table li ul li {
        display: table-cell;
        vertical-align: middle;
        min-height: 10px; }
      #recycleSearch ul.table li ul:after {
        content: '';
        display: block;
        clear: both; }
    #recycleSearch ul.table li.image {
      width: 100px; }
      #recycleSearch ul.table li.image img {
        width: 90px;
        height: 90px;
        background-color: #e9e5dc;
        vertical-align: bottom;
        border: 0; }
    #recycleSearch ul.table li.address {
      width: 150px;
      padding-right: 10px; }
      #recycleSearch ul.table li.address div {
        margin-bottom: 10px; }
    #recycleSearch ul.table li.distance {
      width: 85px;
      padding-right: 10px; }
    #recycleSearch ul.table li.filters, #recycleSearch ul.table li.hours {
      width: 300px; }
      #recycleSearch ul.table li.filters li, #recycleSearch ul.table li.hours li {
        width: 50%;
        text-align: center;
        background: no-repeat center center; }
        #recycleSearch ul.table li.filters li.true, #recycleSearch ul.table li.hours li.true {
          background-image: url(../img/tick.gif);
          height: 16px; }
        #recycleSearch ul.table li.filters li.false, #recycleSearch ul.table li.hours li.false {
          background-image: url(../img/kryds.gif);
          height: 16px; }
      #recycleSearch ul.table li.filters input, #recycleSearch ul.table li.hours input {
        cursor: pointer; }
      #recycleSearch ul.table li.filters table, #recycleSearch ul.table li.filters tbody, #recycleSearch ul.table li.filters tr, #recycleSearch ul.table li.filters td, #recycleSearch ul.table li.hours table, #recycleSearch ul.table li.hours tbody, #recycleSearch ul.table li.hours tr, #recycleSearch ul.table li.hours td {
        border-collapse: collapse;
        border: 0 !important;
        padding: 0;
        margin: 0;
        vertical-align: middle; }
      #recycleSearch ul.table li.filters table, #recycleSearch ul.table li.hours table {
        width: 100%;
        min-height: 80px;
        font-size: 12px; }
        #recycleSearch ul.table li.filters table tr:nth-child(even), #recycleSearch ul.table li.hours table tr:nth-child(even) {
          background-color: #f5f5f5; }
        #recycleSearch ul.table li.filters table td:first-child, #recycleSearch ul.table li.hours table td:first-child {
          padding-right: 10px; }
        #recycleSearch ul.table li.filters table td:last-child, #recycleSearch ul.table li.hours table td:last-child {
          width: 100px; }
    #recycleSearch ul.table li.header {
      border-bottom: 1px solid #aaa;
      font-weight: bold;
      padding-top: 5px; }
      #recycleSearch ul.table li.header label {
        display: block; }
        #recycleSearch ul.table li.header label:hover {
          color: #000; }
  #recycleSearch .recyclestations h3:before {
    content: attr(data-default); }
  #recycleSearch .recyclestations .distance {
    opacity: 0; }
  #recycleSearch.searched .recyclestations h3:before {
    content: attr(data-sorted); }
  #recycleSearch.searched .recyclestations .distance {
    opacity: 1; }

@media screen and (max-width: 640px) {
  #recycleSearch .searchresults .calendar ul.months > li {
    float: none;
    width: auto; }
    #recycleSearch .searchresults .calendar ul.months > li:first-child {
      border-right: 0; }
  #recycleSearch ul.table .header > ul > li {
    display: none; }
    #recycleSearch ul.table .header > ul > li.filters {
      display: block; }
      #recycleSearch ul.table .header > ul > li.filters label {
        display: block;
        padding: 10px; }
  #recycleSearch ul.table .locations > div > ul {
    display: block; }
    #recycleSearch ul.table .locations > div > ul > li {
      display: block; }
      #recycleSearch ul.table .locations > div > ul > li.image, #recycleSearch ul.table .locations > div > ul > li.address, #recycleSearch ul.table .locations > div > ul > li.distance {
        float: left; }
      #recycleSearch ul.table .locations > div > ul > li.address, #recycleSearch ul.table .locations > div > ul > li.distance {
        width: 160px;
        padding: 5px 0; }
      #recycleSearch ul.table .locations > div > ul > li.filters {
        padding-left: 90px; }
        #recycleSearch ul.table .locations > div > ul > li.filters li {
          display: inline-block;
          padding: 10px 0 10px 10px;
          width: auto; }
          #recycleSearch ul.table .locations > div > ul > li.filters li:nth-child(1):before {
            content: 'Glas: '; }
          #recycleSearch ul.table .locations > div > ul > li.filters li:nth-child(2):before {
            content: 'Papir: '; }
          #recycleSearch ul.table .locations > div > ul > li.filters li:nth-child(3):before {
            content: 'T\00f8j: '; }
          #recycleSearch ul.table .locations > div > ul > li.filters li:empty {
            padding: 0; }
      #recycleSearch ul.table .locations > div > ul > li.hours > div {
        padding: 10px 0; }
  #recycleSearch ul.table li.filters,
  #recycleSearch ul.table li.hours {
    clear: both;
    width: auto; } }
/* KMD PLUGINS */
#esProxy {
  display: none; }

.esPlugin {
  margin-bottom: 15px; }

.esPlugin span.header {
  font-weight: bold; }

#esReportReadings .esTable .esTableRow td {
  padding-bottom: 2px; }

.ui-tabs .ui-tabs-nav {
  padding: .1em .1em 0 !important; }

#esReportReadingsReceiptDate {
  margin-bottom: 5px; }

#esReportReadings table.esTable {
  width: 100%; }

#esReportReadings .esTable td, #esReportReadings .esTable th {
  padding: 2px 10px; }

#esConsumptionOverview {
  width: 100% !important;
  min-width: 100% !important; }

.esConsumptionInfoForSettlementPeriodsChart img {
  width: 600px !important; }

#esConsumptionOverview .esConsumptionOverviewTabContentOverviewPart {
  width: 310px !important; }

.esTotalRow.esHeat.esTableRow .esTypeColumn,
.esTotalRow.esWater.esTableRow .esTypeColumn {
  width: 60% !important; }

.esTotalRow.esHeat.esTableRow .esPriceColumn,
.esTotalRow.esWater.esTableRow .esPriceColumn {
  width: 40% !important; }

#esBalanceStatement td,
#esBalanceStatement th {
  padding: 0 10px !important; }

#esLogin {
  overflow: hidden; }

#esLoginForm1CustomerNumber,
#esLoginForm1MeterNumber,
#esLoginForm1RememberCustomerNumber,
#esLoginForm1Login {
  margin-bottom: 10px;
  float: left;
  clear: both; }

#esLoginForm1 label,
#esLoginForm1 input {
  float: left;
  clear: both; }

#esLoginForm1 #esLoginForm1RememberCustomerNumber,
#esLoginForm1Login {
  float: left; }

#esLoginForm1 #esLoginForm1RememberCustomerNumber .esCheckBox {
  margin-right: 10px;
  margin-top: 2px; }

#esLoginForm1 #esLoginForm1RememberCustomerNumber label {
  float: left;
  clear: none; }

#esCustomerInfoCustomer,
#esCustomerInfoPremise,
#esCustomerInfoPeer {
  float: left !important;
  width: 250px !important;
  padding: 0; }

#esCustomerInfoCustomer {
  margin-right: 30px; }

#esCustomerInfo label {
  margin: 0 !important; }

#esCustomerInfoCustomer .esLabel,
#esCustomerInfoPremise .esLabel {
  width: auto;
  float: left;
  clear: both;
  margin: 0; }

#esCustomerInfoCustomer .esInput,
#esCustomerInfoPremise .esInput {
  float: left;
  clear: both;
  margin-bottom: 10px; }

#esCustomerInfo .esLabel {
  width: auto !important; }

#esCustomerInfo .esSelectGroup {
  float: left !important; }

#esCustomerInfoSave {
  text-align: left !important; }

.esEconomyForCurrentSettlementPeriod.esAlert tr.esTotalRow td.esPriceColumn {
  color: #D63336; }

.esEconomyForCurrentSettlementPeriod tr.esTotalRow td.esPriceColumn {
  color: #7CB04B; }

.esInput.esAlert {
  border: 2px solid #D63336; }

#esContainerInfoTable .esTable,
#esMeterInfoTable .esTable {
  width: 100%; }

.esLoading {
  background-image: url(../img/loader.gif);
  /*background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  width: 58px !important;
  height: 58px !important;
  margin: -29px 0 0 -29px;*/ }

#esLoginPlugin {
  position: relative;
  min-height: 58px;
  /* 190 */
  min-width: 58px;
  /* 260 */ }

.esConsumptionChart img {
  max-width: 645px !important; }

/* cpr-/cvr-nr popup */
#fallr-wrapper {
  top: 200px !important;
  z-index: 99999 !important; }

.esTable .esTableRow input.esRadioButton {
  margin-left: 10px;
  margin-right: 10px; }

/* hide "Opsµt ny container" knap */
.esSetUpContainerButton {
  display: none; }

/* printheader */
#printheader {
  display: none; }

/* FORUM */
div.forum-dialog {
  position: fixed !important; }

.forum-container table {
  border: none !important; }

.forum-thread table.forum-thread-post {
  border-bottom: 1px solid #efefef !important; }

.forum-thread table.forum-thread-post td.forum-thread-post-user .forum-thread-post-name {
  margin-top: 0px !important; }

.forum-thread table.forum-thread-post td.forum-thread-post-user {
  background-color: #f4f4f4 !important; }

.forum-post-form .forum-post-submit input.blue {
  line-height: initial !important; }

.forum-categories .forum-category div.forum-category-fields {
  margin-left: 0px !important; }

#esCustomerInfoPluginHtml #esCustomerInfo {
  /*
  input[value^="Ikke tilg"][value$="ngelig"][disabled="disabled"] {
      display:none;
  }
  */ }
  #esCustomerInfoPluginHtml #esCustomerInfo #esCustomerInfoCustomerPersonalNumber,
  #esCustomerInfoPluginHtml #esCustomerInfo #esCustomerInfoPremiseConstructionYear,
  #esCustomerInfoPluginHtml #esCustomerInfo #esCustomerInfoPremiseType,
  #esCustomerInfoPluginHtml #esCustomerInfo #esCustomerInfoPremiseSquareMeters {
    display: none; }

#esReportCaseForContainerOptionsFirstSet {
  float: left; }

@media screen and (max-width: 640px) {
  #mobilemenu {
    display: block;
    position: fixed;
    width: 100%;
    height: 1px;
    top: 0;
    left: 100%;
    z-index: 9999;
    -wekbit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out; }
    #mobilemenu.active {
      height: 100%;
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    #mobilemenu form {
      margin-left: 120px;
      margin-top: -50px;
      height: 50px;
      text-align: right;
      padding-right: 5px; }
      #mobilemenu form label {
        display: none; }
      #mobilemenu form input#field {
        line-height: 30px;
        width: 100%;
        height: 35px;
        padding: 0 60px 0 10px;
        box-sizing: border-box;
        margin-top: 8px;
        border: 1px solid #999; }
      #mobilemenu form input.button {
        position: absolute;
        top: 8px;
        right: 5px;
        width: 50px;
        height: 35px;
        box-sizing: border-box;
        margin: 0;
        border: 1px solid #999; }
    #mobilemenu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      overflow-y: auto;
      overflow-x: hidden;
      height: 100%; }
      #mobilemenu ul li span,
      #mobilemenu ul li a {
        display: block;
        position: relative;
        padding: 10px 10px 10px 30px;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #000; }
      #mobilemenu ul li ul span,
      #mobilemenu ul li ul a {
        font-size: 1em;
        color: #414141;
        padding-top: 15px;
        padding-bottom: 14px; }
      #mobilemenu ul li.inpath > ul {
        display: block; }
    #mobilemenu > ul {
      width: 90%;
      min-height: 100%;
      margin-left: 10%;
      background-color: #d6d6d6; }
      #mobilemenu > ul > li {
        position: relative;
        background-color: #e1e1e1;
        border-bottom: 1px solid #b1b1b1; }
        #mobilemenu > ul > li span.caret {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 50px;
          padding: 0;
          border-left: 1px solid transparent;
          box-shadow: -1px 0 0 0 #b1b1b1;
          background-image: url(../img/icons-mobilemenu.png);
          background-repeat: no-repeat;
          background-position: -128px 0;
          background-size: auto 48px; }
          #mobilemenu > ul > li span.caret.active {
            background-color: #c5c5c5;
            background-position: -186px 0; }
        #mobilemenu > ul > li > ul {
          display: none;
          background-color: #c5c5c5;
          border-top: 1px solid #b1b1b1; }
          #mobilemenu > ul > li > ul > li:first-child {
            border-top: 1px solid #fff; }
          #mobilemenu > ul > li > ul > li:last-child {
            padding-bottom: 10px; }
          #mobilemenu > ul > li > ul span.caret {
            border: 0;
            box-shadow: none; }
            #mobilemenu > ul > li > ul span.caret.active {
              background-color: #b1b1b1;
              background-position: -186px 0; }
          #mobilemenu > ul > li > ul ul {
            display: none;
            background-color: #b1b1b1; }
            #mobilemenu > ul > li > ul ul a {
              padding-left: 50px; }
      #mobilemenu > ul li.toolbar ul {
        display: block;
        border-top: 0; }
        #mobilemenu > ul li.toolbar ul li:first-child {
          border-top: 0; }
      #mobilemenu > ul li.toolbar span.caret {
        display: none; }

  .noscroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%; } }
#mobilselvbetjening {
  display: none; }

@media screen and (max-width: 640px) {
  #mobilselvbetjening {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #mobilselvbetjening > li {
      position: relative;
      background-color: #e1e1e1;
      background-image: url(../img/colorstrip.png);
      background-repeat: repeat-y;
      background-position: left top;
      background-size: 10px auto;
      border-top: 1px solid #b1b1b1;
      border-bottom: 1px solid #b1b1b1; }
      #mobilselvbetjening > li span.caret {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        padding: 0;
        border-left: 1px solid transparent;
        box-shadow: -1px 0 0 0 #b1b1b1;
        background-image: url(../img/icons-mobilemenu.png);
        background-repeat: no-repeat;
        background-position: -128px 0;
        background-size: auto 48px; }
        #mobilselvbetjening > li span.caret.active {
          background-color: #c5c5c5;
          background-position: -186px 0; }
      #mobilselvbetjening > li > ul {
        display: none;
        background-color: #c5c5c5;
        border-top: 1px solid #b1b1b1; }
        #mobilselvbetjening > li > ul > li:first-child {
          border-top: 1px solid #fff; }
        #mobilselvbetjening > li > ul > li:last-child {
          padding-bottom: 10px; }
        #mobilselvbetjening > li > ul span.caret {
          border: 0;
          box-shadow: none; }
          #mobilselvbetjening > li > ul span.caret.active {
            background-color: #b1b1b1;
            background-position: -186px 0; }
        #mobilselvbetjening > li > ul ul {
          display: none;
          background-color: #b1b1b1; }
          #mobilselvbetjening > li > ul ul a {
            padding-left: 50px; }
    #mobilselvbetjening li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #mobilselvbetjening li span.caret {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        padding: 0;
        border-left: 1px solid transparent;
        box-shadow: -1px 0 0 0 #b1b1b1;
        background-image: url(../img/icons-mobilemenu.png);
        background-repeat: no-repeat;
        background-position: -128px 0;
        background-size: auto 48px; }
        #mobilselvbetjening li span.caret.active {
          background-color: #c5c5c5;
          background-position: -186px 0; }
      #mobilselvbetjening li span,
      #mobilselvbetjening li a {
        display: block;
        position: relative;
        padding: 10px 10px 10px 30px;
        text-transform: uppercase;
        font-size: 1.5em;
        color: #000; }
      #mobilselvbetjening li ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-image: url(../img/colorstrip.png);
        background-repeat: repeat-y;
        background-position: left top;
        background-size: 10px auto; }
        #mobilselvbetjening li ul span,
        #mobilselvbetjening li ul a {
          font-size: 1em;
          color: #414141;
          padding-top: 15px;
          padding-bottom: 14px; }
      #mobilselvbetjening li.inpath > ul {
        display: block; } }
.cookie-accept-banner {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(78, 78, 78, 0.85); }
  .cookie-accept-banner.show {
    display: block !important; }
  .cookie-accept-banner .cookie-accept-banner-wrapper {
    position: relative;
    margin: auto;
    padding: 0 130px 5px 120px;
    width: 925px;
    max-width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: url(/Files/Templates/Designs/SilkeborgForsyning2012/img/cookie_icon.png) no-repeat 40px center; }
    .cookie-accept-banner .cookie-accept-banner-wrapper .close {
      position: absolute;
      top: 50%;
      right: 40px;
      width: 40px;
      height: 40px;
      margin-top: -22px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 3px #353535;
      cursor: pointer;
      text-decoration: none;
      transition: all .15s ease-in-out; }
      .cookie-accept-banner .cookie-accept-banner-wrapper .close:before {
        content: 'OK';
        display: block;
        line-height: 40px;
        width: 40px;
        text-align: center;
        color: #353535;
        font-weight: bold;
        font-size: 16px; }
      .cookie-accept-banner .cookie-accept-banner-wrapper .close:hover {
        margin-top: -20px;
        box-shadow: 0 0px #353535; }
    .cookie-accept-banner .cookie-accept-banner-wrapper h2 {
      font-size: 20px;
      margin-bottom: 0; }
    .cookie-accept-banner .cookie-accept-banner-wrapper h2, .cookie-accept-banner .cookie-accept-banner-wrapper p {
      color: inherit;
      text-shadow: 0 1px #353535; }
      .cookie-accept-banner .cookie-accept-banner-wrapper h2 a:link, .cookie-accept-banner .cookie-accept-banner-wrapper h2 a:visited, .cookie-accept-banner .cookie-accept-banner-wrapper p a:link, .cookie-accept-banner .cookie-accept-banner-wrapper p a:visited {
        color: #009dda;
        text-decoration: underline; }
    .cookie-accept-banner .cookie-accept-banner-wrapper p:last-child {
      margin: 0; }

@media screen and (max-width: 640px) {
  .cookie-accept-banner .cookie-accept-banner-wrapper {
    padding-left: 20px;
    padding-right: 90px;
    background-position: right 20px top 10px;
    min-height: 135px; }
    .cookie-accept-banner .cookie-accept-banner-wrapper .close {
      right: 20px;
      margin-top: 0;
      top: auto;
      bottom: 15px; } }
.stacktable.large-only {
  display: table; }
.stacktable.small-only {
  display: none; }

@media screen and (max-width: 640px) {
  .stacktable {
    width: 100%;
    color: #000;
    border-collapse: separate !important; }
    .stacktable tr, .stacktable td, .stacktable th {
      background-color: #fff !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .stacktable tr *, .stacktable td *, .stacktable th * {
        color: #000 !important; }
      .stacktable tr input, .stacktable tr textarea, .stacktable td input, .stacktable td textarea, .stacktable th input, .stacktable th textarea {
        width: auto !important; }
    .stacktable.large-only {
      display: none; }
    .stacktable.small-only {
      display: table;
      text-align: left; }

  .st-head-row {
    padding-top: 1em; }

  .st-head-row.st-head-row-main {
    padding-top: 0; }

  .st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%; }

  .st-val {
    width: 49%;
    padding-left: 1%; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 1cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  table {
    width: 100% !important; }

  td {
    word-wrap: break-word !important;
    white-space: normal !important; }

  #header, #nav-left, .selvbetjening, .banner, #footer-logo, #front .col3, #subpage .col3, #footer, .user-list form, .group-list {
    display: none; }

  /*#footer #inner-wrapper h2,
  #footer #inner-wrapper #info-box1,
  #footer #inner-wrapper #info-box2	{
  	position: static;
  	float: left;
  	margin-left: 30px;
  }*/
  #front .col1, #front .col2 {
    width: 50%;
    margin: 0px; }

  #subpage .content,
  #front .content .col2,
  #subpage .content .col1 {
    width: 100%; }

  h1 {
    font-size: 16px;
    margin: 15px 0px 0px 0px; }

  h2 {
    font-size: 16px; }

  h1, h2, h3, h4, h5 {
    font-weight: bold; }

  #printheader {
    display: block;
    width: 100%;
    border-bottom: 1px solid #666666;
    padding: 13px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    font-family: verdana;
    font-size: 10px;
    text-align: right;
    color: #666666;
    vertical-align: bottom; }

  .lt-ie9 #printheader {
    width: 650px; }

  #printheader img {
    width: 45px;
    margin-top: -12px; }

  .page-title {
    text-align: right; }

  #recycleSearch ul.table li.filters li.true {
    background: url(../img/tick.gif) no-repeat center center !important; }

  #recycleSearch ul.table li.filters li.false {
    background: url(../img/kryds.gif) no-repeat center center !important; } }
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto; }

  table,
  iframe,
  input {
    max-width: 100%; }

  .ui-tabs .ui-tabs-nav li {
    width: 100%;
    box-sizing: border-box; }

  .esTabContent:after {
    content: '';
    display: block;
    clear: both; }

  .esTabContent img {
    max-width: 100% !important;
    height: auto !important; }

  #fallr-wrapper {
    width: 100% !important;
    left: 0 !important; }

  #shadow-left,
  #shadow-right {
    display: none; }

  #wrap {
    width: auto; }
    #wrap #inner-wrap {
      width: auto;
      padding-bottom: 0;
      background-color: #fff; }
      #wrap #inner-wrap #main-wrap {
        width: auto;
        float: none; }
        #wrap #inner-wrap #main-wrap > .content {
          float: none;
          width: auto; }
          #wrap #inner-wrap #main-wrap > .content > div {
            float: none;
            clear: both;
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 0;
            width: auto; }
            #wrap #inner-wrap #main-wrap > .content > div:after {
              display: block;
              content: '';
              clear: both; }

  .box {
    float: none; }

  #formeldiv {
    padding: 0 !important;
    width: 100% !important; }

  #esContainerInfo td, #esContainerInfo th,
  #esMeterInfo td, #esMeterInfo th {
    padding: 3px 6px !important; } }

/*# sourceMappingURL=style.css.map */
