﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.footer {
  flex-shrink: 0;
  width: 100%;
  white-space: nowrap;
}
.main-container {
    flex: 1 0 auto;
    margin-top:70px;
}
.navbar.fixed-top {
    border-bottom: 1px solid #ddd;   
    min-height:60px;
}

.navbar-brand {
    padding-top: unset;
    margin-right:2rem;
}

footer .email::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background: url(/images/icon-email-bw.svg) no-repeat 0 0;
    background-size: cover;
}

footer .telephone::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background: url(/images/icon-telephone-bw.svg) no-repeat 0 0;
    background-size: cover;
}

footer .more-options::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    background: url(/images/icon-internal-link-bw.svg) no-repeat;
    background-size: cover;
}

footer .legal-link {
    display: inline-block;
    border-left: 1px solid #fff;
    text-decoration: none;
}
footer .navbar-collapse.show .legal-link {
    border:none;
}

@media (min-width: 992px) {
  footer .footer-section {
    flex: 1 1 0 !important;
  }

  footer .footer-language {
    justify-content: center;
  }

  footer .footer-legal {
    justify-content: flex-end;
  }
}

.download-badge {
    width: 200px;
    margin-top:10px;
}

.paginate_button {
    margin-left:5px;
    cursor: pointer;
}