* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.issDisabled {
    color: orange;
    font-weight: bold;
    cursor: none;
    /* cursor: not-allowed; */
    opacity: 0.5;
    text-decoration: none;
}

body {
    max-height: 100vh;
    background-color: #07082a;
}

html {
    font-family: "arial";
    font-size: 0.95rem;
    padding: 0px;
}

div {
    box-sizing: border-box;
}
a.txd-none {
    text-decoration: none;
}

a#MRT {
  text-decoration: none;
  cursor: pointer;
}


/* --- START CSS GRID SYSTEM --------------------------------------------------------------------------- */

    /* top */
    gr-cnt-top { 
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 100%;
    }


    gr-item-top {  
        display: flex;            
        align-items: center;      
        justify-content: center;  
    }

    gr-cnt-top {
	    background-color: #07082a;
	    padding: 0px 0px 1.4px 0px;
	    border-bottom: 0px solid lightsteelblue;
    }    
    gr-item-top#menu-T1 {

        grid-row: 1;
        grid-column: 1/2;
        padding-bottom: 0px;
    }

    gr-cnt-top-2 { 
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 100%;
    }


    gr-item-top-2 {  
        display: flex;            
    }

    gr-item-top-2 {
        background-color: #3b578f;
        color: #07082a;
        font-size: 1.2rem;
        font-weight: 400;
	    border-bottom: 0px solid lightsteelblue;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    gr-item-top-2#mcf-item-1 {
        justify-content: center;  
    }

    /* mcf */
    gr-cnt-mcf1 { 
        display: grid;
        grid-template-columns: 0.45fr 0.1fr 0.45fr;
        grid-auto-rows: 100%;
        height: 30px;
    }
    gr-cnt-mcf1 {
    	padding-bottom: 8px;
    	width: 100%;
    	margin-top: 5px;
    	height: 30px;
    }
    gr-item-mcf1 {  
        display: flex;                     
    }
    gr-item-mcf1 {
        background-color: #07082a;
    }

    gr-item-mcf1#mcf-item-1 {
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 4px;
        justify-content: right;
    }
    gr-item-mcf1#mcf-item-2 {
        grid-row: 1;
        grid-column: 2/3;
        margin-top: 4px;
        justify-content: center;
        color: orange;
        font-size: 1.2rem;
        font-weight: 400;
	margin-left: 6px;
	margin-right: 6px;
    }
    gr-item-mcf1#mcf-item-3 {
        grid-row: 1;
        grid-column: 3/4;
        margin-top: 4px;
        justify-content: left;
    }

    gr-cnt-mcf2 { 
        display: grid;
        grid-template-columns: 0.45fr 0.1fr 0.45fr;
        grid-auto-rows: 100%;
        height: 30px;
    }
    gr-cnt-mcf2 {
    	padding-bottom: 8px;
    	width: 100%;
    	margin-top: 5px;
    	height: 30px;
    }
    gr-item-mcf2 {  
        display: flex;            
    }
    gr-item-mcf2 {
        background-color: #07082a;
    }

    gr-item-mcf2#mcf-item-1 {
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 4px;
        justify-content: right;
    }
    gr-item-mcf2#mcf-item-2 {
        grid-row: 1;
        grid-column: 2/3;
        margin-top: 4px;
        justify-content: center;
        color: orange;
        font-size: 1.2rem;
        font-weight: 400;
	margin-left: 6px;
	margin-right: 6px;
    }

    gr-item-mcf2#mcf-item-3 {
        grid-row: 1;
        grid-column: 3/4;
        margin-top: 4px;
        justify-content: left;
    }

    gr-cnt-mcf3 { 
        display: grid;
        grid-template-columns: 0.45fr 0.1fr 0.45fr;
        grid-auto-rows: 100%;
        height: 30px;
    }
    gr-cnt-mcf3 {
    	padding-bottom: 8px;
    	width: 100%;
    	margin-top: 5px;
    	height: 30px;
    }
    gr-item-mcf3 {  
        display: flex;            
    }
    gr-item-mcf3 {
        background-color: #07082a;
    }

    gr-item-mcf3#mcf-item-1 {
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 4px;
        justify-content: right;
   	    border-bottom: 0px solid lightsteelblue;
        margin-bottom: -14px
    }
    gr-item-mcf3#mcf-item-2 {
        grid-row: 1;
        grid-column: 2/3;
        margin-top: 4px;
        justify-content: center;
        color: orange;
        font-size: 1.2rem;
        font-weight: 400;
   	    border-bottom: 0px solid lightsteelblue;
        margin-bottom: -14px;
	margin-left: 6px;
	margin-right: 6px;
    }

    gr-item-mcf3#mcf-item-3 {
        grid-row: 1;
        grid-column: 3/4;
        margin-top: 4px;
        justify-content: left;
   	    border-bottom: 0px solid lightsteelblue;
        margin-bottom: -14px
    }

    /* mcf-ptn */
    gr-cnt-ptn { 
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 100%;
        height: 700px;
    }
    gr-cnt-ptn {
    	padding-bottom: 8px;
    	width: 100%;
    	margin-top: 15px;
    	height: 700px;
    	align-items: self-start;
    }
    gr-item-ptn {  
        display: flex;                     
    }
    gr-item-ptn {
        background-color: #07082a;
    }

    gr-item-ptn#ptn-item {
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 4px;
        justify-content: center;
    }


    /* bot */
    gr-cnt-bot { /* config stuff */
        display: grid;
        /* grid-template-columns: 0.8fr 0.5fr 0.5fr 0.5fr 0.5fr 0.8fr 0.8fr; */
        grid-template-columns: 0.8fr 0.5fr 0.5fr 0.5fr 0.5fr 0.8fr;
        /* grid-auto-rows: 14%; */
        grid-auto-rows: 100%;
        height: 35px;
    }

    gr-item-bot {
        display: flex;            
        align-items: center;      
        justify-content: center;  
    }

    gr-item-bot { /* display stuff */
        background-color: #07082a;
        color:  lightsteelblue;
        font-weight: normal;
    }


    gr-cnt-bot {
    	background-color: #07082a;
    	width: 100%;
    }

    gr-item-bot#menu-L0 {
        grid-row: 1;
        grid-column: 1/2;
    }
    gr-item-bot#menu-L1 {
        grid-row: 1;
        grid-column: 2/3;
    }
    gr-item-bot#menu-L2 {
        grid-row: 1;
        grid-column: 3/4;
    }
    gr-item-bot#menu-R1 {
        grid-row: 1;
        grid-column: 4/5;
        padding-top: 0px;
    }
    gr-item-bot#menu-R2 {
        grid-row: 1;
        grid-column: 5/6;
    }
    gr-item-bot#menu-R0 {
        grid-row: 1;
        grid-column: 6/7;
    }



label.lbl-top,
label.lbl-me {
	font-weight: 300;
	/* padding: 0px 0px 0px 0px; */
	padding-right: 7px;
	padding-left: 0px;
    padding-top: 0px;
	background-color: #07082a;
	color: lightsteelblue;
}

