﻿a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.navbar-brand > img {
  height: 40px;
}

ul.navbar-nav > li.nav-item {
  display: flex;
  align-items: center;
}

.logo-footer {
  height: 40px;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
}

.footer {
  line-height: normal;
  white-space: normal;
  text-align: center;
  padding: 0 15px;
  height: auto;
}
.footer > * {
  margin: 20px 0;
}
.footer .legal-links {
  margin: 30px 0 30px 0;
}

.validation-summary-errors,
.field-validation-error {
  font-size: smaller;
}

.resultRow:hover,
.selected {
  background-color: #cdcdcd;
  cursor: pointer;
}

.legal {
  font-size: 14px;
  margin-top: 1.25rem;
}
.legal .incomplete {
  background-color: yellow;
}
.legal p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.legal ul {
  padding-left: 25px;
}
.legal ol {
  counter-reset: item;
  padding-left: 25px;
}
.legal ol li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.legal ol > li {
  display: block;
}
.legal ol > li > ol {
  padding-left: 30px;
}
.legal ol > li > ol > li:before {
  width: 30px;
  margin-left: -35px;
}
.legal ol > li:before {
  margin-left: -25px;
  content: counters(item, ".") ".";
  counter-increment: item;
  width: 20px;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}

@media (max-width: 359px) {
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
}

.alert.with-border {
  border: solid;
}

a {
  color: #2a84ed;
}
a:hover {
  color: #2a84ed;
}

.btn-primary {
  background-color: #4f869e;
  border-color: #4f869e;
}
.btn-primary:hover {
  background-color: #2a84ed;
  border-color: #2a84ed;
  /*
        background-color: $primary-color;
        border-color: $primary-color;
        opacity: 0.8;
            */
}

.card {
  padding: 1rem;
  border-color: rgba(79, 134, 158, 0.5);
  background-color: rgba(79, 134, 158, 0.1);
}
@media (min-width: 768px) {
  .card {
    padding: 1.5rem 2rem;
  }
}

.main {
  padding-top: 85px;
  margin-bottom: 30px;
}

label {
  font-weight: 500;
}

.search-result-table {
  border: solid 1px rgba(79, 134, 158, 0.5);
  border-radius: 0.25rem;
  overflow: hidden;
}
.search-result-table .row.header,
.search-result-table .row.result-row {
  margin-left: 0;
  margin-right: 0;
  border-bottom: solid 1px rgba(79, 134, 158, 0.25);
}
@media (max-width: 991px) {
  .search-result-table .row.header,
  .search-result-table .row.result-row {
    padding: 0.5rem 0;
  }
}
.search-result-table .row.header > div,
.search-result-table .row.result-row > div {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .search-result-table .row.header > div,
  .search-result-table .row.result-row > div {
    padding: 1rem 1rem;
    border-right: solid 1px rgba(79, 134, 158, 0.25);
  }
  .search-result-table .row.header > div:last-child,
  .search-result-table .row.result-row > div:last-child {
    border-right: 0;
  }
}
.search-result-table .row.header {
  font-weight: 500;
  background-color: rgba(79, 134, 158, 0.1);
}
@media (max-width: 991px) {
  .search-result-table .row.header {
    display: none;
  }
}
.search-result-table .row.result-row {
  cursor: pointer;
}
.search-result-table .row.result-row .label {
  display: none;
}
@media (max-width: 991px) {
  .search-result-table .row.result-row > div {
    display: flex;
  }
  .search-result-table .row.result-row > div > div {
    border-bottom: dotted 1px #ddd;
  }
  .search-result-table .row.result-row > div:last-child > div {
    border-bottom: 0;
  }
  .search-result-table .row.result-row .label {
    flex: 1 1 auto;
    display: block;
    font-weight: 500;
  }
}
.search-result-table .row.result-row:last-child {
  border-bottom: 0;
}
.search-result-table .row.result-row:hover {
  background-color: rgba(79, 134, 158, 0.1);
}
.search-result-table .row.result-row.selected {
  background-color: rgba(79, 134, 158, 0.75);
  color: white;
}

