﻿/*  Status : Merged with PROD 20171128 */

@media print {
    img {
        display: none;
    }
}


/* body* { */
body * {
    font-family: verdana;
    font-size: 0.8rem;

}

/* width */
body::-webkit-scrollbar {
    width: 12px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: lightblue; 
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: orange; 
	border-radius: 6px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: orange; 
    border-radius: 6px;
}    

/* width */
.scroller::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
    background: #1b3163; 
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: orange; 
	border-radius: 6px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: orange; 
    border-radius: 6px;
}    

/*
.table th,
.table td {
    height: 16px;
}  
*/
.visibledevice {
    display:none;
}


.visible-xs-inline {
    display: none!important;
}
.hidden-xs {
    display:  block!important ;
}

.card {
    flex-direction: row;
    border: 0;
}
.my_card {
    float: left;
}
.card-columns {
    background-color:  lightblue;
    column-gap: 0.6rem;
    padding: 0.3rem;
}

.card-header {
    color: white;
    background-color:  #1b3163;
}
.card-body {
    color: black;
    background-color:  orange;
    padding: 0.4rem;
}
thead.LGPh {
    text-align: center;
    font-size  :    0.9rem;
    background-color: #1b3163;
    color: orange;
    font-weight: bold;
    margin-top: 4px;
}
.LGP {
    font-weight: bold;
}
#onderdelen {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 5px;
}
table.tableSectieLGP {
    display: table;
    width: 100%;
}
table.tableSectieLGP thead, table.tableSectieLGP tbody {
    float: left;
    width: 100%;
    background-color: #F0F0F0;
}
table.tableSectieLGP thead tr {
    background-color: #1b3163;
}
table.tableSectieLGP tbody {
    overflow: auto;
    height: 150px;
}
table.tableSectieLGP tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieLGP th#col1 {
    width: 100%;
    color: white;
    font-weight: bold;
}
table.tableSectieLGP td#col1 {
    width: 50%;
}
table.tableSectieLGP td#col2 {
    width: 50%;
}

#foto-header,  #foto-header2 {
    text-align: center;
    font-size  :    1.0rem;
    background-color: lightblue;
    color: black;
    height:27px;
    font-weight: bold;
}
#video-header {
    text-align: center;
    font-size  :    1.0rem;
    background-color: lightblue;
    color: black;
    height:27px;
    font-weight: bold;
}
#lijst-10bl {
    margin-bottom: -1px;
    background-color: red;
}
#header2 span {
    border-radius:10px 10px 10px 10px;
    background-color: orange;
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    3px;
    padding-bottom: 3px;
}
#foto-header span, #foto-header2 span {
    border-radius:10px 10px 10px 10px;
    background-color: orange;
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    3px;
    padding-bottom: 3px;
}
#video-header span {
    border-radius:10px 10px 10px 10px;
    background-color: orange;
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    3px;
    padding-bottom: 3px;
}
#foto-header span:hover, #foto-header span a:hover {
    background-color: #1b3163;
    color:  lightblue;
}    

span.video {
    text-align: center;
    border-radius:10px 10px 10px 10px;
    background-color: orange;
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    2px;
    padding-bottom: 2px;

}
span.video:hover {
    background-color: black;
}
   
body {
    width: 100%;
    background-color: #1b3163;
}

div#container {
    width:  100%;
    margin: auto;
    /* height: 1024px; */
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
} 

.rounded {
    border-radius: 0.5rem !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}
.modal {
    top: 10;
}
.modal-header .close {
    padding: 0px 8px;
    color : #1b3163;
    font-size: 1.6rem;
    margin: -14px -8px -15px -15px;
    width: 7%;
}
.modal-footer {
    border-top: 0px;
    padding: 0px;
    margin-left: -24px;
}

.modal-title {
    background-color: transparent;
    font-size: 0.8rem;
    font-weight: bold;
    color: #1b3163;
    margin-top: -9px;
} 
.modal-content {
    border-radius: 0.6rem;
    background-color: orange;
    width:  24rem;
} 
.modal-body {
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%; 
    text-align: center;
    
}
.modal-header {
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    background-color: lightblue;
    /* height: 55px; */
    border-bottom: 0px;
}       
.fade {
    transition: opacity 0.6s linear;
}
.modal.fade .modal-dialog {
    transition: transform 0.75s ease-out;
}    

.btn-xs {
    padding: 2px 7px 7px 7px ;
    font: bold 0.8rem verdana;
    height: 21px;
    border-radius: 10px;
    background-color: orange;
    border: 1px solid orange;
    color: black;
    box-shadow: 0 0 0 0rem orange;
}
.btn-xs2 {
    padding: 0 7px 3px 7px ;
    font: bold 0.8rem verdana;
    height: 19px;
    border-radius: 9px;
    background-color: orange;
    border: 1px solid #1b3163;
    color: black;
    box-shadow: 0 0 0 0rem #1b3163;
}
.btn-xs2:hover {
    padding: 0 7px 3px 7px ;
    font: bold 0.8rem verdana;
    height: 19px;
    border-radius: 9px;
    background-color: orange;
    border: 1px solid #1b3163;
    color: black;
    box-shadow: 0 0 0 0rem #1b3163;
}
.btn-danger:focus {
    box-shadow: 0 0 0 0rem lightblue;
    /* background-color: orange; */
    border-color: lightblue;
}

.btn-danger:not([disabled]):not(.disabled):active {
    box-shadow: 0 0 0 0rem lightblue;
    background-color: orange;
    border-color: lightblue;
    padding-top: 2px;
    margin-left: 5px;
    margin-top: 3px;
    font-weight: bold;
}
.btn-danger:hover {
    box-shadow: 0 0 0 0rem lightblue;
    background-color: black;
    color: orange;
    border-color: lightblue;
}
.btn-danger2:focus {
    box-shadow: 0 0 0 0rem lightblue;
    background-color: orange;
    border-color: #1b3163;
}

.btn-danger2:not([disabled]):not(.disabled):active {
    box-shadow: 0 0 0 0rem lightblue;
    background-color: orange;
    border-color: #1b3163;
}
.btn-danger2:hover {
    box-shadow: 0 0 0 0rem #1B3163;
    background-color: lightblue;
    color: black;
    border-color: #1b3163;
    box-shadow: 0 0 0 0rem #1b3163;
}    

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a {
    color: black;
    text-decoration: none;
    /* font-family: verdana; */
    /* font-size: 0.8rem; */
}

#kolom_img {
    background-color: #1B3163;
    margin-top: -36px;
    z-index: 99;
    float: left;
}

a.button-link a.button-link2 a.button-link3 {
    text-decoration: none;
}

.justify-content-between {
    background-color: #1B3163;
}
tr {
    font-family: verdana;
}

tr.x2 {
    /* background-color: #ACD1F2; */
    background-color: red;
}
.x3 {
    background-color: #1B3163;
    border-color: lightblue;
    color: white;
    font-weight: bold;
}
.xd {
    /* background-color: white;  removed white bg for darkblue buttons */ 
    border-color: white;
    color: white;
    font-weight: bold;
}
span.btn-xd {
    padding: 2px 7px 2px 7px ;
    font: bold 0.8rem verdana;
    border-radius: 8px;
    background-color: #1B3163;
    border-color: lightblue;
    color: white;
    font-weight: bold;
    height: 20px;
}
.x3:focus {
    background-color: lightblue;
}

td#hcol1 {
    width: 15%;

}
td#hcol2 {
    width: 35%;

}
td#hcol3 {
    width: 12%;

}
td#hcol4 {
    width: 20%;

}
td#hcol5 {
    width: 15%;

}