label.lbl-mx {
	font-weight: 300;
	padding: 0px 0px 0px 0px;
	padding-right: 7px;
	padding-left: 0px;
	background-color: #07082a;
	color: orange;
}

label.lbl {
	font-weight: bold;
	padding: 5px 21px 3px 12px;
	background-color: #07082a;
	color: orange;
    padding: 5px 2px 5px 4px;
}
label.lbl2 {
	background-color: #07082a;
	color: orange;
	padding: 1px 2px 1px 2px;
}

select {
	padding: 0px 6px;
	color: darkred;
	font-weight: 400;
    border: 1px;
	border-radius: 8px;
	background-color: orange;
	font-size: 0.9rem;
}
select.wed-uitslag {
	padding: 0px 5px 0px 5px;
	color: red;
	font-weight: 400;
	border-radius: 8px;
	background-color: orange;
	font-size: 0.9rem;
	/* padding-bottom: 1px; */
	height: 20px;
	margin-top: 3px;
}

select#kiesMenuExtra {
	background-color: lightsteelblue;
	width: 295px;
	border-radius: 9px;
    height: 22px;
}

label.lbl-top-2 {
	font-weight: normal;
    background-color: #3b576f;
    color: wheat;
}
label.lbl-top-3x {
	font-weight: normal;
	background-color: #3b576f;
	color: wheat;
}
label.lbl-top-3 {
	font-weight: normal;
	background-color: #3b576f;
	color: wheat;
	margin: 5px 5px;
}

label.lbl-top-4 {
	font-weight: normal;
	color: wheat;
	padding-right: 5px;
	padding-bottom: 3.5px;
}
/* select:visited {
    background-color: green;
} */

select#kiesRLJaar {   
    width: 65px;
}
select#kiesSeizoen {   
    width: 83px;
}
select#kiesLeeftijdsGroep {   
    width: 88px;
}
select#kiesCategorie {   
    width: 164px;
}
select#kiesLeeftijdsGroep2 {
	width: 88px;
	background-color: orange;
	color: #07082a;
	margin: 2px 0px 5px 0px;
}

/* Geen Firefox
select#kiesRLJaar.select-box optgroup {
    background-color: yellow;
    color: black;
}
select#kiesRLJaar.select-box option {
    background-color: black;
    color: yellow;
} */

gr-item-top#menu-T1 {
	color: orange;
	font-weight: bold;
	font-size: 1.15rem;
	justify-content: center;
	height: 32px;
}

gr-item-bot#menu-L1 {
    background-color: #07082a;
}
gr-item-bot#menu-L2 {
    background-color: #07082a;
}
gr-item-bot#menu-R1 {
    background-color: #07082a;
}
gr-item-bot#menu-R2 {
    background-color: #07082a;
}
gr-item-mid#menu-T2 {
    background-color: #07082a;
}
gr-item-mid#menu-T3 {
    background-color: #07082a;
    /* height: 27px; */
}

grid-item-bot.fbx-2 {
	/* flex-wrap: wrap;
	text-align: left; 
	padding: 2px 2px;
	background-color: #07082a;
	border-radius: 9px;
	margin-left: 5px; 
	margin-top: 0px;
	margin-bottom: 0px;
    color: orange; */
} 

/* og */
gr-cnt-og { /* config stuff */
    display: grid;
    grid-template-columns:  3fr 1fr 1fr 1fr 1fr 1fr 1fr 3fr;
    grid-auto-rows: 100%;
    margin-top: -4px;
}

gr-item-og.OG1, gr-item-og.OG3, gr-item-og.OG5  { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}
gr-item-og.OG2, gr-item-og.OG4, gr-item-og.OG6 { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}

gr-cnt-og { /* display stuff */
	background-color: lightsteelblue;
    margin-top: 1px;
}
gr-item-og.OG1, gr-item-og.OG3, gr-item-og.OG5 { /* display stuff */
    color: #07082a;
    font-weight: 300;
}
gr-item-og.OG2, gr-item-og.OG4, gr-item-og.OG6 { /* display stuff */
    color: #07082a;
    font-weight: 300;
}
/* gr-item-og#og-1,
gr-item-og#og-2,
gr-item-og#og-3,
gr-item-og#og-4,
gr-item-og#og-5,
gr-item-og#og-6 {
    padding-top: 2px;
    padding-bottom: 2px;
} */

gr-item-og.OG1, gr-item-og.OG3, gr-item-og.OG5 {
   
   /* background-color: green;
    padding-top: 2px;
    padding-bottom: 2px; */

}
gr-item-og.OG2, gr-item-og.OG4, gr-item-og.OG6 {
    
    /* background-color: blue; 
    padding-top: 2px;
    padding-bottom: 2px; */

}

gr-item-og.X {
    /* height: 27px; */
    /* background-color: lightsteelblue; */
}    
label.lbl-og {
	font-weight: 600;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: darkred;
}

/* cr */
gr-cnt-cr { /* config stuff */
    display: grid;
    grid-template-columns:  2fr 1fr 1fr 1fr 2fr;
    grid-auto-rows: 100%;
}
gr-cnt-cr { /* display stuff */
	background-color: #3b576f;
    height: 27px;
}
gr-item-cr { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}

gr-cnt-cr-sz { /* config stuff */
    display: grid;
    grid-template-columns:  1fr;
    grid-auto-rows: 100%;
    display: none;
}

gr-cnt-cr-sz { /* header  line separated */
	background-color: #3b576f;
    height: 27px;
    display: none;
}

/* gr-item-cr-sz { 
    display: flex;            
    align-items: center;      
    justify-content: center;  
    display: none;
}

gr-item-cr-sz#cr-sz-container {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    display: none;
}
*/

gr-item-cr.Z {
    height: 27px;
    display: block;
}    
gr-item-cr { /* display stuff */
    color: wheat;
    font-weight: 300;
    border-bottom: 0px solid #07082a;
}

gr-item-cr#cr-sz-container {
    display: flex;
}


gr-item-cr#cr-gsl-container {
    /* background-color: green; */
    padding-top: 5.5px;
    padding-bottom: 2.5px;
    padding-left: 4px;
}
gr-item-cr#cr-lft-container {
    /* background-color: green; */
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 4px;
}


/* ------------------------------------------------------------------------------ */
/* Onderdeel omgeving conform vorige versie met flexbox */

.ond-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/* border-bottom: 1px solid #07082a; */
	background-color: #07082a;
	color: orange;
	/* padding-top: 1px; */
	margin: 0rem auto 0rem auto;
	/* padding-bottom: 1px; */
}

.pres-container {
    /* justify-content: space-evenly; /* options: flex-start, flex-end, space-around, space-between, space-evenly */
    /* flex-direction: row; /* default row aka horizontaal: kan ook worden weggegelaten! 2e optie: column aka dus vertikaal*/
    /* border-bottom: 2px solid orange; */
    background-color: #07082a;
    color: wheat;
    padding-top: 0px;
    padding-bottom: 1px;
}
.table-container-3 {
	display: flex;
	margin: 0.16rem auto;
	background-color: #07082a;
}

.cr-container2 {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 1fr 3fr;
	grid-auto-rows: 100%;
	height: 27px;
	background-color: #3b576f;
	margin: 0.1rem auto;
	padding-top: 0.06px;
	border: 0px solid orange;
}

