@font-face{
    font-family:'danske_textregular';
    src:url("https://haaveestatotta.s3.amazonaws.com/production/fonts/danske.eot");
    src:url("https://haaveestatotta.s3.amazonaws.com/production/fonts/danske.eot#iefix") format("embedded-opentype"),
    url("https://haaveestatotta.s3.amazonaws.com/production/fonts/danske.woff2") format("woff2"),
    url("https://haaveestatotta.s3.amazonaws.com/production/fonts/danske.woff") format("woff"),
    url("https://haaveestatotta.s3.amazonaws.com/production/fonts/danske.ttf") format("truetype"),
    url("https://haaveestatotta.s3.amazonaws.com/production/fonts/danske.svg#danske_textregular") format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
  font-family: danske_humanMediumIt;
  src: url(https://haaveestatotta.s3.amazonaws.com/production/fonts/DanskeHuman-MediumItalic.eot);
  src: url(https://haaveestatotta.s3.amazonaws.com/production/fonts/DanskeHuman-MediumItalic.eot?#iefix) format("embedded-opentype"),
       url(https://haaveestatotta.s3.amazonaws.com/production/fonts/DanskeHuman-MediumItalic.woff) format("woff"),
       url(https://haaveestatotta.s3.amazonaws.com/production/fonts/DanskeHuman-MediumItalic.svg#DanskeHuman-MediumItalic) format("svg");
  font-weight: 400;
  font-style: italic
}

html {
  font-size: 62.5%;
  font-family: danske_textregular;
}
body {
  display: flex;
  overflow-x: hidden;
  height: 100%;
  margin: 0px;
  background-color: #003755;
}
h1 {
  font-size: 2.0rem;
  color: #ffffff;
  font-style: italic;
  margin: 0px 0px 10px;
  font-weight: normal;
  font-family: danske_humanMediumIt;
}
p {
  color: #ffffff;
  font-size: 1.4rem;
  margin: 0px 0px 10px;
}
.hr {    
  border-top: 1px solid #00597B;
  margin: 2rem 20px 2rem 4px;
}

.container {
  width: 100%;
  padding: 20px 5px 20px 20px;
}
div.logo {
  text-align: right;

}
div.logo img {
  width: 150px;
  height: 22.5px;
}
div.no-logo {
  display: none;
}
.no-padding {
  padding: 0px !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3px;
}
.col-12 {
  width: 100%;
  padding: 0.5rem 1rem;
}
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.5rem 1rem;
}
.col-md-60 {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0.5rem 1rem;
}
.col-md-40 {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0.5rem 1rem;
}
.col-label {
  flex: 1 1 0%;
  padding: 0.5rem 0;
}
.col-field {
  padding: 0.5rem 0 0.5rem 1rem;
}
.col-info-button {
  width: 10px;
  padding: 0.5rem 0 0 0.5rem;
}
.col-info-button h1 {
  display: inline;
  vertical-align: middle;
}

.input-label-wrapper {
  color: #ffffff;
  font-size: 1.4rem;
  min-height: 20px;
  position: relative;
}
.min-height-unset {
  min-height: unset;
}
.input-label {
  color: #ffffff;
  font-size: 1.4rem;
  position: relative;
  bottom: -2px;
}
.input-label-dimmed {
  color: #739DB7;
  font-size: 1.4rem;
}

.input-wrapper {
  width: 9.5rem;
  position: relative;
}
.input-field {
  border: 1px solid transparent;
  text-align: right;
  color: #ffffff;
  background-color: #00597B ;
  font-size: 1.4rem;
  width: calc(100% - 25px);
  min-height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0px;
  padding-right: 25px;
  font-family: inherit;
  float: left;
  border-radius: 0
}
.input-field.input-field-invalid {
  background-color: #739DB7;
  border-color: #E65A6D;
}
.input-field.input-field-result {
  background-color: transparent;
  min-height: 25px;
  line-height: 25px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 2px 0;
  opacity: 1;
  color: #ffffff !important;
}
.input-unit {
  line-height: 22px;
  font-size: 1.4rem;
  padding-right: 5px;
  top: 1px;
  color: #ffffff;
  width: 15px;
  text-align: center;
  display: inline-block;
  margin-left: -23px;
}
.input-unit.input-unit-result {
  line-height: 25px;
}
.input-unit sup { 
    font-size: 8px;
    top: -3px;
    position: absolute;
}

.input-unit-label-dimmed {
  font-size: 1.4rem;
  width: 15px;
  padding-left: 0px;
  padding-right: 6px;
  display: inline-block;
  text-align: center;
  color: #739DB7;
}
p.info {
  font-size: 1.2rem;
}
.btn {
  background-color: #00ade2;
  border: 2px solid #00ade2;
  color: #ffffff;
  padding: 0.75rem 2.5rem;
  font-size: 1.3rem;
  border-radius: 20pt;
  cursor: pointer;
  outline: none;
}
.btn:active {
  background-color: #57C0F3;
  border: 2px solid #57C0F3;
}
.align-center {
  margin: 0 auto;
  display: block;
}
.text-right {
  text-align: right;
}
.info-wrapper {
  display: flex;
  flex-direction: column;
}
.info-wrapper .row-text {
  order: 1;
}
.info-wrapper .row-button {
  order: 2;
}
.link-info {
  line-height: 20px;
  height: 20px;
  cursor: pointer;
}
.link-info h1 {
  margin: 0;
}
@media screen and (max-width: 676px) {
  .col-md-6, .col-md-60, .col-md-40 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 1rem;
  }
  p.info {
    font-size: 1.0rem;
  }
  .info-wrapper .row-text {
    order: 2;
  }
  .info-wrapper .row-button {
    order: 1;
  }
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 676px) {
  .show-mobile {
    display: none;
  }
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-slider-horizontal {
  height: 0.4rem;
}
.ui-slider.ui-widget-content {
  background-color: #00597B;
  margin-bottom: 4px;
}
.ui-slider-range {
  background: #ffffff;
}
.ui-slider .ui-slider-handle {
  border-radius: 0.75rem;
  height: 1.5em;
  width: 1.5em;
  top: -0.60rem;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-handle.ui-state-default,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-active {
  background-color: #009fda;
  outline: none;
}
.ui-slider .ui-slider-handle.ui-state-hover {
  box-shadow: 0 0 1px 4px rgba(0,159,218,0.4);
  -moz-box-shadow: 0 0 1px 4px rgba(0,159,218,0.4);
  -webkit-box-shadow: 0 0 1px 4px rgba(0,159,218,0.4);
  -o-box-shadow: 0 0 1px 4px rgba(0,159,218,0.4);
}
.ui-slider .ui-slider-handle.ui-state-focus.ui-state-active {
  box-shadow: none;
  top: -0.85rem;
  margin-left: -0.8rem;
  height: 1.9em;
  width: 1.9em;
  border-radius: 0.95rem;
}
.popover {
  display: none;
  position: absolute;
  background-color: #739DB7;
  color: #ffffff;
  top: 33px;
  z-index: 3;
  right: 0;
  padding: 10px;
  width: 205px;
  font-size: 1.4rem;
}
.popover.above {
  padding-top: 3px;
  padding-bottom: 3px;
  top: auto;
  bottom: 33px;
}

.popover .arrow {
  position: absolute;
  display: block;
  top: 0;
  right: 15px;
  width: 10px;
  height: 5px;
}
.popover.above .arrow {
  bottom: 0;
  transform: rotate(180deg);
  top: auto;
}
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  top: -11px;
  content: "";
  border-width: 11px;
}
.popover .arrow::after {
  top: -18px;
  border-bottom-color: #739DB7;
  content: "";
  border-width: 11px;
}

/* Scrollbar customizations */
/* Webkit */
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #003755;
}
body::-webkit-scrollbar-thumb {
  background: #00597B;
  border-radius: 9px;
  border: 6px solid #003755;
  border-left: 0px;
}
/* IE */
html, body{ 
   scrollbar-face-color:#00597B;
   scrollbar-arrow-color:#00597B;
   scrollbar-track-color:#003755;
   scrollbar-shadow-color:#003755;
   scrollbar-highlight-color:#003755;
   scrollbar-3dlight-color:#003755;
   scrollbar-darkshadow-Color:#003755;
 }