td.x6 {
    background-color: #1B3163;
    color: #fff;

}
.sas {
    float:  left;
}
#kop {
    font-family: verdana;
    clear: left;
    width:  208px;
    float: left;
    background-color: #1b3163;
    padding: 6px 5px 8px 5px;
}
.kleur1_pt {
    padding-top: 0.4rem;
    float: right;
}
.kleur2_pt {
    padding-top: 0.4rem;
    float: left;
}

.kleur1 {
  background-color: #1b3163;
}
.kleur2 {
  background-color: darkgrey;
}
.kleur3 {
    background-color: #1b3163;
  }
.boxie {
    float: left;
    /* width: 60px; */
    /* font-size: 0.8rem; */
    background-color: orange;
    /* margin-top: 10px; */
}
.boxie_a {
    clear: right;
    /* width: 78px; */
    /* font-size: 0.8rem; */
    background-color: orange;
    margin-right: 6px;
}

.boxie2 {
    float: right;
    /* width: 188px; */
    background-color: orange;
    /* font-size: 0.8rem; */
    /* margin-right: 4px; */
}
.boxie3 {
    clear: left;
    float: left;
    width: 270px;
    background-color: orange;
    margin-left: 5px;
    margin-bottom: 4px;
}
.boxie4 {
    clear: right;
    float: right;
    width: 95px;
    background-color: orange;
}
.boxie5 {
    clear: left;
    float: left;
    width: 400px;
    background-color: orange;
    margin-left: 5px;
    margin-bottom: 4px;
}
.boxie6 {
    clear: left;
    float: left;
    width: 200px;
    background-color: orange;
    margin-left: 5px;
    margin-bottom: 4px;
}

.label1 {
    /* width: 100%; */
    clear: left;
    float: left;
    color: white;
    /* width: 50px; */
    text-align: left;
    /* margin-bottom: -25px; */
    display: block;
    /* font-family: verdana; */
    /* padding-top: 10px; */
    /* font-size: 0.8rem; */
}
.label1a {
    /* width: 100%; */
    float: left;
    color: white;
    /* width: 58px; */
    /* margin-left: 9px; */
    text-align: left;
    /* margin-right: 5px; */
    display: block;
    /* font-family: verdana; */
    /* padding-top: 10px; */
    /* padding-left: 0px; */
    /* font-size: 0.8rem; */
}
.label1b {
    /* width: 100%; */
    float: right;
    color: black;
    /* width: 40px; */
    text-align: right;
    display: block;
    /* font-family: verdana; */
    /* padding-top: 10px; */
    /* padding-right: 10px; */
    /* font-size: 0.8rem; */
}
.label1c {
  float: right;
  color: black;
  width: 70px;
  /* font-size: 0.7rem; */
  margin-top: -16px;
  /* margin-left: 6px; */
}
.label2 {
    /* width: 100%; */
    color: white;
    text-align: left;
    margin-right: 0.5em;
    margin-bottom: 0.7em;
    display: block;
    font-family: verdana;
    padding-top: 10px;
    padding-left: 5px;
}
.label3 {
    width: 100%;
    color: white;
    text-align: right;
    margin-bottom: 0.7em;
    display: block;
    font-family: verdana;
    padding-top: 10px;
}
.label4 {
    float: left;
    width: 75px;
    color: white;
    display: block;
    margin-bottom: 0.5em;
    padding-top: 5px;
    padding-left: 10px; 
}

select {
    float: left;
    margin: 2px;
    color: #781351;
    border: 1px solid #781351;
    /* font-family: verdana; */
    font-size: 0.8rem ;
}
select#kiesExtra {
  float: right;
}

input {
    background-color: lightblue;
    border: 1px solid #1b3163;
    font-family: verdana;
    padding-left: 5px;
    font-size: 0.8rem;
}
input[type="radio"] {
    vertical-align: baseline;
    margin-top: 9px;
    /* float: left; 
    display: none; */
}

input#zoekAtleet {
  color: black;
  height: 24px;
  background-color: lightblue;
  padding-left: 5px;
  margin-top: 5px;
  margin-right: 2px;
  float: right;
  width: 15rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 8px;
}
.md-form {
    float: right;
    border: 0.0rem;
    border-radius: 0.0rem;
    background-color: #1b3163;
}
#logo_1 {
    /* clear: right;*/
    padding-top: 3px;
}

#logo_22 {
    background-image: url(/images/U_10BL_2d.png);
    background-repeat:  no-repeat;
    height: 88px;
    width: 328px;
    display: block;
    margin-top: 0px;
    margin-right: 36px;
    margin-bottom: 0px;
    margin-left: 36px;
}
#logo_3 {
    margin-top: 2px;
    height: 90px;
    width: 280px;
}

.submenu2 {
    clear: left;
    float: left;
    background-color: #1b3163;
    /* float: left; */
    width: 365px;
    padding:    0px 5px 0px 5px;
    font-family: verdana;
    font-size: 0.8rem ;
}
.submenu3 {
    clear: left;
    float: left;
    background-color: #1b3163;
    /* float: left; */
    width: 365px;
    padding:    0px 5px 0px 5px;
    font-family: verdana;
    font-size: 0.8rem ;
}

div.regel0 {
    width: 100%;
    height: 6px;
    float: left;
    background-color: orange;
    margin-top: 0px;
}

div.regel1 {
    width: 100%;
    display: block;
    height: 4px;
    float: left;
    background-color: rgb(228, 35, 170);
    margin-bottom: 6px;
}
div.regel2 {
    display: none;
    width: 100%;
    height: 4px;
    float: left;
    background-color: rgb(26, 219, 123);
    margin-top: 2px;
    margin-bottom: 2px;
}
div.regel3 {
    display: none;
    width: 100%;
    height: 4px;
    float: left;
    background-color: orange;
}
div.regel4 {
    display: none;
    width: 100%;
    height: 2px;
    float: left;
    margin-top: 0px;
    background-color: orange;
}
div.regel7 {
    display: none;
    width: 100%;
    height: 2px;
    float: left;
    background-color: orange;
}
div#regel8 {
    display: none;
    width: 77%;
    height: 6px;
    float: left;
    background-color: #1b3163;
}
div#regel9 {
    display: none;
    width: 77%;
    height: 6px;
    float: left;
    background-color: #1b3163;
}
#ogroep1 {
    display: none;
    color: white;
    float: left;
    width: 100%;
    height: 68px;
    padding-top: 0.2rem;
    padding-left: 0.4rem;
    background-color: #1B3163;
}
#ogroep2 {
    display: none;
    float: left;
    width: 330px;
    height: 32px;
    padding-left: 0.4rem;
    background-color: #1B3163;
    margin-left: -15px;
}
#ogroep3 {
    display: none;
    color: white;
    float: right;
    width: 100%;
    height: 28px;
    background-color: #1B3163;
}
#ogroep4 {
    display: none;
    color: white;
    float: right;
    width: 100%;
    height: 28px;
    background-color: #1B3163;
}

#ogroep5 {
    display: none;
    float: left;
    color: white;
    width: 100%;
    height: 35px;
    padding-top: 0.2rem;
    padding-left: 0.4rem;
    background-color: 1b3163;
}
#ogroep6 {
    display: none;
    float: left;
    color: white;
    width: 100%;
    /* height: 32px; */
    padding-top: 0.2rem;
    padding-left: 0.4rem;
    background-color: #1B3163;
}
#ogroep7 {
    display: none;
    float: right;
    color: white;
    background-color: #1B3163;
}
#ogroep8 {
    display: none;
    float: right;
    padding-left: 1rem;
    padding-bottom: 0.2rem;
    background-color: #1B3163;
    margin-right: 1rem;
}