gr-item-og { /* config stuff */
    display: flex;            
    align-items: center;      
    justify-content: center;  
}


div#cr-cat-container {
    display: flex;
    margin: 0.9rem auto 0.8rem auto;
    background-color: #07082a;
    padding: 0px;
    border: 0px solid blue;
    justify-content: center;
}

div#med-cat-container {
    display: flex;
    margin: 0rem auto 0.4rem auto;
    background-color: #07082a;
    padding: 0px;
    border: 0px solid blue;
    justify-content: center;
}

div#cr-gsl-container {
    display: flex;            
    align-items: center;      
    justify-content: center;  
    /* width: 500px;
    text-align: left; */
}
div#cr-lft-container {
    display: flex;            
    align-items: center;      
    justify-content: center;  
    /* width: 500px;
    text-align: left; */
}

#item-4 {
	display: flex;
	justify-content: flex-end;
	padding: 0rem 0rem;
	width: 200px;
	/* border-right: solid 1px #d9d9d9; */
	background-color: transparent;
	color: #07082a;
	height: 22px;
	margin-top: 3.5px;
}

div#cr-sz-container {
    display: flex;            
    align-items: center;      
    justify-content: center;  
	padding: 4px 0px;
	color: wheat;
}

span#sz1 {
    color: tomato;
    font-weight: 600;
}
/*
button.XV {
	border: 1px solid wheat;
	background-color: wheat;
	border-radius: 10px;
	height: 23px;
	padding: 0px 5px 0px 5px;
	margin-left: 5px;
	margin-right: 6px;
}
*/

button.XV {
	border: 0px solid lightsteelblue;
	background-color: lightsteelblue;
	color: darkred;
	border-radius: 9px;
	height: 23px;
	/* padding: 0px 4px 0px 2px; */
	margin-top: 0px;
}

button.XVB {
        border: 0px solid lightsteelblue;
        background-color: wheat;
        color: darkred;
        border-radius: 9px;
        height: 23px;
	padding: 0px 6px 2px 6px;
        margin-top: 0px;
} 

button.XV a, button.XVB a {
    text-decoration: none;
	color: darkred;
}


span#xv_ai {
    color: lightsteelblue;
}

.flex-table {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border-left: solid 0px #d9d9d9;
    transition: 0.1s;
    border-right: solid 0px #3cae08;
}
.flex-table:hover {
    background-color: transparent;
}

.flex-table:first-of-type {
	/* border-top: solid 0px #07082a;
	border-right: solid 0px #3cae08;
	border-left: solid 0px #3cae08; */
    border-bottom: solid 1px #07082a;
    margin-top: 6px;
}
.flex-table:first-of-type:hover {
    background-color: transparent;
}
.flex-table:last-of-type:hover {
    background-color: transparent;
}

.flex-row {
    width: calc(100% / 5);
    text-align: center;
    padding: 0.13rem 0rem 0rem 0rem;
    border-right: solid 1px darkgoldenrod; 
    border-bottom: solid 1px #07082a;
    background: #07082a;
    /* height: 23px; */
}

.flex-row3 {
	/* flex-wrap: wrap; */
	text-align: left;
	padding: 0.2em 0.35em;
	background-color: #07082a;
	border-radius: 7px;
	margin-left: 5px;
	margin-top: 1px;
	/* margin-bottom: 4px; */
}
.flex-row3a {
    flex-wrap: wrap;
    /* width: calc(100% / 3); */
    text-align: left;
    padding: 0.1em 0.1em;
    /* border-right: solid 1px #d9d9d9; */
    background-color: orange;
    color: black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.flex-row3b {
    flex-wrap: wrap;
    /* width: calc(100% / 3); */
    text-align: left;
    padding: 0.1em 0.1em;
    /* border-right: solid 1px #d9d9d9; */
    background-color: orange;
    color: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flex-table:first-of-type .flex-row { /* header row th's binnen tr */
    /* background: #f3d705; */
    color: blue;
    border-color: red;
}

.flex-table.row:nth-child(odd) .flex-row { /* oneven records*/
    background: #3b576f;
}
.flex-table.row:nth-child(even) .flex-row { /* even records*/
    background: #07082a;
}

.flex-table:hover, 
.flex-table.row:nth-child(odd):hover .flex-row {
    background: brown;
    transition: 300ms;
}
.flex-table:hover, 
.flex-table.row:nth-child(even):hover .flex-row {
    background: brown;
    transition: 300ms;
}

.flex-table.row:last-of-type .flex-row {
	border-bottom: 1px solid darkgoldenrod;
}


/* rechts */
.flex-table-R {
    display: flex;
    flex-flow: row wrap;
    border-left: solid 0px #d9d9d9;
    transition: 0.1s;
    border-right: solid 0px #3cae08;
    justify-content: center;
    margin-top: -5px;
}

.flex-table-R:hover {
    background-color: transparent;
}

.flex-table-R:first-of-type {
	border-top: solid 0px #07082a;
	border-right: solid 0px #3cae08;
	border-left: solid 0px #3cae08;
    border-bottom: solid 0px #07082a;
}
.flex-table-R:first-of-type:hover {
    background-color: transparent;
}
.flex-table-R:last-of-type:hover {
    background-color: transparent;
}
/* einde rechts */

.flex-row6 {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* width: calc(100% / 1); */
	text-align: left;
	padding: 0.15em 0.15em;
	/* border-right: solid 1px #d9d9d9; */
	background-color: #07082a;
	color: orange;
	margin-top: 2px;
}



.flex-row16 {
	/* display: flex; */
	flex-wrap: wrap;
	/* width: calc(100% / 1); */
	text-align: left;
	padding: 0rem 0.1rem 0rem 0.1rem;
	/* border-right: solid 1px #d9d9d9; */
	background-color: #07082a;
	color: orange;
	/* margin-top: 4px; */
}

.flex-row17 {
	/* display: flex; */
	flex-wrap: wrap;
	/* width: calc(100% / 1); */
	text-align: left;
	padding: 0rem 0.1rem 0rem 0.1rem;
	/* border-right: solid 1px #d9d9d9; */
	background-color: #06082a;
	color: orange;
	/* margin-top: 4px; */
}

.button-ond {
	padding: 1px 3px;
	border-radius: 8px;
	border: solid 0px cyan;
	text-decoration: none;
	color: #07082a;
	background-color: orange;
	/* margin-left: 3px; */
}
/* EINDE ond-container */

/* START pres-container */

.flex-row2 {
    width: calc(100%);
    text-align: center;
    padding: 0.15em 0.15em;
    font-weight: 600;
    background-color: orange;
    color: darkred;
    margin-bottom: 0px;
}
.flex-row7 {
    text-align: center;
    padding: 0.1em 0.1em;
    border-right: solid 1px #07082a; 
    border-bottom: solid 1px darkgoldenrod;
    background: darkgoldenrod;
    color: #07082a;
    font-weight: 600;
}
/* overgenomen 10blv3 prd 20250630 */

table#prestaties {
	/* display: flex; */
	/* flex-flow: row wrap; */
	/* justify-content: center; */
	/* float: left; */
	width: 100%;
	/* margin-top: 12px; ??????????????????????????? probleem in top lijnen
	/* margin-bottom: 7px; */
	border-bottom: 0px solid lightsteelblue;
	/* background-color: #07082a; */
	color: wheat;
    font-size: 0.9rem;
}


div#kop {
	border-bottom: 0px solid #07082a;
}

