.panel-heading span
{
    margin-top: -26px;
    font-size: 15px;
    margin-right: -12px;
}

.clickable {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
/*
.navbar-custom {
    background-image:linear-gradient( #7a1d14,#7a1c14ce);
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-image:linear-gradient( #7a1d14,#7a1c14ce);
}

.btn-primary {
    background-color: #7a1d14;
    color:#ffffff;
    border-radius:23;
    border: none;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-image:linear-gradient( #7a1d14,#7a1c14ce);
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color: transparent;
}
.navbar-custom .icon-bar {
    background-color:#fff;
}
*/
.report {
}
.report .page {
    border:solid 1px #ddd;
    margin-bottom:1em;
}
.report .page .title {
    background-color: #eee;
    border-bottom:solid 1px #ddd;
    margin:0;
    padding:10px;
    text-align: center;
    font-size: 0.5rem;
}
.report .page .title h1 {
    font-size: 22px;
    margin:0;
    padding:5px;
}
.report .page .title h2 {
    font-size: 18px;
    margin:0;
    padding:5px;
}
.report .page .title h3 {
    font-size: 14px;
    margin:0;
    padding:5px;
}
.report .page .content {
}
.report .table tfoot {
    font-weight: bold;

}

.cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 20%;
    right: 10%;
    width: 60%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.85);
  }

@media print {
    .page {
      page-break-after: always;
    }
    .page:last-child {
        page-break-after: auto;
   }
}