div#wedstrijd {
    float: right;
    width: 100%;
    background-color: lightblue;
    padding-top: 0.2rem;
    /* margin-right: 0.5rem; */
}
.custom-control {
    width: 5rem;
    min-height: 0;
    padding-left: 1.3rem;
    padding-top: 0.1rem;
    margin-right: 0.2rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(/images/circle4.gif);
}
.custom-control-input:checked ~ .custom-control-indicator {
    background-color: lightblue;
}
.custom-control-indicator {
    background-color: lightblue;
}
label.custom-control.custom-radio {
    color:  lightblue;
}
span.custom-control-description {
    color : white;
}
.form-control {
    border: 0px;
    border-radius: unset;
    font-size: 0.8rem;
    width: unset;
}
#navigatie {
    clear: both;
    float: left;
    width: 100%;
    color: black;
    background-color: lightblue;
    display: none;
}
#navigatie2 {
    clear: both;
    float: right;
    color: black;
    background-color: #F0F0F0;
    display: none;
    width: 23%;
    display: none;
    height: 650px;
}
#navvie {
    height: 100%;
    background-color: #FFD700;
}
.onav {
    color: black;
    float: left;
    margin-bottom: 0px;
    padding-top: 11px;
}
.onav3 {
    color: black;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
}
.onav2 {
    color: lightblue;
    float: left;
    margin-bottom: 6px;
    margin-top: -10px;
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 0.8rem ;
    font-weight: bold;
    margin-right: 0.2rem;
}
.onav2a {
    font-family: verdana;
    color: black;
    float: right;
    margin-bottom: 6px;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-right: 6rem;
    font-size: 0.8rem ;
    font: bold 0.8rem verdana;
}

/* visited link 
a:visited {
    color: black;
    background: rgb(79, 148, 212);
}
*/

/* unvisited link */
a:link {
    color: black;
    background: orange;
    font-weight: bold;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    color: orange;
    background-color: black;
}



/* selected link */
a:active {
    color: orange;
    background: black;
}

.no-button-link {
    font-family: verdana;
    margin: -6px 1px 4px 4px;
    padding: 3px 4px 4px 4px;
    background: grey;
    color:white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-link2 {
    /* margin: -6px 1px 0px 4px; */
    padding: 0px 7px 1px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    border: solid 0px black;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); */
}
.button-link3 {
    /* margin: -6px 1px 0px 4px; */
    padding: 0px 7px 1px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    border: solid 0px black;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); */
}

.button-link {
    float: left;
    margin: -5px 1px 2px 4px;
    padding: 1px 5px 1px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 0px black;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); */
}


.button-link5 {
    float: left;
    margin: -5px 4px 2px 0px;
    padding: 1px 5px 1px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px 8px 8px 0px;
    border-left: solid 2px #1b3163;
}

a.button-link5 {
    color: orange;
    background: #1b3163;
    font-weight: bold;
}

.button-link6 {
    float: left;
    margin: -5px 0px 2px 4px;
    padding: 1px 5px 1px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px 0px 0px 8px;
    border-right: solid 2px #1b3163;
}
#lopen {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    background-color: lightblue;
}
#horden {
    float: left;
    display: none;
    width: 100%;
    padding-bottom: 5px;
    background-color: lightblue;
}
#werpen {
    float: left;
    display: none;
    width: 100%;
    padding-bottom: 5px;
    background-color: lightblue;
}
#springen {
    float: left;
    display: none;
    width: 100%;
    padding-bottom: 5px;
    background-color: lightblue;
}
#estafette {
    float: left;
    display: none;
    width: 100%;
    padding-bottom: 5px;
    background-color: lightblue;
}
#meerkamp {
    float: left;
    display: none;
    width: 100%;
    padding-bottom: 5px;
    background-color: lightblue;
}

#inhoud {
    width: 100%;
    background-color: #1b3163;
    float: left;
}
#inhoud2 {
    float: left;
    width: 77%;
    background-color: white;
}
#prestaties {
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1B3163;
}
#prestaties2 {
    margin-top: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1B3163;
}
div#items {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 3px;
    background-color: #1B3163;
}

tfoot {
    border-bottom: 2px solid #1B3163;
}

caption {
    text-align: center;
    color: black;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 4px 4px 6px 4px;
}
caption#tnaam {
    /* border: 0px solid #1B3163;  borders around the cells */
    background-color: lightblue;
    caption-side: top;
    font-size: 1.0rem;
    margin-top: -6px;
    margin-bottom: 0px;
}
caption#tnaam2 {
    border-top: 1px solid #1B3163; /* borders around the cells */
    background-color: lightblue;
    padding-top: 4px;
    padding-bottom: 3px;
    caption-side: top;
    margin-top: -2px;
    height: 28px;
}
caption#tnaam2 span {
    border-radius:10px 10px 10px 10px;
    background-color: #1b3163;
    color: orange;
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    2px;
    padding-bottom: 3px;
}

caption#tnaam3 {
    /* border-top: 1px solid #1B3163;  borders around the cells */
    background-color: lightblue;
    margin-top: -2px;
    caption-side: top;
    text-align: center;
}
caption#tnaam4 {
    caption-side: bottom;
}
caption span {
    border-radius:10px 10px 10px 10px;
    background-color: #1b3163;
    color: orange;
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    3px;
    padding-bottom: 3px;
}
span#rl_jaar {
    background-color: lightblue;
    color: black;
    font-weight: bold;
}
tr#tnaam {
    border: 0px solid black; /* borders around the cells */
    background-color: white;
    color: black;
    font: bold 14px verdana;
    padding: 4px 4px 6px 4px;
    text-align: center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 4;
}



.modal-window {
    font-family: verdana;
    position: fixed;
    left: 30%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    /* font-family: verdana; */
    font-size: 0.9rem;
    color:  darkblue;
    /* margin-left: -150px; */
    padding: 20px;
    border: 2px solid #000;
    background-color: lightblue;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 14px #123;
    -webkit-box-shadow: 0 0 14px #123;
    box-shadow: 0 0 14px #123;
    z-index: 5;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    color: black;
    font-size: 0px;
}

a#close_btn {
    margin-top: 2px;
}

.modal-close-btn:before {
    position: relative;
    top: -1px;
    content: "Close";
    text-transform: uppercase;
    font-size: 0.8rem;
}

div#ond_cat_oms {
    font: bold 0.8rem verdana;   
}
.b {
    font-weight: bold;  
}
div#uitslag_link {
    font-weight: bold;    
}
div#uitslag_link a {
    font-weight: bold;    
    color: red;
}
div#uitslag_link a:hover {
    color: darkblue;
    background-color: orange;
}    
#kiesOgroep12 {
    width: 100%;
    float: left;
}
#kiesOgroep34  {
    width: 100%;
    float: right;
}
#kiesOgroep56  {
    width: 100%;
    float: left;
}
#kiesOgroep78  {
    width: 100%;
    float: left;
    background-color: #1b3163;
}

tr#tcolrow {
    color: white;
    background-color: #1b3163;
    padding-bottom: 3px;
}

/*
.odd {
    background-color: rgb(205, 202, 199); 
    background-color:  #FFF;
}
*/

tr#even1 {
    background-color: lightslategray;
}
#even4 {
    background-color: lightblue;
    border-bottom: 1px solid #1B3163; /* borders around the cells */
}

.to_left_1 {
    padding-left: 1px;
}
.to_left_2 {
    padding-left: 2px;
}
.to_left_3 {
    padding-left: 3px;
}
.to_left_4 {
    padding-left: 4px;
}
.to_left_5 {
    padding-left: 5px;
}
.to_left_6 {
    padding-left: 6px;
}
.to_left_7 {
    padding-left: 7px;
}
.to_left_8 {
    padding-left: 8px;
}
.to_left_9 {
    padding-left: 9px;
}
.to_left_10 {
    padding-left: 10px;
}