/*---------------------------- U -------------------------------*/
table.tableSectieU {
    display: table;
    width: 100%;
}
table.tableSectieU tbody {
    overflow: auto;
    max-height: 33vh;
    text-align: center;
}

table.tableSectieU thead {
    text-align: center;
}


table.tableSectieU thead.hd {
    text-align: center;
    background-color: lightsteelblue;
}
table.tableSectieU thead tr {
    background-color: lightsteelblue;
    color: #07082a;
    border-bottom: 0px solid orange;
    border-top: 0px solid orange;
}
table.tableSectieU thead.hd tr {
	color: #07082a;
}

table.tableSectieU tbody {
    /* rflow: auto;
    height: 536px; */
    background-color: #07082a;
}
table.tableSectieU tr {
    width: 100%;
    display: table;
    text-align: center;
}

table.tableSectieU tr.BG_color {
    background-color: #3b576f;
    border-bottom: 0px solid cyan;
    font-weight: normal;
}

table#prestaties.table.tableSectieU > tbody > tr.BG_color_2 > td#col_1b_U > a, 
table#prestaties.table.tableSectieU > tbody > tr.BG_color > td#col_1b_U > a {
	text-decoration: none;
	color: #07082a;
	padding: 1px 2px;
	background-color: orange;
	border-radius: 6px;
}
table#prestaties.table.tableSectieU > tbody > tr.BG_color_2 > td#col_1b_U > a:hover,
table#prestaties.table.tableSectieU > tbody > tr.BG_color   > td#col_1b_U > a:hover { 
    text-decoration: none;
    color: red;
}

table.tableSectieU tr.BG_color_2 {
    background-color: #07082a;
    border-bottom: 0px solid cyan;
    font-weight: normal;
}

table.tableSectieU th#col_1b_U {
    width: 16%;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieU th#col_2b_U {
    width: 22%;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieU th#col_3b_U {
    width: 20%;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieU th#col_4b_U {
    width: 15%;
    text-align: center;
}
table.tableSectieU th#col_5b_U {
    width: 27%;
    text-align: center;
    border-right: solid 2px #07082a;
}

table.tableSectieU td#col_1b_U {
    width: 16%;
    text-align: center;
    font-weight: normal;
    border-right: solid 1px wheat;
    padding: 3px 3px;
}
table.tableSectieU td#col_2b_U {
    width: 22%;
    font-weight: normal;
    text-align: center;
    border-right: solid 1px wheat;
}
table.tableSectieU td#col_3b_U {
    width: 20%;
    font-weight: normal;
    text-align: center;
    border-right: solid 1px wheat;
}
table.tableSectieU td#col_4b_U {
    width: 15%;
    text-align: center;
}
table.tableSectieU td#col_5b_U {
    width: 27%;
    font-weight: normal;
    text-align: center;
    border-right: solid 1px wheat;
}

table.tableSectieU td#col_5b_1_U {
    background-color: gold;
    color: black; 
}
table.tableSectieU td#col_5b_2_U {
    background-color: #c0c0c0;
    color: black;
}
table.tableSectieU td#col_5b_3_U {
    background-color: #cd7f32;
    color: black;
}

caption {
    text-align: center;
    color: orange;
    background-color: #07082a;
    font-weight: 100;
    padding: 4px 4px 6px 4px;
}
caption#tnaam {
    /* border: 0px solid #1B3163;  borders around the cells */
    background-color: orange;
    color: #07082a;
    caption-side: top;
    margin-top: -4px;
    margin-bottom: 0px;
    font-weight: bold;
    border-top: 0px solid lightsteelblue;
    height: 22px;
    padding-top: 2px;
    padding-bottom: 3px;
}


table.tableSectieU tr.BG_color_2:last-of-type {
	border-bottom: 1px solid wheat;
    
}


table.tableSectieU tr.BG_color_odd:last-of-type {
    border-top: 1px dotted green;
}
table.tableSectieU tr.BG_color_even {
    border-bottom: 1px dotted red;
}
table.tableSectieU tr.BG_color_odd {
	border-top: 1px solid blue;
}


/* table.tableSectieU tr:first-of-type {
	border-top: 0px solid red;
} */

table.tableSectieU tr:last-of-type {
	border-bottom: 1px solid wheat;
}

table.tableSectieU th.kop {
    background-color: lightsteelblue;
    border-bottom: solid 1px lightsteelblue;
}


/*---------------------------- Ub -------------------------------*/
table.tableSectieUb {
    display: table;
    width: 100%;
}
table.tableSectieUb thead, table.tableSectieUb tbody {
    float: left;
    width: 100%;
}
table.tableSectieUb thead tr {
    background-color: lightsteelblue;
    color: white;
    border-bottom: 2px solid transparent; /* Baanrecord */
}
table.tableSectieUb tbody {
    overflow: auto;
    height: 536px;
}
table.tableSectieUb tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieUb tr.BG_color {
    background-color: #3b576f;
    border-bottom: 0px solid cyan;
    font-weight: normal;
}

table.tableSectieUb tr.BG_color_2 {
    background-color: #07082a;
    border-bottom: 0px solid cyan;
    font-weight: normal;
}


table.tableSectieUb th#col_1b_U {
    width: 25%;
    padding-left: 4px;
    color: #07082a;
    text-align: center;
    border-right: solid 2px #07082a;
}

table.tableSectieUb th#col_2b_U {
    width: 27%;
    color: #07082a;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieUb th#col_3b_U {
    width: 14%;
    color: #07082a;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieUb th#col_4b_U {
    width: 18%;
    color: #07082a;
    text-align: center;
    border-right: solid 2px #07082a;
}
table.tableSectieUb th#col_5b_U {
    width: 16%;
    color: #07082a;
    text-align: center;
    border-right: solid 1px #07082a;
}

table.tableSectieUb td#col_1b_U {
    width: 25%;
    text-align: center;
    border-right: 1px solid wheat;
}
table.tableSectieUb td#col_2b_U {
    width: 27%;
    text-align: center;
    padding-bottom: 2px;   
    border-right: 1px solid wheat;
}
table.tableSectieUb td#col_3b_U {
    width: 14%;
    text-align: center;
    border-right: 1px solid wheat;
}
table.tableSectieUb td#col_4b_U {
    width: 18%;
    text-align: center;
    border-right: 1px solid wheat;
}
table.tableSectieUb td#col_5b_U {
    width: 16%;
    text-align: center;
    
}
table.tableSectieUb td#col_1z_U {
    width: 30%;
    text-align: center;
    border-right: 0px solid wheat;
}
table.tableSectieUb tr:last-of-type {
	border-bottom: 1px solid wheat;
}
tr#colrow {
	border-bottom: 3px solid #07082a;
}
table.tableSectieUb tr:last-of-type td#col_1b_U {
	text-align: center;
    /* border-right: 1px solid wheat; */
}
.flex-cell {
    width: calc(100% / 5);
    text-align: center;
    padding: 0.5em 0.5em;
    border-right: solid 1px #d9d9d9;
}

