﻿html, body, inhoud {
    height: 100%;
    margin: 0;
}

body {
    overflow: hidden;
}

#D_Kop {
    height: 64px;
}

body {
    Background-Color: #3D4384;
    Background-Attachment: fixed;
    Font-Family: 'Segoe UI Symbol';
    margin: 0;
}

.kop {
    width: 100%;
    /*border-collapse: collapse;*/
}

table.kop {
    border: 1px groove #666BA6;
}

.inhoud {
    color: #666BA6;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

ul {
	list-style-type: none;
    padding: 0;
    margin: 2px 0 10px 0;
    list-style-position: inside;
}

.error {
    color:red;
}

.titel {
    color:yellow;
    font-size:xx-large;
}

.info {
    color: #666BA6;
    font-size: medium;
    padding: 8px 8px 8px 8px;
    width:20%;
}

.inhoud {

}

.bovenkant {
    vertical-align: top;
    padding: 4px 2px 2px 2px; 
}

.groep {
    color: white;
    font-size: large;
    font-weight:bold;
}

a:link {
    color: #EAEA00;
}

a:visited {
    color: #EAEA00;
}

a:hover {
    color: orange;
}

.bezoeker {
    color: #0099FF;
    font-size: 12px;
}

.weerwind {
    -webkit-filter: contrast(20%); /* Safari 6.0 - 9.0 + Edge */
    filter: contrast(20%);
}

.weertemp {
    color: orange;
    font-size: 13px;
    text-align: center;
}

.weeruur {
    color: #0099FF;
    font-size: 13px;
    text-align: center;
}

.zoeklabel {
    font-weight:bold;
}

.wrap {
    Overflow-y: auto;
    height: calc(100vh - 66px); /* 66 px = hoogte niet gebruiken = voor kop */
}

.button_yes {
    background-color: limegreen;
    color: black;
    width: 40px;
}

.button_no {
    background-color: darksalmon;
    color: black;
    width: 40px;
}

.button_anders {
    background-color: darksalmon;
    color: lightyellow;
}

div.boeken {
    margin: 0 0 30px 60px;
    color: lightyellow;
}

.nieuwboek {
    vertical-align:top;
}

.middenopdepagina {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.opvallen {
    color: white;
}


/* begin : www.weersvoorspelling.nl */

.wxco {
    width: 40px;
    height: 40px;
}

.circle {
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 10px;
    width: 24px;
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 48px;
    font-size: .7rem;
    font-weight: bolder;
    padding-right: .5rem;
    padding-left: 3px;
}

/* einde :  www.weersvoorspelling.nl */

.button {
    color: white;
    background-color: #666BA6;
    border: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
}


.tips {
    list-style-type:circle ;
    color: whitesmoke;
}

.centered_div {
    border: 0px;
    margin: auto;
    width:80%;
    padding: 10px;
}