.even2 {
    background-color: orange; 
    /* padding-left: 0.3rem; */
}

.even3 {
    background-color: white;
    border-top: 1px solid #1B3163; /* borders around the cells */
}
.even5 {
    border-bottom: 1px solid #1B3163; /* borders around the cells */
}
tr.odd {
    height: 16px;
    vertical-align: middle;
    background-color:  #e9f5ff;
}
tr.even {
    height: 16px;
    vertical-align: middle;
    background-color:  white;
}

td#col1 {
    width:  5%; 
}
td#col1_JS {
    width:  10%; 
}
td#col1a {
    width:  3%; 
}
td#col2 {
    width:  20%; 
    padding-top: 5px;
}
td#col3 {
    color: black;
    padding-top: 3px;
    padding-bottom: 3px;
    width:  9%; 
    /* padding-right: 3px; */
}
/* td#col3 a {
     color: darkblue;
}  */
td#col4 {
    /* padding-right: 0.3rem; */
    text-align: left;
    width: 12%; 
}
td#col_rw {
  /* padding-right: 0.4rem; */
  width: 7%;
}

/*
td#Nr {
     padding-left: 0.3rem; 
}
*/

td.modal_mk  {
    padding-right: 0.3rem;
}


td.modal_mk a {
    background-color: orange; 
    color: black;  
    text-decoration: none;
    margin-left: -4px;
}

td.n_cr {
    /* background-color: green; */
    color: red;
}
td.wn_cr {
    /* background-color: orange; */
    color: red;
}
td.goud {
    color:  black;
    background-color: lightblue;
}

td.zilver {
    color:  	black;
    background-color: lightblue;
}

td.brons {
    color:  	black;
    background-color: lightblue;
}

td#col3.brons {
    color:  	black;
    background-color: lightblue;
}

.nowrap {
   white-space: nowrap;
}
.flexie1 {
    clear: left;
    float: left;
    color: lightblue;
    text-align: left;
    display: block;
    width: 3.6rem;
    margin-left: -0.8rem;
    padding-top: 0.35rem;
    /* padding-right: 0.5rem;*/
    text-align: right;
    background-color: #1b3163;
}
.flexie2 {
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
    padding-bottom: 0.2rem;
    width: 5.2rem;
    background-color: orange;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
}
.flexie12 {
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
    padding-bottom: 0.2rem;
    width: 5.2rem;
    background-color: lightblue;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
}
.flexie3 {
    float: left;
    color: lightblue;
    text-align: right;
    display: block;
    width: 4.5rem;
    padding-top: 0.35rem;
    padding-right: 0.5rem;
    background-color: #1b3163;
}
.flexie4 {
    clear: right;
    margin-top: 0.3rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: orange;
    width: 7.0rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
}
.flexie14 {
    clear: right;
    margin-top: 0.3rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: lightblue;
    width: 6.5rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
}
.flexie5 {
    float: right;
    color: lightblue;
    text-align: right;
    padding-top: 0rem;
    padding-right: 0.5rem;
    margin-top: 0.60rem;
    padding-bottom: 0.2rem;
    background-color: #1b3163;
}
.flexie6 {
    float: right;
    background-color: lightblue;
    color: black;
    padding-top: 0.3rem;
    padding-right: 0.5rem;
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
    width: 15rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
}
.flexie7 {
    float: left;
    color: lightblue;
    padding-top: 0.3rem;
    padding-left: 0.9rem;
    margin-top: 0.2rem;
    background-color: #1b3163;
  }


  .flexie8 {
    color:  #1b3163;  
    clear: right;
    float: right;
    width: 22rem;
    background-color: lightblue;
    margin-right: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
}

select#kiesFW {
    z-index: 15;
    position: relative;
}
select#kiesFLG {
    z-index: 15;
    position: relative;
}
button#foto_modal {
    z-index: 20;
}


/* BETA 3 CHANGES */
.input-group-text {
  padding: 0.150rem 0.3rem 0.28rem 0rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: lightblue;
  text-align: left;
  white-space: nowrap;
  background-color: #1b3163;
  border: 0px solid #ced4da;
  width: 5rem;
}
input[type="radio"] {
    /* margin-top: 0rem;
    margin-left: 0.7em;
     background-image: url(/images/circle2.png); */
        display:inline-block;
        /* width:14px;
        height:14px; */
        margin:6px 6px 0px 0px;
        background:url('http://d3pr5r64n04s3o.cloudfront.net/tuts/391_checkboxes/check_radio_sheet.png') left top no-repeat;
        cursor:pointer;
}

input[type="radio"]:checked  {
    display:inline-block;
    background:url('http://d3pr5r64n04s3o.cloudfront.net/tuts/391_checkboxes/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
}

.input-group {
    position: relative;
    float: right;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch; 
    align-items: stretch;
    width: 100%; 
    margin-top: -8px;
    margin-right: 9px;
    padding-left: 5px;
} 

/*---------------------------- MM1 -------------------------------*/
table.tableSectieMM {
    display: table;
    width: 100%;
}
table.tableSectieMM thead, table.tableSectieMM tbody {
    float: left;
    width: 100%;
}
table.tableSectieMM thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieMM tbody {
    overflow: auto;
    height: 525px;
}
table.tableSectieMM tr {
    width: 100%;
    text-align: right;
}

table.tableSectieMM th#col_mm_b, table.tableSectieMM td#col_mm_b {
    width: 7%;
    text-align: right;
}
table.tableSectieMM th#col_mm_e, table.tableSectieMM td#col_mm_e {
    width: 9%;
    padding-right: 0.4rem;
    text-align: right;
}
table.tableSectieMM th.col_mm, table.tableSectieMM td.col_mm {
    width: 3.0%;
    text-align: right;
}

/*---------------------------- MM1 -------------------------------*/
table.tableSectieMM1 {
    display: table;
    width: 100%;
}
table.tableSectieMM1 thead, table.tableSectieMM1 tbody {
    float: left;
    width: 100%;
}
table.tableSectieMM1 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieMM1 tbody {
    overflow: auto;
    height: 320px;
}
table.tableSectieMM1 tr {
    width: 100%;
    text-align: left;
}

table.tableSectieMM1 th#col_mm1_b, table.tableSectieMM1 td#col_mm1_b {
    width: 1%;
    text-align: left;
    padding-left: 5px;
}
table.tableSectieMM1 th#col_mm1_e, table.tableSectieMM1 td#col_mm1_e {
    width: 11%;
    padding-right: 5px;
    text-align: right;
}
table.tableSectieMM1 th.col_mm1, table.tableSectieMM1 td.col_mm1 {
    width: 7%;
    text-align: right;
}

/*---------------------------- MM1 -------------------------------*/
table.tableSectieMM1a {
    display: table;
    width: 100%;
}
table.tableSectieMM1a thead, table.tableSectieMM1a tbody {
    float: left;
    width: 100%;
}
table.tableSectieMM1a thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieMM1a tbody {
    overflow: auto;
    height: 160px;
}
table.tableSectieMM1a tr {
    width: 100%;
    text-align: left;
}

table.tableSectieMM1a th#col_mm1_b, table.tableSectieMM1a td#col_mm1_b {
    width: 1%;
    text-align: left;
    padding-left: 5px;
}
table.tableSectieMM1a th#col_mm1_e, table.tableSectieMM1a td#col_mm1_e {
    width: 11%;
    padding-right: 5px;
    text-align: right;
}
table.tableSectieMM1a th.col_mm1, table.tableSectieMM1a td.col_mm1 {
    width: 7%;
    text-align: right;
}