.flex-cell-colA1 {
    width: 4%;
}
.flex-cell-colA2 {
    width: 49%;
}
.flex-cell-colA3 {
    width: 13%;
}
.flex-cell-colA4 {
    width: 19%;
}
.flex-cell-colA5 {
    width: 15%;
    border-right: solid 0px white; 
}
.flex-cell-colB1 {
    width: 4%;
}
.flex-cell-colB2 {
    width: 43%;
}
.flex-cell-colB3 {
    width: 12%;
}
.flex-cell-colB4 {
    width: 9%;
}
.flex-cell-colB5 {
    width: 17%;
    font-weight: 100;
}
.flex-cell-colB6 {
    width: 15%;
    border-right: solid 0px white;
}
.flex-row.flex-cell-colH2 {
    width: 37%;
    color: black;
}
.flex-row7.flex-cell-colH9 {
    width: 49%;
    color: #07082a;
}
.flex-row7.flex-cell-colH8 {
    width: 19%;
    color: #07082a;
}
.flex-row7.flex-cell-colH7 {
    width: 17%;
    color: #07082a;
}
.flex-row7.flex-cell-colH6 {
    width: 43%;
    color: #07082a;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0.2rem;
    white-space: nowrap;
    max-width: 100%;
    min-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9rem;
}

.ui-widget.ui-widget-content {
    border: 1px solid #07082a;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	text-align: center;
	border: 2px solid orange;
}

.ui-widget-header {
	background: orange;
	color: #07082a;
	font-weight: bold;
	/* width: 400px; */
}

.ui-widget-content {
    background: wheat;
    color: #07082a;
    font-size: 0.9rem;
}

.ui-icon-closethick a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #b90f0f;
    background-color: black;
    border: 1px solid black;
}

table#tab_mk_info, table#tab_wed_info, table#tab_ond_info {
    width: 100%;
    text-align: center;
}
table#tab_wed_info {
    text-align: left;
}

td.mk-data, td.wed-data, td.ond-data, td.msg-data {
    border-bottom: solid 1px #07082a;
    padding-left: 3px;
    padding-right: 3px;
}
td.mk-data a, td.wed-data a, td.msg-data {
    text-decoration: none;
}
table#msgU {
    width: 100%;
    padding-left: 10px;
}

div#mk_atl_info, 
div#mk_wed_datum_info,
div#ond_cat_oms,
div#msg_info {
    color: orange;
    background-color: #07082a;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    text-align: center;
}

div#ajaxDialog {
	min-height: 50px; 
	max-height: 200px; 
	height: 100px;
	width: 150px;
}

.button-meerkamp, 
.button-wed-datum,
.button-historie {
	padding: 0px 6px 0px 6px;
	-webkit-border-radius: 6px;
	border-radius: 7px;
	color: #07082a;
	background-color: orange;
	height: 18px;
	font-size: 0.85rem;
	cursor: pointer;
	border: solid 0px orange;
    margin: 3px 3px;
}
.button-ster {
	padding: 0px 3px 2px 3px;
	-webkit-border-radius: 6px;
	border-radius: 7px;
	color: #07082a;
	background-color: orange;
	height: 16px;
	font-size: 0.9rem;
	cursor: pointer;
	border: solid 0px orange;
}

.button-wed-datum2 {
	padding: 0px 6px 0px 6px;
	-webkit-border-radius: 6px;
	border-radius: 7px;
	text-decoration: none;
	color: red;
	background-color: lightsteelblue;
	height: 18px;
	font-size: 0.9rem;
	cursor: pointer;
	border: solid 0px cyan;
}
input.ogroep {
	height: 18px;
	margin-top: -2px;
}
input.atleet {
	background-color: lightsteelblue;
	border-radius: 9px;
	border: 0px;
	padding: 0px 6px 4px;
	color: darkred;
	width: 210px;
    height: 22px;
    font-size: 1.0rem;
}

::placeholder {
  color: darkred;
  opacity: 1; /* Firefox */
}


button#button-caption {
	padding: 0px 8px 2px 8px;
	border-radius: 10px;
	text-decoration: none;
	color: lightsteelblue;
	background-color: #07082a;
	height: 22px;
	cursor: pointer;
	border: solid 1px #07082a;
	font-weight: 600;
	font-size: 0.85rem;
}

/*-----------------------------------------------------------*/

/* wedstrijd uitslagen */

.jaar-maand-container {
	display: flex;
	/* flex-flow: row wrap; */
	justify-content: center;
	border-bottom: 0px solid orange;
	background-color: #3b576f;
	height: 27px;
}
.onav2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: -0.2rem;
    margin-bottom: 0.05rem;
}
.onav3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: -0.2rem;
    margin-bottom: 0.05rem;
}

.button-ond-R {
	display: flex;
	text-align: left;
	padding: 1.6px 5px;
	border-radius: 8px;
	border: solid 0px cyan; 
	text-decoration: none;
	color: #07082a;
	background-color: lightsteelblue;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 7px;
	/* height: 22px; */
}
button.button-ond-R a {
	text-decoration: none;
}
div.wed-datum-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 2px;
	margin-bottom: 16px;
	border-bottom: 0px solid orange;
	border-top: 0px solid orange;
}

.wed-table-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0.5rem auto;
    width: 100%;
    max-width: 1920px; 
    background-color: #07082a;
    color: orange;
}
div.wed-datum-pres-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/* background-color: aqua; */
	/* color: yellow; */
	/* height: 50px; */
	margin-top: 7px;
	margin-bottom: 5px;
	border-bottom: 0px solid lightsteelblue;
}

/*  Kopie voor andere tabellen */
table.tableSectieUb tbody tr:hover, 
table.tableSectieUb tbody tr.BG_color:nth-child(odd):hover,
table.tableSectieUb tbody tr.BG_color:nth-child(even):hover  {
    background: brown;
    transition: 300ms;
}
table.tableSectieUb tbody tr.BG_color2:nth-child(odd):hover,
table.tableSectieUb tbody tr.BG_color2:nth-child(even):hover {
    background: brown;
    transition: 300ms;
}
table.tableSectieU tbody tr:hover, 
table.tableSectieU tbody tr.BG_color:nth-child(odd):hover,
table.tableSectieU tbody tr.BG_color:nth-child(even):hover  {
    background: brown;
    transition: 300ms;
}
table.tableSectieU tbody tr.BG_color2:nth-child(odd):hover,
table.tableSectieU tbody tr.BG_color2:nth-child(even):hover {
    background: brown;
    transition: 300ms;
}

span#XV {
	padding: 0px 5px 0px 3px;
	margin-top: -1px;
	font-size: 1.0rem;
	font-weight: 900;
}

