﻿
body {
    margin-top: 20px;
}
h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.CellBeschikbaar {
    background-color: #DDFFD4!important;
    font-size: 1.1rem;
    font-weight: bold;
}

.CellVol {
    background-color: #FFC6C1;
    font-size: 1.1rem;
    font-weight: bold;
}
.CellGeselecteerd {
    background-color: #C0C0C0;
    color: #FEFEFE;
    font-size: 1.1rem;
    font-weight: bold;
}
.clsCalendarLegenda {
    font-size: .8rem;
}
.clsCalendarLegenda td {
    padding: .4rem;
}
.LegendaTekst {
    font-size: .8rem;
    letter-spacing: 0;
    color: #333333;
    font-weight:normal;
}
.KalenderHeader {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.8em;
    color: #808080;
}

.KalenderCel {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.8em;
}

    .KalenderCel a {
        background-color: #FFFF99;
        display: inline-block;
        width: 100%;
        padding: 0 4px;
    }

table {
    padding: 0;
    border-spacing: 0;
}

#divWeek th, td {
    border: 1px solid #ddd;
}

#tblKalender tr:hover {
    background-color: #EDEDED;
}

#main {
    display: flex;
    flex-direction: row;
}

#tblKalender {
    width: 100%;
}

#divKalender {
    width: 172px;
    background-color: #333333;
}

#divWeek {
    width: 100%;
}

#tblTop {
    width: 100%;
}
.alert {
    margin-bottom: 0 !important;
}
.bedankt {
    width: 100%;
}

.tekst-center {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .btn-group {
        display: flex;
        flex-direction: column;
    }
}