/*---------------------------- MM2 -------------------------------*/
table.tableSectieMM2 {
    display: table;
    width: 100%;
}
table.tableSectieMM2 thead, table.tableSectieMM2 tbody {
    float: left;
    width: 100%;
}
table.tableSectieMM2 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieMM2 tbody {
    overflow: auto;
    height: 320px;
}
table.tableSectieMM2 tbody {
    overflow: auto;
    height: 320px;
}
table.tableSectieMM2 tr {
    width: 100%;
    text-align: left;
}

table.tableSectieMM2 th#col_mm2_b, table.tableSectieMM2 td#col_mm2_b {
    width: 1%;
    text-align: left;
    padding-left: 5px;
}
table.tableSectieMM2 th#col_mm2_e, table.tableSectieMM2 td#col_mm2_e {
    width: 11%;
    text-align: right;
    padding-right: 5px;
}
table.tableSectieMM2 th.col_mm2, table.tableSectieMM2 td.col_mm2 {
    width: 5%;
    text-align: right;
}
/*---------------------------- MM2a -------------------------------*/
table.tableSectieMM2a {
    display: table;
    width: 100%;
}
table.tableSectieMM2a thead, table.tableSectieMM2a tbody {
    float: left;
    width: 100%;
}
table.tableSectieMM2a thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieMM2a tbody {
    overflow: auto;
    height: 160px;
}
table.tableSectieMM2a tr {
    width: 100%;
    text-align: left;
}

table.tableSectieMM2a th#col_mm2_b, table.tableSectieMM2a td#col_mm2_b {
    width: 1%;
    text-align: left;
    padding-left: 5px;
}
table.tableSectieMM2a th#col_mm2_e, table.tableSectieMM2a td#col_mm2_e {
    width: 10%;
    text-align: right;
    padding-right: 5px;
}
table.tableSectieMM2a th.col_mm2, table.tableSectieMM2a td.col_mm2 {
    width: 5.8%;
    text-align: right;
}

/*---------------------------- MM2b -------------------------------*/
table.tableSectieMM2b {
    display: table;
    width: 100%;
}
table.tableSectieMM2b thead, table.tableSectieMM2b tbody {
    float: left;
    width: 100%;
}

table.tableSectieMM2b tbody {
    overflow: auto;
    height: 420px;
}
table.tableSectieMM2b thead tr {
    background-color: #1B3163;
    color: white;
    width: 99.4%;
}
table.tableSectieMM2b tr {
    display: table;
    width: 100%;
}

table.tableSectieMM2b th#col_mm2b_1, table.tableSectieMM2b td#col_mm2b_1 {
    width: 15%;
    text-align: left;
    padding-left: 5px;
}
table.tableSectieMM2b th#col_mm2b_2, table.tableSectieMM2b td#col_mm2b_2 {
    width: 18%;
    text-align: left;
}
table.tableSectieMM2b th#col_mm2b_3, table.tableSectieMM2b td#col_mm2b_3 {
    width: 18%;
    text-align: left;
}
table.tableSectieMM2b th#col_mm2b_4, table.tableSectieMM2b td#col_mm2b_4 {
    width: 18%;
    text-align: left;
}
table.tableSectieMM2b th#col_mm2b_5, table.tableSectieMM2b td#col_mm2b_5 {
    width: 18%;
    text-align: left;
}
table.tableSectieMM2b th#col_mm2b_6, table.tableSectieMM2b td#col_mm2b_6 {
    width: 14%;
    text-align: left;
    padding-left: 5px;
}
/*---------------------------- MM9 -------------------------------*/
table.tableSectieMM9 {
    display: table;
    width: 100%;
}
table.tableSectieMM9 thead {
    /* float: left; */
    width: 100%;
}
table.tableSectieMM9 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieMM9 tbody {
    float: left;
    overflow: auto;
    height: 460px;
    width: 100%;
}
table.tableSectieMM9 tr {
    width: 100%;
    text-align: left;
}

table.tableSectieMM9 th.col_mm9 {
    width: 19%;
    text-align: left;
    padding-left: 0.4rem;
}


table.tableSectieMM9 td.col_mm9 {
    width: 19%;
    text-align: left;
    padding-left: 0.4rem;
}
/*---------------------------- MM9 -------------------------------*/

table.tableSectieM {
    display: table;
    width: 100%;
}
table.tableSectieM thead, table.tableSectieM tbody {
    float: left;
    width: 100%;
}
table.tableSectieM thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieM tbody {
    overflow: auto;
    height: 150px;
}
table.tableSectieM tr {
    width: 100%;
    display: table;
    text-align: left;
}
table.tableSectieM th#col1, table.tableSectieM td#col1 {
    width: 25%;
    padding-left: 0.4rem;
}
table.tableSectieM th#col2, table.tableSectieM td#col2 {
    width: 25%;
}
table.tableSectieM th#col3, table.tableSectieM td#col3 {
    width: 25%;
}
table.tableSectieM th#col4, table.tableSectieM td#col4 {
    width: 25%;
}

/*---------------------------- Z -------------------------------*/
#inhoud2.SectieZ {
    /* display: table; */
    width: 77%;
    float: left;
}

#inhoud2.SectieZ {
    overflow: auto;
    height: 666px;
}

#header2 {
    width: 100%;
    float: left;
    background-color: lightblue;
    font-weight: bold ;
    font-size: 0.84rem ;
    padding: 3px;
    text-align: center;
}
/*---------------------------------------------------------------*/

/*---------------------------- M1 -------------------------------*/
table.tableSectieM1 {
    display: table;
    width: 100%;
}
table.tableSectieM1 thead, table.tableSectieM1 tbody {
    float: left;
    width: 100%;
}
table.tableSectieM1 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieM1 tbody {
    overflow: auto;
    height: 115px;
}
table.tableSectieM1 tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieM1 tr.BG_color {
    background-color: #add8e6;
}

table.tableSectieM1 th#col_1b_M1 {
    width: 25%;
    padding-left: 4px;
}
table.tableSectieM1 th#col_2b_M1 {
    width: 25%;
}
table.tableSectieM1 th#col_3b_M1 {
    width: 25%;
}
table.tableSectieM1 th#col_4b_M1 {
    width: 25%;
}
table.tableSectieM1 td#col_1b_M1 {
    width: 25%;
    padding-left: 4px;
    font-weight: bold;
}
table.tableSectieM1 td#col_2b_M1 {
    width: 25%;
    font-weight: bold;
}
table.tableSectieM1 td#col_3b_M1 {
    width: 25%;
    font-weight: bold;
}
table.tableSectieM1 td#col_4b_M1 {
    width: 25%;
}
/*-----------------------------------------------------------*/

/*---------------------------- U -------------------------------*/
table.tableSectieU {
    display: table;
    width: 100%;
}
table.tableSectieU thead, table.tableSectieU tbody {
    float: left;
    width: 100%;
}
table.tableSectieU thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieU tbody {
    overflow: auto;
    height: 536px;
}
table.tableSectieU tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieU tr.BG_color {
    background-color: #add8e6;
}

table.tableSectieU th#col_1b_U {
    width: 21%;
}
table.tableSectieU th#col_2b_U {
    width: 27%;
    padding-left: 5px;
}
table.tableSectieU th#col_3b_U {
    width: 25%;
}
table.tableSectieU th#col_4b_U {
    width: 27%;
}
table.tableSectieU td#col_1b_U {
    width: 21%;
}
table.tableSectieU td#col_2b_U {
    width: 27%;
    font-weight: bold;
    padding-left: 5px;
}
table.tableSectieU td#col_3b_U {
    width: 25%;
    font-weight: bold;
}
table.tableSectieU td#col_4b_U {
    width: 27%;
}

