/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.15.1764012253
Updated: 2025-11-24 19:24:13
*/

/* Algemene tabelstijl */

html, body {
    height: 100%;
    margin: 0;
}

/* Astra hoofdcontainer */
#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Inhoud mag groeien */
#content {
    flex: 1;
}

/* Footer altijd onderaan */
.site-footer {
    margin-top: auto;
}



.leerkracht-dashboard-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 5px 0 0;
    background-color: #0067FF;
    color: #fff;
    text-decoration: none !important; /* belangrijk! */
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.leerkracht-dashboard-btn:hover {
    background-color: #004bb5;
    text-decoration: none !important; /* hover ook geen onderstreping */
}


.leerkracht-dashboard table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Table header */
.leerkracht-dashboard table thead {
    background-color: #4A90E2;
	font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.leerkracht-dashboard table thead th {
    padding: 12px 15px;
    text-align: left;
}

/* Table body */
.leerkracht-dashboard table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s;
}

.leerkracht-dashboard-table tbody tr:hover {
    background-color: #eaf2ff;       /* duidelijker blauw */
    box-shadow: inset 4px 0 0 #4A90E2; /* blauwe linkerrand */
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}


.leerkracht-dashboard-table td a {
    font-weight: bold; /* leerlingennamen vetgedrukt */
}

/* Table cells */
.leerkracht-dashboard table tbody td {
    padding: 10px 15px;
    color: #333;
}

/* Afwisselende kleuren */
.leerkracht-dashboard table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Links in tabel */
.leerkracht-dashboard table a {
    color: #4A90E2;
    text-decoration: none;
}

/* Correct beantwoorde vraag */
.leerkracht-dashboard-table tbody tr.vraag-juist,
.leerkracht-dashboard-table tbody tr.vraag-juist:nth-child(even) {
    background-color: #e8f7ec;
}

/* Fout beantwoorde vraag */
.leerkracht-dashboard-table tbody tr.vraag-fout,
.leerkracht-dashboard-table tbody tr.vraag-fout:nth-child(even) {
    background-color: #fdeaea;
}

/* Hover */
.leerkracht-dashboard-table tbody tr.vraag-juist:hover {
    background-color: #dff2e5;
}

.leerkracht-dashboard-table tbody tr.vraag-fout:hover {
    background-color: #f9dede;
}


.leerkracht-dashboard table a:hover {
    text-decoration: underline;
}

.leerkracht-dashboard-header {
    display: flex;
    justify-content: space-between; /* schoolnaam links, zoekbalk rechts */
    align-items: center;
    margin-bottom: 15px;
}

.leerkracht-dashboard-schoolnaam {
    font-size: 18px;
    color: #555;
}

.leerkracht-dashboard-zoek {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 250px;
}

#leerlingZoek {
    position: absolute;
    top: 0;        /* 0px vanaf bovenkant dashboard */
    right: 0;      /* 0px vanaf rechterkant dashboard */
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
}

.leerkracht-dashboard-titlebar {
    display: flex;
    align-items: center;        /* ⬅️ verticaal perfect uitlijnen */
    justify-content: space-between;
    margin-bottom: 15px;
}

.leerkracht-dashboard-titlebar h2 {
    margin: 0;                  /* ⬅️ verwijdert Astra margin */
    line-height: 1.2;           /* ⬅️ voorkomt zakken */
}

.quiz-score-placeholder {
    display: flex;              /* ⬅️ zelfde baseline */
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 20px;
    background-color: #eef4ff;
    color: #004bb5;
    white-space: nowrap;        /* ⬅️ nooit onder elkaar */
}

/* Nooit onderstrepen in dashboard-tabellen */
.leerkracht-dashboard-table a,
.leerkracht-dashboard-table a:hover,
.leerkracht-dashboard-table a:focus,
.leerkracht-dashboard-table a:active {
    text-decoration: none !important;
}

.leerkracht-dashboard-table tr.klikbare-rij {
    cursor: pointer;
}

.leerkracht-dashboard-table tr.klikbare-rij:hover {
    background-color: #e3efff;
    transform: translateX(2px);
}

.leerkracht-dashboard-table a {
    text-decoration: none;
    color: inherit;
}

.leerkracht-dashboard-table thead th {
    position: relative; /* nodig voor absolute positionering van span */
}

.leerkracht-dashboard-table thead th span {
    position: absolute;
    right: 8px;      /* afstand van de rechterkant */
    top: 50%;         /* midden verticaal */
    transform: translateY(-50%);
    font-size: 18px;  /* pijltje kleiner */
    pointer-events: none; /* voorkomt dat klikken op pijltje de sortering blokkeert */
}



