/*tetris*/
#spel{ margin: 0; padding: 0; border: 0; font-size:11pt; font-family:Times New Roman; color:#303030; line-height: 15pt;}
#Tetris{width: 300px; height: 400px; margin: 50px auto 0 auto; background-color: #DCDCDC; border: 2px solid gray; position: relative;}
#Scrren{list-style-type: none; float: left;}
#Scrren li{float: left;}
#Main-scrren{background-color: black; margin: 20px 0 0 50px;}
#Sub-scrren{background-color: black; margin: 0 0 0 20px;}
#Scrren p{margin: 30px 0 0 25px;}
#Game_over{position: absolute; top:180px; left:60px; display: none;}
#Score{position: relative; width: 80px; height: 20px; top: 0px; left:10px; overflow: hidden; }
#play{background-color: white; width: 40px; height: 20px; border: solid 2px gray; border-radius: 3px; padding-left: 10px; cursor: pointer;}

/*navigatie*/
.bd-navbar {
    top:0;
    position: sticky;
    min-height: 4rem;
    background-color: #7952b3;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}

.nav-pills .nav-link.active{background-color: #7952b3; text-color:white;}

a{background-color: transparent; color:#7952b3;}
a:hover{background-color: transparent; color:#7952b3;}

* {
    box-sizing: border-box;
}

.btn-link {
    color: #7952b3;
}
.btn-link:hover{color:#7952b3;}

div.container{
    margin-left: 150px;
}


.notdisplayed {
    display: none;
}

.displayed {
    display: inline;
}
/*zebratabel*/
tr:nth-child(even) {
    background-color: #f2f2f2;
}
/*intypen wordt blauw overgeschreven*/
#span {
    color: blue;
}

/*kaartenkolommen inklapbaar (inhoudstafel op home)*/
/*
.card-columns {
@include media-breakpoint-only(lg) {
    column-count: 4;
}
@include media-breakpoint-only(xl) {
    column-count: 5;
}
}

 */


input {
    border: 1px solid transparent;
    background-color: #e4d9f5;
    padding: 10px;
    font-size: 16px;
}



input.grijs.normaal{
    border-color: grey;
    text-align: center;
    font-size: small;
    font-weight:bolder;
    color:grey;
    width:100px;
}
/*vb bij eign*/

input.grijs.langer{
    border-color: grey;
    text-align: right;
    font-size: small;
    font-weight:bolder;
    color:grey;
    width:400px;
}

h1{color: #7952b3;}
h2{color: #7952b3;}
h3{color: #7952b3;}
h4{color: #7952b3;}
body{color: dimgrey;}
/*   met dit overrule je bootstrap
h1{font-size:16px;
    font-weight:bold;
    }
h2{font-size:16px;color: #7952b3;}
h3{font-size:13px;
    font-weight:bold;color: #7952b3;}
h4{font-size:13px;color: #7952b3;}
body {
    font: 11px sans-serif;

}
*/

/*voor werkbladen af te drukken*/

@media print
{h5 {page-break-before: always;}}


/*puzzel*/
.achtergrond {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
}

.voorgrond {
    position: relative;
    z-index: 2;
    height: 200px;
    width: 200px;
    border: solid;
    border-width: thin;
}
path.voorgrond{
    stroke: white;
    stroke-width: 3px;
}






circle {
    fill: #ffffff;
    fill-opacity: .2;
}

/*vb bij controleer*/
.btn.grijs{
    border-color: grey;
    font-size: small;
    font-weight:bolder;
    color:grey;
}
.btn.paars{
    background-color: #7952b3;
    font-size: small;
    font-weight:bolder;
    color:white;
}
.btn.lichtgrijs{
    border-color: grey;
    font-size: x-small;
    font-weight:bolder;
    color:grey;
}
.btn.kb{
    background-color: midnightblue;
    font-size: small;
    font-weight:bolder;
    color:white;
    width:50px;
    height: 40px;
    margin: 3px;
}
.btn.kblanger{
    background-color: midnightblue;
    font-size: small;
    font-weight:bolder;
    color:white;
    width:100px;
    height: 40px;
    margin: 3px;
}