/*---------------------------- Ua -------------------------------*/
table.tableSectieUa {
    display: table;
    width: 100%;
}
table.tableSectieUa thead, table.tableSectieUa tbody {
    float: left;
    width: 100%;
}
table.tableSectieUa thead tr {
    background-color: #1B3163;
    color: white;
    border-bottom: 2px solid transparent; /* Baanrecord */
}
table.tableSectieUa tbody {
    overflow: auto;
    height: 536px;
}
table.tableSectieUa tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieUa tr.BG_color {
    background-color: #add8e6;
}

table.tableSectieUa th#col_1b_U {
    width: 15%;
}
table.tableSectieUa th#col_2b_U {
    width: 37%;
    padding-left: 5px;
}
table.tableSectieUa th#col_3b_U {
    width: 12%;
}
table.tableSectieUa th#col_4b_U {
    width: 27%;
}
table.tableSectieUa td#col_1b_U {
    width: 15%;
}
table.tableSectieUa td#col_2b_U {
    width: 37%;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 2px;   /* Baanrecord */
}
table.tableSectieUa td#col_3b_U {
    width: 12%;
    font-weight: bold;
    padding-left: 4px;   /* Baanrecord */
}
table.tableSectieUa td#col_4b_U {
    width: 27%;
    padding-left: 8px;   /* Baanrecord */
}

/*---------------------------- Ub -------------------------------*/
table.tableSectieUb {
    display: table;
    width: 100%;
}
table.tableSectieUb thead, table.tableSectieUb tbody {
    float: left;
    width: 100%;
}
table.tableSectieUb thead tr {
    background-color: #1B3163;
    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: #add8e6;
}

table.tableSectieUb th#col_1b_U {
    width: 30%;
    padding-left: 4px;
}
table.tableSectieUb th#col_2b_U {
    width: 20%;
}
table.tableSectieUb th#col_3b_U {
    width: 20%;
}
table.tableSectieUb th#col_4b_U {
    width: 20%;
}
table.tableSectieUb th#col_5b_U {
    width: 10%;
}
table.tableSectieUb td#col_1b_U {
    width: 30%;
    padding-left: 5px;
}
table.tableSectieUb td#col_2b_U {
    width: 20%;
    font-weight: bold;
    padding-left: 3px;
    padding-bottom: 2px;   
}
table.tableSectieUb td#col_3b_U {
    width: 20%;
    font-weight: bold;
    padding-left: 5px;
}
table.tableSectieUb td#col_4b_U {
    width: 20%;
    padding-left: 7px;
}
table.tableSectieUb td#col_5b_U {
    width: 10%;
    padding-left: 10px;
}

/*-----------------------------------------------------------*/

/*---------------------------- P -------------------------------*/
table.tableSectieP {
    display: table;
    width: 100%;
}
table.tableSectieP thead, table.tableSectieP tbody {
    float: left;
    width: 100%;
}
table.tableSectieP thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieP tbody {
    overflow: auto;
    height: 316px;
}
table.tableSectieP tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectieP tr.BG_color {
    background-color: #add8e6;
}

table.tableSectieP th#col_1b_P {
    width: 6%;
    padding-left: 4px;
}
table.tableSectieP th#col_2b_P {
    width: 34%;
    padding-left: 5px;
}
table.tableSectieP th#col_3b_P {
    width: 12%;
}
table.tableSectieP th#col_4b_P {
    width: 17%;
}
table.tableSectieP th#col_5b_P {
    width: 16%;
}
table.tableSectieP th#col_6b_P {
    width: 15%;
}

table.tableSectieP td#col_1b_P {
    width: 6%;
    padding-left: 4px;
}
table.tableSectieP td#col_2b_P {
    width: 34%;
    font-weight: bold;
    padding-left: 5px;
}
table.tableSectieP td#col_3b_P {
    /* width: 12%; geeft Bug in U_getPrestatieForAtleet.php */
    font-weight: bold;
}
table.tableSectieP td#col_4b_P {
    width: 17%;
}
table.tableSectieP td#col_5b_P {
    width: 16%;
}
table.tableSectieP td#col_6b_P {
    width: 15%;
}
/*-----------------------------------------------------------*/

table.tableSectieM2 {
    display: table;
    width: 100%;
}
table.tableSectieM2 thead, table.tableSectieM2 tbody {
    float: left;
    width: 100%;
}
table.tableSectieM2 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieM2 tbody {
    overflow: auto;
    height: 150px;
}
table.tableSectieM2 tr {
    width: 100%;
    display: table;
    text-align: left;
}
table.tableSectieM2 th#col1, table.tableSectieM2 td#col1 {
    width: 20%;

}
table.tableSectieM2 td#col2 {
    width: 20%;
}
table.tableSectieM2 th#col2 {
    width: 20%;

}
table.tableSectieM2 td#col3 {
    width: 20%;

}
table.tableSectieM2 th#col3 {
    width: 20%;

}
table.tableSectieM2 td#col4 {
    width: 20%;
    text-align: right;

}
table.tableSectieM2 th#col4 {
    width: 20%;
    text-align: right;

}
table.tableSectieM2 td#col5 {
    width: 20%;
    text-align: right;
    padding-right: 4px;
}
table.tableSectieM2 th#col5 {
    width: 20%;
    text-align: right;
    padding-right: 8px;
}
/*  M2a     padding-left see U_selectMedailleStatistiekData.php */
table.tableSectieM2a {
    display: table;
    width: 100%;
}
table.tableSectieM2a thead, table.tableSectieM2a tbody {
    float: left;
    width: 100%;
}
table.tableSectieM2a thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectieM2a tbody {
    overflow: auto;
    height: 150px;
}
table.tableSectieM2a tr {
    width: 100%;
    display: table;
    text-align: left;
}
table.tableSectieM2a th#col1_M2a, table.tableSectieM2a td#col1_M2a {
    width: 23%;
    text-align: left;
    padding-left: 4px;
}
table.tableSectieM2a th#col2_M2a, table.tableSectieM2a td#col2_M2a {
    width: 23%;
    text-align: left;
}
table.tableSectieM2a td#col3_M2a {
    width: 23%;
    text-align: left;
}
table.tableSectieM2a th#col3_M2a {
    width: 23%;
    text-align: left;
}
table.tableSectieM2a td#col4_M2a {
    width: 23%;
    text-align: left;
}
table.tableSectieM2a th#col4_M2a {
    width: 23%;
    text-align: left;
}
table.tableSectieM2a td#col5_M2a {
    width: 8%;
    text-align: left;
}
table.tableSectieM2a th#col5_M2a {
    width: 8%;
    text-align: left;
}


table.tablePrestaties2 {
    display: table;
    width: 100%;
}    
table.tablePrestaties2 thead, table.tablePrestaties2 tbody {
    width: 100%;
}    
table.tablePrestaties2 thead tr {
    background-color: #1B3163;
    color: white;
}    
table.tablePrestaties2 th#col1, table.tablePrestaties2 td#col1 {
    width: 7%;
}
table.tablePrestaties2 th#col2, table.tablePrestaties2 td#col2 {
    width: 21%;
}
table.tablePrestaties2 th#col3, table.tablePrestaties2 td#col3 {
    width: 12%;
}
table.tablePrestaties2 th#col4, table.tablePrestaties2 td#col4 {
    width: 12%;
}
table.tablePrestaties2 th#col5, table.tablePrestaties2 td#col5 {
    width: 12%;
}
table.tablePrestaties2 th#col6, table.tablePrestaties2 td#col6 {
    width: 12%;
}

