/* Basic Media */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Raleway:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap');


:root {
    --color-lines: #CED4DA;
    --reservable: #FFFFFF;
    --unreservable: #183059;
    --reserved: #C83E4D;
    --reservedMine: #006F4C;
    --reservedParticipating: #52b463;
    --reservedPending: #F4B860;
    --pasttime: #E9ECEF;
    --hiliteReservation: #38B000;
    --bs-body-color: #212529;
    --bs-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    --primary: #006F4C !important;
    --primary-hover: #018057 !important;
    --primary-disabled: #85adad !important;
    --text-color-btn: #ffffff;

    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #006F4C !important;
    --accent-color: #006F4C !important;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;

}


#resourceImageCarousel > div.carousel-inner > div > img {
    height: 200px;
    width: 300px !important;
    object-fit: cover;
    object-position: center center;
    margin-right: 15px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

#resourcesTable .capaciteit p {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--accent-color);
    padding: 8px;
    border-radius: 3px;
    color: white;
}

#resourcesTable div.avalibility > span {
    position: absolute;
    top: 50px;
    left: 10px;
    padding: 8px;
    border-radius: 3px;
    color: white;
}

#resourcesTable  div.avalibility > span > i {
    color: white !important;
}

#resourcesTable .descriptionValue p {
    color: black !important;
}

.logo {
    padding: 10px;
}

#main {
    max-width: 1450px;
    padding: 30px;
}

h1,h2,h3,h4,h5,h6 {
        font-family: 'Raleway', sans-serif !important;

}

body {
        font-family: 'Roboto', sans-serif !important;
}

#upcomingReservationsDashboard > div.accordion-header.dashboardHeader > button {
        font-family: 'Raleway', sans-serif !important;
}

#reservation-box {
    max-width: 120ch;
    position: relative;
    margin-right: auto !important;
    margin-left: auto !important;
}

.btn-primary {
    padding: 5px 15px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-outline-secondary {
    padding: 5px 15px;
    border-radius: 30px;
    transition: 0.3s;
}

[data-bs-theme="Basic_Media"] {
    --primary: #006F4C;
    --primary-hover: #003300;
    --primary-disabled: #009900;
    --text-color-btn: #ffffff;
}


table.reservations {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

/* De 4 hoekcellen */
table.reservations tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

table.reservations tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table.reservations tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.reservations tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.reservations tr.today td.reslabel {
    background-color: #52b463;
}

table.reservations td.resdate {
    width: 150px;
    padding: 0 3px;
    background-color: var(--primary);
    color: white;
    text-align: center;
}

table.reservations tr.today td.resdate,
table.reservations td.today {
    background-color: var(--primary);
}


#dashboardList .timespan {
    border-radius: 5px 5px 0px 0px;
}

.dropdown-item,
.nav-link {
    font-size: 15px;
}

#dashboardList .accordion-item {
    margin-bottom: 30px !important;
}

#dashboardList .bg-warning {
    background-color: #006F4C !important;
    color: white;
}

#dashboardList {
    column-count: 1;
    column-gap: 1rem;
}

@media (min-width: 768px) {
    #dashboardList {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    #dashboardList {
        column-count: 2;
    }
}

#dashboardList>div {
    break-inside: avoid;
    margin-bottom: 1rem;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navmenu a,
.navmenu a:focus, .navbar-expand-lg .navbar-nav .nav-link {
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
}

body > div.context > div > div.border-start.ps-2.d-flex.flex-column > h5 > a {
    font-weight: 700;
}

/* Navmenu - Desktop */

@media (min-width: 1200px) {

.topmenu-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1450px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#librebooking-navigation {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1450px;
    margin-left: auto !important;
    margin-right: auto !important;
}


    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 15px;
        font-size: 16px;
        font-family: var(--nav-font);
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-hover-color);
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}


/* Navmenu - Mobile */

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        display: none;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
        display: none;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/

.footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
}

.footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
    text-decoration: none !important;
    padding: 0 !important;
        font-family: 'Raleway', sans-serif !important;

}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
}


.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    display: inline-block;
    line-height: 1;
        text-decoration: none;

}

.footer .footer-links ul a:hover {
    color: var(--accent-color);
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px;
}