﻿
@font-face {
    font-family: "client-font"; 
    src: url('/LBLODWeb/home/getfont');
}
html, body{
    font-family: "client-font";
    font-size: 14px;
}

.navbar {
    background-color: #002f51;
    font-size:initial;
}

.jumbotron{
    margin: 3em;
}
/*compensatie voor floating disclaimer*/
.container{
    margin-bottom: 20px;
}

/*.lblod-container{
    margin:auto;
}*/


/*@media (min-width: 576px) {
    .lblod-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .lblod-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .lblod-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .lblod-container {
        max-width: 75%;
    }
}*/

.search-header{
    display:flex;
    column-gap:1em;
    align-items:center;
    
}
.search-grid {
    display: grid;
    /*grid-template-columns: 1fr 19ch 21ch 2fr 1fr 1fr;*/
    grid-template-columns: 1fr 19ch 21ch 2fr 15ch 20ch;
    grid-row-gap: 1em;
    grid-column-gap: 2em;
    /*padding: 1em;*/
    /*justify-items:center;*/
}
.search-extrabijlage {
    margin-top: -0.7rem;
    overflow-wrap: anywhere;
}
.search-documenten {
	display:flex;
	gap:1em;
}
.search-counter {
	font-size:14px;
}

.btn-sort {
	color:#007bff;
}

.publicatie-grid {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    /*grid-row-gap: 20px;*/
    /*grid-column-gap: 50px;*/
    margin: 5px;
    /*padding: 5px;*/
}
.publicatie-grid:hover {
    background: #BFD5FD;
}
.bijlage{
    /*display: inline;*/
    padding-left:50px;
    /*margin-bottom:1em;*/
}

#search-container {
    /*margin: 10px;*/
    /*justify-content:flex-end;*/
    /*align-items: flex-start;
    gap:10px;*/
    /*margin: 1em 1em 0.5em 1em;*/
    display:grid;
    grid-template-columns: 400px 500px;
    column-gap: 5px;
    row-gap: 5px;
    position: sticky;
    top: 0;
}
.pagination{
    justify-content:center;
}
#date-container{
    grid-column-start: span 2
}
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
}
*/
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer-bottom {
    padding: 10px 0 5px;
    background-color: #242424;
}

.balk {
    position: static;
    width: 100%;
    margin: 0 auto;
    height: 5px;
    background-image: -webkit-linear-gradient(left,#002f51,#002f51 20%,#007cb4 20%,#007cb4 40%,#4fa9d1 40%,#4fa9d1 60%,#d7191b 60%,#d7191b 80%,#5b6069 80%);
    background-image: -ms-linear-gradient(left,#002f51,#002f51 20%,#007cb4 20%,#007cb4 40%,#4fa9d1 40%,#4fa9d1 60%,#d7191b 60%,#d7191b 80%,#5b6069 80%);
    background-image: linear-gradient(to right,#002f51,#002f51 20%,#007cb4 20%,#007cb4 40%,#4fa9d1 40%,#4fa9d1 60%,#d7191b 60%,#d7191b 80%,#5b6069 80%);
}

.footer-info{
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #919191;
    float: left;
    padding-bottom: 10px;
    text-align: left;
}




/*.navbar-brand{
    height:5em;
}
*/
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    bottom: 0;
    margin-bottom: 0;
}

.disclaimer {
    font-size:0.8em;
    color:white;
    margin-left:1em;
}


.year-header{
    margin: 20px 0 20px 0;
}
.year {
    font-weight: bold;
}
.year-selected {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #2a6496;
    border-radius: 10px;
    background-color: aliceblue;
    font-weight: bold;
    padding: 0.6em;
}
.publicatie-titel-icon{
    width: 20px;
    margin-right: 0.4em;
}