table#prestaties_1 {
	width: 100%;
	border-bottom: 0px solid lightsteelblue;
	color: wheat;
    font-size: 0.9rem;
}
table#prestaties_2 {
	width: 100%;
	border-bottom: 0px solid lightsteelblue;
	color: wheat;
    font-size: 0.9rem;
}
table#prestaties_3 {
	width: 100%;
	border-bottom: 0px solid lightsteelblue;
	color: wheat;
    font-size: 0.9rem;
}


div.scrollable_table > table#prestaties_1.table.tableSectieU  > tbody,
div.scrollable_table > table#prestaties_2.table.tableSectieU  > tbody,
div.scrollable_table > table#prestaties_3.table.tableSectieU  > tbody
{
    display: block;
    /* height: 300px; */
    overflow-y: auto;
    /* scroll-snap-type: y mandatory; */
}

/* div.scrollable_table > table.tableSectieU {
    width: 100%;
} */

table#prestaties_1.table.tableSectieU  > thead > tr#col_row {
	color: red;
    position: sticky;
    top: 0;
}
table#prestaties_2.table.tableSectieU  > thead > tr#col_row {
	color: red;
    position: sticky;
    top: 0;
}
table#prestaties_3.table.tableSectieU  > thead > tr#col_row {
	color: red;
    position: sticky;
    top: 0;
}

/* table#prestaties_1.table.tableSectieU  > thead > tr {
    scroll-snap-align:  start;
} */
/* Einde */

@media all and (max-width: 1550px) {


    button.XV {
    	border: 0px solid lightsteelblue;
    	background-color: lightsteelblue;
    	color: darkred;
    	border-radius: 9px;
    	height: 23px;
    	padding: 0px 4px 0px 2px;
    	margin-top: 0px;
    }

    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 0px;
    }

}


@media all and (max-width: 1460px) {
    

    gr-cnt-bot {
    	grid-template-columns: 0.2fr 0.5fr 0.5fr 0.5fr 0.5fr 0.2fr;
    }



}

@media all and (max-width: 1230px) {

    gr-cnt-bot {
    	grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    }

    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  0.4fr 1fr 1fr 1fr 0.4fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 0px;
    }

    gr-item-bot#menu-L0 {
        display: none;
        width: 0px; 
    }

    gr-item-bot#menu-L1 {
    	grid-row: 1;
    	grid-column: 1/2;
    	/* height: 27px;
    	padding-top: 4px;
    	padding-bottom: 4px; */
    }
    
    gr-item-bot#menu-L2 {
    	grid-row: 1;
    	grid-column: 2/3;
    	/* height: 27px;
    	padding-top: 4px;
    	padding-bottom: 4px; */
    }

    gr-item-bot#menu-R1 {
    	grid-row: 1;
    	grid-column: 3/4;
    	/* height: 27px;
    	padding-top: 4px;
    	padding-bottom: 4px; */
    }

    gr-item-bot#menu-R2 {
    	grid-row: 1;
    	grid-column: 4/5;
    	/* height: 27px;
    	padding-top: 4px;
    	padding-bottom: 4px; */
    }

    gr-item-bot#menu-R0 {
        display: none;
        width: 0px; 
    }

}
    
@media all and (max-width: 1000px) {

    html {
        font-size: 0.9rem;
        font-weight: normal;
    }

    
    gr-cnt-bot {
	    grid-template-columns: 0.4fr 0.4fr 0.5fr 0.5fr;
    }

    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  0fr 1fr 1fr 1fr 0fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 0px;
    }

    /*
    gr-cnt-og { 
        display: grid;
        grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: -7px;
    }
    */

    gr-cnt-og { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: 0px;
        margin-bottom: 2px;
    }

    gr-item-og.X {
        display: none;
    }    

    .table-container-3 {
	    margin-top: 0px;
    }

}

@media all and (max-width: 850px) {

    html {
        font-size: 0.90rem;
        font-weight: normal;
    }

    .table-container-3 {
	    margin-top: 0px;
    }


    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  0fr 1fr 1fr 1fr 0fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 0px;
    }

    gr-cnt-og { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: 0px;
    }

    gr-item-og.X {
        display: none;
    }    

    .table-container-3 {
	    margin-top: 0px;
    }

    gr-cnt-bot { /* config stuff */
        grid-template-columns: 0.3fr 0.3fr 0.4fr 0.5fr;
    }


}

@media all and (max-width: 700px) {

    html {
        font-size: 0.85rem;
        font-weight: normal;
    }

    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  0fr 0.9fr 1fr 1fr 0fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 0px;
    }

    gr-cnt-bot { /* config stuff */
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;        /* grid-auto-rows: 14%; */
    }

    gr-item-bot {
    	display: flex;
    	justify-content: center;
    }
    /* gr-cnt-bot {  
        background-color: #07082a;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 0px solid lightsteelblue;
        margin-bottom: 6px;
    } */

    gr-cnt-bot {
    	background-color: #07082a;
    	border-bottom: 0px solid lightsteelblue;
    }

    gr-item-bot { /* display stuff */
        background-color: #07082a;
        color:  lightsteelblue;
        font-weight: normal;
        border-bottom: 0px solid lightsteelblue;
    }


    gr-item-bot#menu-L1 {
    	grid-row: 1;
    	grid-column: 1/2;
    	height: 27px;
    	padding-top: 4px;
    	padding-bottom: 4px;
    }
    
    gr-item-bot#menu-L2 {
    	grid-row: 1;
    	grid-column: 2/3;
    	height: 27px;
    	padding-top: 4px;
    	padding-bottom: 4px;
    }

    gr-item-bot#menu-R1 {
    	grid-row: 2;
    	grid-column: 1/2;
    	margin-top: -8px;
    	height: 27px;
    }

    gr-item-bot#menu-R2 {
    	grid-row: 2;
    	grid-column: 2/3;
    	height: 27px;
    	margin-right: 10px;
    	margin-top: -8px;
    }

    button.XV {
    	border: 0px solid lightsteelblue;
    	background-color: lightsteelblue;
    	color: darkred;
    	border-radius: 9px;
    	height: 23px;
    	padding: 0px 4px 0px 2px;
    	margin-top: 0px;
    }


    gr-cnt-og { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: 20px;
    }

    gr-item-og.X {
        display: none;
    }    

    .ond-container {
    	display: flex;
    	flex-flow: row wrap;
    	justify-content: center;
    	/* border-bottom: 1px solid #07082a; */
    	background-color: #07082a;
    	color: orange;
    	padding-top: 1px;
    	margin-top; 16px;
    	padding-bottom: 1px;
    }

    input.atleet {
    	background-color: lightsteelblue;
    	border-radius: 8px;
    	border: 0px;
    	padding: 1px 4px;
    	color: darkred;
    	font-weight: 600;
    }

    select {
    	margin: 0px 0px 0px 0px;
    	padding: 1px 4px;
    	color: darkred;
    	font-weight: bold;
    	border-radius: 7px;
    	background-color: orange;
    	border: 0px;
    	font-size: 0.9rem;
    }
    label.lbl-mx {
    	padding-right: 7px;
    	padding-left: 0px;
    	background-color: #07082a;
    	color: orange;
    	font-size: 1.0rem;
    	padding-top: 3px;
    }

    button#button-caption {
    	padding: 0px 4px 0px 5px;
    	border-radius: 10px;
    	text-decoration: none;
    	color: tomato;
    	background-color: #07082a;
    	height: 20px;
    	cursor: pointer;
    	border: solid 1px #07082a;
    	font-weight: 600;
    	font-size: 11px;
    }

}