table.tablePrestaties3 {
    display: table;
    width: 100%;
}    
table.tablePrestaties3 thead, table.tablePrestaties3 tbody {
    width: 100%;
}    
table.tablePrestaties3 thead tr {
    background-color: white;
    color: #1B3163;
}    
table.tablePrestaties3 th#col1, table.tablePrestaties3 td#col1 {
    width: 30%;
}
table.tablePrestaties3 th#col2, table.tablePrestaties3 td#col2 {
    width: 12%;
}
table.tablePrestaties3 th#col3, table.tablePrestaties3 td#col3 {
    width: 12%;
}
table.tablePrestaties3 th#col4, table.tablePrestaties3 td#col4 {
    width: 12%;
}
table.tablePrestaties3 th#col5, table.tablePrestaties3 td#col5 {
    width: 18%;
}
table.tablePrestaties3 th#col6, table.tablePrestaties3 td#col6 {
    width: 16%;
}

table.tablePrestaties4 {
    display: table;
    width: 100%;
}    
table.tablePrestaties4 thead, table.tablePrestaties4 tbody {
    float: left;
    width: 100%;
}    
table.tablePrestaties4 thead tr {
    background-color: #1B3163;
    color: white;
}    
/* NIEUW */
table.tablePrestaties4 tbody {
    overflow: auto;
    height: 536px;
}
table.tablePrestaties4 tr {
    width: 100%;
    display: table;
    text-align: left;
}
/* NIEUW */

table.tablePrestaties4 tr.BG_color {
    background-color: #add8e6;
}

table.tablePrestaties4 th#col1, table.tablePrestaties4 td#col1 {
    width: 17%;
}
table.tablePrestaties4 th#col2, table.tablePrestaties4 td#col2 {
    width: 30%;
}
table.tablePrestaties4 th#col3, table.tablePrestaties4 td#col3 {
    width: 17%;
}
table.tablePrestaties4 th#col4, table.tablePrestaties4 td#col4 {
    width: 17%;
}
table.tablePrestaties4 th#col5, table.tablePrestaties4 td#col5 {
    width: 19%;
}

#fotoInfoModal {
    width: auto;
    height: auto;
    margin:0 auto;
}
#XL {
    background-color: lightblue;
}
#XL:hover {
    background-color: yellow;
}

div.logo_11 {
    text-align: center;
    color: orange;
    font-size: 1.5rem;
    font-weight: bold ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 4px;
    cursor: default;
    background-color: #1b3163;
}
div.logo_11 a{
    text-align: center;
    color: orange;
    font-size: 1.5rem;
    margin-top: 4px;
    cursor: default;
    text-decoration:  none;
    background-color: #1b3163;
}
div#logo_12 {
    text-align: center;
    color: lightblue;
    font-size: 1.5rem;
    font-weight: bold ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: -4px;
    cursor: default;
    background-color: #1b3163;
}
div#logo_12 a {
    font-size: 1.5rem;
    color:  lightblue;
    background-color: #1B3163;
    margin-top: -4px;
    cursor: default;
}

/*---------------------------- PX1 -------------------------------*/
table.tableSectiePX1 {
    display: table;
    width: 100%;
}
table.tableSectiePX1 thead, table.tableSectiePX1 tbody {
    float: left;
    width: 100%;
}
table.tableSectiePX1 thead tr {
    background-color: #1B3163;
    color: white;
}
table.tableSectiePX1 tbody {
    overflow: auto;
    height: 360px;
    background-color: gainsboro;
}
table.tableSectiePX1 tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSectiePX1 tr.BG_color {
    background-color: #add8e6;
}

table.tableSectiePX1 th#col_1b_P {
    width: 4%;
    padding-left: 4px;
}
table.tableSectiePX1 th#col_2b_P {
    width: 35%;
    padding-left: 5px;
}
table.tableSectiePX1 th#col_3b_P {
    width: 23%;
}
table.tableSectiePX1 th#col_4b_P {
    width: 0%;
}
table.tableSectiePX1 th#col_3bz_P {
    width: 8%;
}
table.tableSectiePX1 th#col_4bz_P {
    width: 15%;
}

table.tableSectiePX1 th#col_5b_P {
    width: 20%;
}
table.tableSectiePX1 th#col_6b_P {
    width: 18%;
}

table.tableSectiePX1 td#col_1b_P {
    width: 4%;
    padding-left: 4px;
}
table.tableSectiePX1 td#col_2b_P {
    width: 35%;
    font-weight: bold;
    padding-left: 5px;
}
table.tableSectiePX1 td#col_3b_P {
    width: 23%;
    font-weight: bold;
}
table.tableSectiePX1 td#col_4b_P {
    width: 0%;
}
/* 
table.tableSectiePX1 td#col_3bz_P {
    width: 8%;
    font-weight: bold;
}
 
table.tableSectiePX1 td#col_4bz_P {
    width: 15%;
}
*/
table.tableSectiePX1 td#col_5b_P {
    width: 20%;
}
table.tableSectiePX1 td#col_6b_P {
    width: 18%;
}


/*
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
  
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffa500;
}
  
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/images/circle4.gif"); 
    background-color: blue;
}
 

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
} */

 /* END BETA 3 CHANGES */

/*  
@media screen and  (max-width: 846px) {  / * was 767px  * /
    body * {
        font-size: 0.6rem;
    }

    #container {
        width: 100%;
        background-color: white; 
    }
    .card-columns {
        column-count: 1;
    }
    
    #logo_1 {
        / * clear: right;* /
        float: right;
        height: 16px;
        float: left;
    }

    #inhoud2 {
        width: 75%;
    }
    #navigatie2 {
        width: 25%;
    }

    #logo_2 {
        / * float: left; * /
        background-image: url(/images/U_10BL_2e.png);
        background-repeat:  no-repeat;
        height: 80px;
        width: 370px;
        display: block;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left:  -1px;
    }
    #logo_3 {

        float: left;
    }
    td#col1  {
        width: 2%;
        font-size: 0.7rem;
    }
    td#col2  {
        width: 35%;
    }
    td#col3  {
        font-size: 0.7rem;
    }
    .modal-xs {
        / *height: auto;
        width: auto; * /
        max-width: 75%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 75%;
        margin:0 auto;
    }
    .modal-content {
        width: 26rem;
        left: 40;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }  
}
*/

@media screen and  (max-width: 846px) {  /* was 676px */
 
    .visibledevice {
        display:block;
    }
    .visibledesktop {
        display:none;
    }
    
    .visible-xs-inline {
        display: inline!important;
    }
    .hidden-xs {
        display: none!important;
    }

    body * {
          font-size: 0.7rem;
           /* background-color: purple ;yellow;*/
    }
    
    #container {
          width: 100%;
  
    }
  
    #logo_1 {
          /* clear: right;*/
          display: none;
          /* height: 16px;
          float: left;
          margin-left: 5px; */
    }
  
    #logo_2 {
          /* float: left; */
          background-image: url(/images/U_10BL_2e.png);
          background-repeat:  no-repeat;
          display: block;
          height: 80px;
          width: 370px;
          margin-top: 5px;
          margin-right: 0px;
          margin-bottom: 0px;
          margin-left: 0px;
    }
  
    #logo_3 {
          clear: left;
          float: left;
    }
    td#col1  {
        width: 2%;
        font-size: 0.7rem;
    }
    td#col2  {
        width: 18%;
        font-size: 0.7rem;
    }
    td#col3  {
         /* width: 9%; */
         font-size: 0.7rem;
        }
    .modal-xs {
        /*height: auto;
        width: auto; */
        max-width: 70%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 70%;
        margin:0 auto;
    }
    .modal-content {
        width: 24rem;
        left: 20;        
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }  
    .btn-xs {
        font: 0.6rem verdana;
        padding-top: 4px;
    }
    .flexie2 {
        width: 4.2rem;
    }    
    .flexie4 {
        width: 5.0rem;
    }    

    table.tableSectiePX1 td#col_2b_P {
        font-weight: normal;
    }
    table.tableSectiePX1 td#col_3bz_P {
        font-weight: normal;
    }
    table.tableSectiePX1 td#col_3b_P {
        font-weight: normal;
    }
    table.tableSectiePX1 td#col_4bz_P {
        padding-top: 3px;
    }
    span.btn-xd {
        font-weight: normal;
        font: 0.7rem verdana;
    }
  }

