﻿/* 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. */


:root {
    --donkerblauw: #062772;
    --bleekblauw: #36d7e6;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.planningdata ul li {
    list-style-type: none;
    margin-bottom: 1rem !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    color: #fff;
    background-color: var(--donkerblauw);
    border-color: #343a40;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

img.logo {
    width: 380px;
}

@media only screen and (max-width: 370px) {
    img.logo {
        width: 90vw;
    }
}

.planningdata {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(5, minmax(2em, auto));
    width: 100%;
    padding: 0.5em;
    font-size: 1.2em;
    align-content: center;
    margin-bottom: 0.2em;
    grid-row-gap: 0.2em;
    border-bottom: 2px solid #fff;
    border-collapse: separate;
    grid-column-gap: 0.2em;

}


  
.alert {
    margin-bottom: initial;
}

.planningsdatum .title {
    text-align: center;
}


.day, .selecteddate {
    background-color: var(--donkerblauw);
    color: #fff;
    padding: 0.2em;
    /*    padding-left:2em;*/
    text-align: center;
    margin-bottom: 1rem;
    border-color: #c3e6cb;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    cursor:pointer;
}

.planningdata .day:hover {
  background-color:var(--bleekblauw); 
}

.dayofweek-1 {
    grid-row: 1
}

.dayofweek-2 {
    grid-row: 2
}

.dayofweek-3 {
    grid-row: 3
}

.dayofweek-4 {
    grid-row: 4
}

.dayofweek-5 {
    grid-row: 5
}

.halfday-8, day-1 {
    grid-column: 1;
}

.halfday-12, day-2 {
    grid-column: 2;
}

.gsmalert, .mailalert {
    visibility: hidden;
    display:none !important;
}

.weeknumber {
    display: block;
    clear: both;
}

    .weeknumber span {
        width: 100%;
        display: block;
        background-color: aliceblue;
        font-size: 0.8em;
        margin-top: 1em;
        text-align: center;
        font-weight: 500;
    }

.internet-explorer{
    visibility:hidden;
    display:none;
}