.content-border {
  border: solid 1px rgba(79, 134, 158, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.summary-table {
  border: solid 1px rgba(79, 134, 158, 0.5);
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.summary-table .row {
  margin-left: 0;
  margin-right: 0;
  border-bottom: solid 1px rgba(79, 134, 158, 0.25);
}
.summary-table .row.header {
  font-weight: 500;
  background-color: rgba(79, 134, 158, 0.1);
}
@media (max-width: 991px) {
  .summary-table .row.header {
    display: none;
  }
}
.summary-table .row.sum {
  background-color: rgba(79, 134, 158, 0.1);
}
.summary-table .row.sum > div {
  border: none;
}
.summary-table .row.sum .label {
  flex: 1 1 auto;
  display: block;
}
.summary-table .row.result-row .label {
  display: none;
}
@media (max-width: 991px) {
  .summary-table .row.result-row > div {
    display: flex;
    font-size: 0.9rem;
  }
  .summary-table .row.result-row > div.sum {
    font-size: 1rem;
    font-weight: 500;
  }
  .summary-table .row.result-row > div > div {
    border-bottom: dotted 1px #ddd;
  }
  .summary-table .row.result-row > div:last-child > div {
    border-bottom: 0;
  }
  .summary-table .row.result-row .label {
    flex: 1 1 auto;
    display: block;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .summary-table .row {
    padding: 0.5rem 0;
  }
}
.summary-table .row > div {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .summary-table .row > div {
    padding: 1rem 1rem;
    border-right: solid 1px rgba(79, 134, 158, 0.25);
  }
  .summary-table .row > div:last-child {
    border-right: 0;
  }
}
.summary-table .row h4,
.summary-table .row h5 {
  margin: 0;
}
.summary-table .row.sum > div {
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .summary-table .row.sum > div {
    padding: 1rem 1rem;
  }
}
.summary-table .row:last-child {
  border-bottom: 0;
}

.jumbotron {
  background-color: rgba(79, 134, 158, 0.9);
  padding: 0.5rem 1rem;
  color: white;
  position: relative;
  overflow: hidden;
}
.jumbotron:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 20%;
  left: -20%;
  z-index: -1;
  background: url("../img/report-gav.png");
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
@media (max-width: 479px) {
  .jumbotron:before {
    left: -60%;
    background-size: 100%;
  }
}
.jumbotron a {
  color: white;
  text-decoration: underline;
}
.jumbotron a:hover {
  text-decoration: none;
}
.jumbotron h2 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .jumbotron p {
    font-size: large;
  }
}
.jumbotron p.header {
  font-size: large;
}

.footer {
  line-height: normal;
  white-space: normal;
  text-align: center;
  padding: 0 15px;
  position: relative;
  height: auto;
}
.footer > * {
  margin: 20px 0;
}
.footer .legal-links {
  margin: 30px 0 30px 0;
}

.cookie-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 5px 0 #4f869e;
  font-size: 15px;
  background-color: white;
  padding: 0;
}
.cookie-banner .background {
  padding: 0.75rem 1.25rem;
  display: inline-block;
  width: 100%;
  background: rgba(79, 134, 158, 0.05);
}
.cookie-banner .background > div {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.cookie-banner .background button {
  float: none;
}

.m-0 {
  margin: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-5px {
  margin-top: 5px;
}

.m-t-10px {
  margin-top: 10px;
}

.m-t-15px {
  margin-top: 15px;
}

.m-t-20px {
  margin-top: 20px;
}

.m-t-25px {
  margin-top: 25px;
}

.m-t-30px {
  margin-top: 30px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-5px {
  margin-bottom: 5px;
}

.m-b-10px {
  margin-bottom: 10px;
}

.m-b-15px {
  margin-bottom: 15px;
}

.m-b-20px {
  margin-bottom: 20px;
}

.m-b-25px {
  margin-bottom: 25px;
}

.m-b-30px {
  margin-bottom: 30px;
}

.f-size-small {
  font-size: small;
}

.f-size-smaller {
  font-size: smaller;
}

.f-size-large {
  font-size: large;
}

.f-size-larger {
  font-size: larger;
}

.f-weight-500 {
  font-weight: 500;
}

.break-all {
  word-break: break-all;
}

.break-word {
  word-break: break-word;
}

.p-10px {
  padding: 10px;
}

.p-r-10px {
  padding-right: 10px;
}

.display-none {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbbbb !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbbbbb !important;
}