@media screen and  (max-width: 516px) {

    td#col_rw.visibledevice {
       font-size: 0.6rem ;
       width: 8%;
    } 
    .card-columns {
        column-count: 1;
    }
    td#col_rw {
        font-size: 0.6rem ;
     }
    td#col2  {
       font-size: 0.6rem ;
       width: 27%;
    }
    td#col4 {
        font-size: 0.6rem ;
        width: 25%;
     }
    td#col3 span{
        font-size: 0.6rem ;
    }
    
    .btn-xs {
        font: bold 0.5rem verdana;
    }
     .modal-xs {
        /*height: auto;
        width: auto; */
        max-width: 70%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 70%;
        margin:0 auto;
    }
    .modal-content {
        width: 23rem;
        left: -28;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }  
    .input-group-text {
        width: 3.8rem;
    }
  }

@media screen and  (max-width: 400px) {

    body * {
        font-size: 0.6rem ;
    }
/*    td#col_rw.visibledevice {
       font-size: 0.6rem ;
       width: 4%;
       margin-top: 0px;
    } */
    .flexie3 {
        width: 4.0rem;
    }
    .flexie4 {
        width: 6.0rem;
    }
    .flexie2 {
        margin-right: 0rem;
    }
    td#col_rw {
        font-size: 0.6rem ;
     }
    .col-sm-12, .col-sm-6 {
        padding-left: 0rem;
    } 
    td#col2  {
       font-size: 0.6rem ;
       width: 30%;
    }
    td#col4 {
        font-size: 0.5rem ;
        width: 22%;
     }
    td#col3 span{
        font-size: 0.6rem ;
     }
     td#col_rw {
        padding-right: 0rem;
        width: 1%;
    }
    .btn-xs {
        font: 0.5rem verdana;
        padding-top: 4px;
     }

     span.btn-xd {
        font: 0.6rem verdana;
    } 
     .modal-xs {
        /*height: auto;
        width: auto; */
        max-width: 60%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 70%;
        margin:0 auto;
    }
    .modal-content {
        width: 20rem;
        left: -48;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }  
    .input-group-text {
        width: 3.8rem;
    }
  }


@media screen and  (min-width: 847px  ) { /* was 768px */
    body * {
        font-size: 0.8rem;
        /* background-color: rgb(236, 230, 140) ; */
    }
    .card-columns {
        column-count: 2;
    }
    
    #container {
        width: 100%;
        background-color: red; /* grey; */
    }
    #logo_1 {
        /* clear: right;*/
        height: 16px;
        float: right;
        margin-top: 5px;
        margin-right: 5px;

    }
    #inhoud2 {
        width: 77%;
    }
    #navigatie2 {
        width: 23%;
        font-size: 0.7rem;
        /* height: 660px; */
    }

    td#col2  {
        font-size: 0.7rem ;
        width: 40%;
    }

    #logo_2 {
        float: right;
        background-image: url(/images/U_10BL_2e.png);
        background-repeat:  no-repeat;
        display: block;
 	      overflow:hidden;
      	text-indent:100%;
      	white-space:nowrap;
        height: 80px;
        width: 370px;
        margin-top: 5px;
        margin-right: 25px;
        margin-bottom: 0px;
        margin-left: 5px;
    }
    #logo_3 {

        float: left;
    }
    .modal-sm {
        /*height: auto;
        width: auto; */
        max-width: 90%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 90%;
        margin:0 auto;
    }
    .modal-content {
        width: 27rem;
        left: 50;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }  
}

@media screen and  (min-width: 920px) {
    body * {
        font-size: 0.8rem;
        /* background-color: rgb(236, 230, 140) ; */
    }
    .card-columns {
        column-count: 3;
    }

    #container {
        width: 100%;
        background-color: red; /*lightgreen;*/
    }
    #logo_1 {
        height: 2%;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }

    #logo_2 {
        float: right;
    }
    #logo_3 {

        float: left;
    }
    #inhoud2 {
        width: 77%;
    }
    #navigatie2 {
        width: 23%;
        font-size: 0.7rem;
    }
    .modal-md {
        /*height: auto;
        width: auto; */
        max-width: 90%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 90%;
        margin:0 auto;
    }
    .modal-content {
        width: 26rem;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }   
}

@media screen and (min-width: 1024px) {
    body * {
        font-size: 0.8rem;
        /* background-color: rgb(236, 230, 140) ; */
    }
    .card-columns {
        column-count: 4;
    }

    #container {
        width: 100%;
        background-color: white; /*cyan;*/
    }

    #logo_1 {
        /* clear: right;*/
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }

    #logo_2 {
        float: right;
        margin-right: 25px;

    }
    #logo_3 {
        float: right;
    }
    #inhoud2 {
        width: 77%;
    }
    #navigatie2 {
        width: 23%;
        font-size: 0.7rem;
    }
    td#col1  {
        font-size: 0.8rem ;
        width: 5%;
    }
    td#col2  {
        font-size: 0.8rem ;
        width: 25%;
    }
    td#col5  {
        font-size: 0.8rem ;
        width: 12%;
    }    
    td#col6  {
        font-size: 0.8rem ;
        width: 12%;
    }
    .modal-lg {
        /*height: auto;
        width: auto; */
        max-width: 90%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 90%;
        margin:0 auto;
    }
    .modal-content {
        width: 27rem;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }       
}

@media screen and  (min-width: 1280px) {

    /*
    body * {
        font-size: 0.8rem; 
        background-color: rgb(236, 230, 140);  
    }
    */
    .card-columns {
        column-count: 5;
    }
    #container {
        width: 100%;
         /* background-color:  rgb(136, 136, 5);palevioletred ;*/
    }

    #logo_1 {
        /* clear: right;*/
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }

    #logo_2 {
        float: right;

    }
    #logo_3 {
        float: right;
    }
    .modal-xl {
        /*height: auto;
        width: auto; */
        max-width: 80%; 
    }
    .modal-dialog,.modal-dialog img {
        max-width: 90%;
        margin:0 auto;
    }
    .modal-content {
        width: 28rem;
        background-color: orange;
    }
    .modal-header {
        background-color: orange;
    }
       
}

@media screen and  (min-width: 2560px) {

    /* body* { */
    body * {
        font-family: verdana;
        font-size: 1.6rem;

    }
    #navigatie2 {
        font-size: 1.2rem;
    }
    td#col_1b_P  {
        font-size: 1.2rem ;
    }
    td#col_2b_P  {
        font-size: 1.2rem ;
    }
    td#col_3bz_P  {
        font-size: 1.2rem ;
    }
    td#col_4bz_P  {
        font-size: 1.2rem ;
    }
    td#col_5b_P  {
        font-size: 1.2rem ;
    }    
    td#col_6b_P  {
        font-size: 1.2rem ;
    }

}    