@media all and (max-width: 650px) {

    /* mid */
    gr-cnt-mid { 
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 100%;
        height: 27px;
    }
    gr-cnt-mid {
    	background-color: #07082a;
    	padding-bottom: 8px;
    	width: 100%;
    	margin-top: 5px;
    }
    gr-item-mid {  
        display: flex;            
        align-items: center;      
        justify-content: center;  
    }
    gr-item-mid {
        background-color: #07082a;
        color: orange;
        font-size: 1.1rem;
        font-weight: 900;
    }

    gr-item-mid#menu-T2 {
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 6px;
    }
    gr-item-mid#menu-T3 {
        grid-row: 2;
        grid-column: 1/2;
        margin-top: 4px;
    }

    select#kiesMenuExtra {
    	background-color: lightsteelblue;
    	width: 245px;
    	border-radius: 9px;
    	margin-top: 16px;
    	height: 22px;
    }

    gr-cnt-cr {
    	display: grid;
    	grid-template-columns: 0.5fr 0.5fr;
    	grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 30px;
    }


    gr-item-cr.Z {
    	height: 0px;
    	width: 0px;
    	display: none;
    }    

    gr-item-cr { /* config stuff */
        display: flex;            
        align-items: center;      
        justify-content: center;  
        display: block; 
   }

    .flex-row3 {
    	/* flex-wrap: wrap; */
    	text-align: left;
    	padding: 0.2em 0.35em;
    	background-color: #07082a;
    	border-radius: 7px;
    	margin-left: 5px;
    	margin-top: -2px;
    	/* margin-bottom: 4px; */
    }

    gr-item-cr#cr-gsl-container {
        /* background-color: green; */
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 4px;
        padding-top: 5.5px;
        padding-bottom: 2.5px;
        padding-left: 4px;
    }
    
    gr-item-cr#cr-lft-container {
        display: flex;
    	/* background-color: green; */
    	grid-row: 1;
    	grid-column: 2/3;
    	margin-top: -3px;
    	/* padding-top: 5px; */
    	/* padding-bottom: 2px; */
    	/* padding-left: 4px; */
    }

    gr-item-cr#cr-sz-container {  // BUG zou weg moeten zijn nu verstopt!!
        display: none;
        height: 0px;
        width: 0px;
        z-index: -10;
        margin-top: -24px;
    }
    
    div#cr-cat-container {
    	display: flex;
    	margin: 0.4rem auto 0.8rem auto;
    	background-color: #07082a;
    	padding: 0px;
    	border: 0px solid blue;
    	justify-content: center;
    	height: 30px;
    }

    
    div#med-cat-container {
    	display: flex;
    	margin: 0.4rem auto 0.8rem auto;
    	background-color: #07082a;
    	padding: 0px;
    	border: 0px solid blue;
    	justify-content: center;
    	height: 30px;
    }

    .jaar-maand-container {
    	display: flex;
     	/* flex-flow: row wrap; */
     	justify-content: center;
     	border-bottom: 0px solid orange;
     	background-color: #3b576f;
     	height: 27px;
    	margin-top: -30px;
    }

    .flex-table-R {
    	margin-top: 0px;
    }

}

@media all and (max-width: 600px) {

    html {
        font-size: 0.8rem;
        font-weight: normal;
    }

    h4#prog-naam {
    	margin-top: 4px;
    	color: lightsteelblue;
    	margin-left: 0px;
    }

    gr-cnt-og { 
        display: grid;
        grid-template-columns:  1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: 20px;
        height: 25px;
    }

    gr-item-og.X {
        display: none;
        width: 0px;
    }    

    gr-item-og {
        background-color: lightsteelblue;
    }
    gr-item-og.OG1 {
        grid-row: 1;
        grid-column: 1/2;
        height: 25px;
    }    
    gr-item-og.OG2 {
        grid-row: 1;
        grid-column: 2/3;
        height: 25px;
    }    
    gr-item-og.OG3 {
        grid-row: 1;
        grid-column: 3/4;
        height: 25px;
    }    
    gr-item-og.OG4 {
        grid-row: 2;
        grid-column: 1/2;
        height: 25px;
        margin-top: -4px;
    }    
    gr-item-og.OG5 {
        grid-row: 2;
        grid-column: 2/3;
        height: 25px;
        margin-top: -4px;
    }    
    gr-item-og.OG6 {
        grid-row: 2;
        grid-column: 3/4;
        height: 25px;
        margin-top: -4px;
    }    

    .ond-container {
    	margin: 27px auto 0rem auto;
    }

    .table-container-3 {
    	margin-top: 0px;
    }

    button.XV {
    	border: 0px solid lightsteelblue;
    	background-color: lightsteelblue;
    	color: darkred;
    	border-radius: 9px;
    	height: 23px;
    	padding: 0px 4px 0px 2px;
    	margin-top: 0px;
    }

    /* mid 
    gr-cnt-mid { 
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 100%;
        height: 27px;
    }

    gr-item-mid {
        background-color: #07082a;
        color: orange;
        font-size: 1.0rem;
        font-weight: 900;
    }
    gr-item-mid {  
        display: flex;            
        align-items: center;      
        justify-content: center;  
    }

    gr-item-mid#menu-T3 {
        grid-row: 1;
        grid-column: 1/2;
    }
    gr-item-mid#menu-T2 {
        grid-row: 2;
        grid-column: 1/2;
    }
*/
    /* mid */
    gr-cnt-mid { 
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 100%;
        height: 27px;
    }
    gr-cnt-mid {
    	background-color: #07082a;
    	padding-bottom: 8px;
    	width: 100%;
    	margin-top: 5px;
    }
    gr-item-mid {  
        display: flex;            
        align-items: center;      
        justify-content: center;  
    }
    gr-item-mid {
        background-color: #07082a;
        color: orange;
        font-size: 1.1rem;
        font-weight: 900;
    }

    gr-item-mid#menu-T2 {
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 6px;
    }
    gr-item-mid#menu-T3 {
        grid-row: 2;
        grid-column: 1/2;
        margin-top: 4px;
    }


    .button-meerkamp, .button-wed-datum, .button-historie {
    	padding: 0px 2px 0px 2px;
    	-webkit-border-radius: 6px;
    	border-radius: 7px;
    	color: #07082a;
    	background-color: orange;
    	/* height: 17px; */
    	font-size: 0.85rem;
    	cursor: pointer;
    	border: solid 0px orange;
    }


    select {
    	margin: 0px 0px 0px 0px;
    	padding: 1px 4px;
    	color: darkred;
    	font-weight: bold;
    	border-radius: 7px;
    	background-color: orange;
    	border: 0px;
    	font-size: 1.05rem;
    }

    gr-cnt-cr {
    	display: grid;
    	grid-template-columns: 0.5fr 0.5fr;
    	grid-auto-rows: 100%;
    	height: 30px;
        margin-top: 30px;
    }


    gr-item-cr.Z {
    	height: 0px;
    	width: 0px;
    	display: none;
    }    

    gr-item-cr { /* config stuff */
        display: flex;            
        align-items: center;      
        justify-content: center;  
        display: block; 
   }

    .flex-row3 {
    	/* flex-wrap: wrap; */
    	text-align: left;
    	padding: 0.2em 0.35em;
    	background-color: #07082a;
    	border-radius: 7px;
    	margin-left: 5px;
    	margin-top: -2px;
    	/* margin-bottom: 4px; */
    }

    gr-item-cr#cr-gsl-container {
        /* background-color: green; */
        grid-row: 1;
        grid-column: 1/2;
        margin-top: 4px;
        padding-top: 5.5px;
        padding-bottom: 2.5px;
        padding-left: 4px;
    }
    
    gr-item-cr#cr-lft-container {
        display: flex;
    	/* background-color: green; */
    	grid-row: 1;
    	grid-column: 2/3;
    	margin-top: -3px;
    	/* padding-top: 5px; */
    	/* padding-bottom: 2px; */
    	/* padding-left: 4px; */
    }

    gr-item-cr#cr-sz-container {  // BUG zou weg moeten zijn nu verstopt!!
        display: none;
        height: 0px;
        width: 0px;
        z-index: -10;
        margin-top: -24px;
    }
    
    div#cr-cat-container {
    	display: flex;
    	margin: 0.4rem auto 0.8rem auto;
    	background-color: #07082a;
    	padding: 0px;
    	border: 0px solid blue;
    	justify-content: center;
    	height: 30px;
    }

    .jaar-maand-container {
    	display: flex;
     	/* flex-flow: row wrap; */
     	justify-content: center;
     	border-bottom: 0px solid orange;
     	background-color: #3b576f;
     	height: 27px;
    	margin-top: -30px;
    }

}

