/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Provide sufficient contrast against white background */
/* Sticky footer styles
-------------------------------------------------- */
/* Sticky footer styles
-------------------------------------------------- */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.val {
  margin: 0 0px 0 20px;
}
.sogn-haus {
  padding: 5px 0 5px 5px;
  color: white;
  background-color: gray;
  font-weight: bold;
}
.sogn-haus-leidbeining {
  padding: 5px 0 5px 5px;
  background-color: lightgray;
  font-size: smaller;
}
.sogn {
  padding: 20px 0 0 5px;
  font-size: large;
}
.nr {
  padding: 20px 5px 0 0;
  font-size: large;
  text-align: right;
}
.nr-villa {
  padding: 20px 5px 0 0;
  font-size: large;
  background-color: red;
  color: white;
  text-align: right;
}
.sogn-nr {
  padding: 20px 5px 0 0;
  text-align: right;
  font-size: small;
  color: gray;
}
.sogn-islenska {
  padding: 20px 0 0 5px;
  font-size: large;
  color: gray;
}
.villa {
  padding: 0 10px 0 0;
  color: red;
}
.Hlutfall,
.H100,
.H95,
.H90,
.H80,
.H70,
.H60,
.H50,
.H00 {
  padding: 10px 10px 10px 10px;
}
.H100 {
  color: black;
  background-color: greenyellow;
}
.H95 {
  color: white;
  background-color: lightgreen;
}
.H90 {
  color: white;
  background-color: lightseagreen;
}
.H80 {
  color: black;
  background-color: yellowgreen;
}
.H70 {
  color: black;
  background-color: yellow;
}
.H60 {
  color: black;
  background-color: lightgoldenrodyellow;
}
.H50 {
  color: black;
  background-color: pink;
}
.H00 {
  color: black;
  background-color: lightcoral;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