@media all and (max-width: 490px) {

    html {
        font-size: 0.76rem;
        font-weight: normal;
    }

    h4#prog-naam {
    	margin-top: 4px;
    	color: lightsteelblue;
    	margin-left: 0px;
    }

    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  0fr 0.7fr 1fr 0.9fr 0fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: -7px;
    }

    gr-cnt-og { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: 20px;
        height: 20px;
    }

    gr-item-og.X {
        display: none;
        width: 0px;
    }    

    gr-item-og {
        background-color: lightsteelblue;
    }
    gr-item-og.OG1 {
        grid-row: 1;
        grid-column: 1/2;
        height: 20px;
    }    
    gr-item-og.OG2 {
        grid-row: 1;
        grid-column: 2/3;
        height: 20px;
    }    
    gr-item-og.OG3 {
        grid-row: 1;
        grid-column: 3/4;
        height: 20px;
    }    
    gr-item-og.OG4 {
        grid-row: 2;
        grid-column: 1/2;
        height: 20px;
        margin-top: -4px;
    }    
    gr-item-og.OG5 {
        grid-row: 2;
        grid-column: 2/3;
        height: 20px;
        margin-top: -4px;
    }    
    gr-item-og.OG6 {
        grid-row: 2;
        grid-column: 3/4;
        height: 20px;
        margin-top: -4px;
    }    

    .ond-container {
    	margin: 27px auto 0rem auto;
    }
    
    .table-container-3 {
    	margin-top: 0px;
    }

    button.XV {
    	border: 0px solid lightsteelblue;
    	background-color: lightsteelblue;
    	color: darkred;
    	border-radius: 9px;
    	height: 23px;
    	padding: 0px 4px 0px 2px;
    	margin-top: 0px;
    }

    .flex-cell-colA1 {
        width: 4%;
        padding-top: 3px;
    }
    .flex-cell-colA2 {
        width: 48%;
        padding-top: 3px; 
    }
    .flex-cell-colA3 {
        width: 13%;
        padding-top: 3px;        
    }
    .flex-cell-colA4 {
        width: 20%;
        padding-top: 3px;        
    }
    .flex-cell-colA5 {
        width: 15%;
        border-right: solid 0px white; 
    }
    .flex-row7.flex-cell-colH9 {
        width: 48%;
        color: #07082a;
    }
    .flex-row7.flex-cell-colH8 {
        width: 20%;
        color: #07082a;
    }


}

/*

@media all and (max-width: 400px) {

    html {
        font-size: 0.65rem;
        font-weight: normal;
    }
}
*/

@media all and (max-width: 400px) {

    html {
        font-size: 0.6rem;
        font-weight: normal;
    }

    h4#prog-naam {
    	margin-top: 4px;
    	color: lightsteelblue;
    	margin-left: 0px;
    }

    /* cr */
    gr-cnt-cr { /* config stuff */
        display: grid;
        grid-template-columns:  0fr 0.7fr 1fr 0.9fr 0fr;
        grid-auto-rows: 100%;
    	height: 30px;
        margin-top: -7px;
    }

    gr-cnt-og { /* config stuff */
        display: grid;
        grid-template-columns:  1fr 1fr 1fr;
        grid-auto-rows: 100%;
        margin-top: 20px;
        height: 20px;
    }

    gr-item-og.X {
        display: none;
        width: 0px;
    }    

    gr-item-og {
        background-color: lightsteelblue;
    }
    gr-item-og.OG1 {
        grid-row: 1;
        grid-column: 1/2;
        height: 20px;
    }    
    gr-item-og.OG2 {
        grid-row: 1;
        grid-column: 2/3;
        height: 20px;
    }    
    gr-item-og.OG3 {
        grid-row: 1;
        grid-column: 3/4;
        height: 20px;
    }    
    gr-item-og.OG4 {
        grid-row: 2;
        grid-column: 1/2;
        height: 20px;
        margin-top: -4px;
    }    
    gr-item-og.OG5 {
        grid-row: 2;
        grid-column: 2/3;
        height: 20px;
        margin-top: -4px;
    }    
    gr-item-og.OG6 {
        grid-row: 2;
        grid-column: 3/4;
        height: 20px;
        margin-top: -4px;
    }    

    .ond-container {
    	margin: 27px auto 0rem auto;
    }
    
    .table-container-3 {
    	margin-top: 0px;
    }

    button.XV {
    	border: 0px solid lightsteelblue;
    	background-color: lightsteelblue;
    	color: darkred;
    	border-radius: 9px;
    	height: 23px;
    	padding: 0px 4px 0px 2px;
    	margin-top: 0px;
    }

    .flex-cell-colA1 {
        width: 4%;
        padding-top: 3px;
    }
    .flex-cell-colA2 {
        width: 48%;
        padding-top: 3px; 
    }
    .flex-cell-colA3 {
        width: 13%;
        padding-top: 3px;        
    }
    .flex-cell-colA4 {
        width: 20%;
        padding-top: 3px;        
    }
    .flex-cell-colA5 {
        width: 15%;
        border-right: solid 0px white; 
    }
    .flex-row7.flex-cell-colH9 {
        width: 48%;
        color: #07082a;
    }
    .flex-row7.flex-cell-colH8 {
        width: 20%;
        color: #07082a;
    }


}
