/*CSS RESET------------------------------------*/

/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
nav ol, nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of Eric A. Meyer's reset bit */

/*ALL GENERAL THINGS---------------------------*/
html{
    scrollbar-width: none;
}

h1, h2, h3, a, p{
    font-family: "Courier New", monospace;
}

a.preview{
    font-size: 0;
}

/*img{
    font-family: "Brush Script MT", cursive;
    font-size: 1pt;
}*/

.lightgreen{
    background-color:#ccddcc;
    color:#222222;
}

.selected{
    background-color:#99ff99;
}

.clr{
    clear:both;
    overflow:hidden;
}

.central{
    margin: 0px auto 0px auto;
    width:886px;
}

.center{
    text-align: center;
}

.mono{
    height:80px;
}

th, td{
    padding: 5px;
    max-width: 200px;
    text-align: right;
    border: 1px solid black;
}

/*ALL HEADER THINGS----------------------------*/
header{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#bfe4d7;
    text-align: center;
    white-space: nowrap;
}

h1{
    text-align:center;
    font-size: 28pt;
    padding: 10px 0px 10px 0px;
}

h2{
    text-align:left;
    font-size: 20pt;
    padding: 8px 0px 8px 0px;
}

h3{
    text-align: left;
    font-size: 16pt;
    padding: 4px 0px 4px 0px;
}

h1>img{
    height: 24px;
}

.side{
    width: 100px;
}

.inline{
    display: inline-block;
}

.space{
    padding: 0px 10px 0px 10px;
}

.left{
    float: left;
}

.right{
    float:right;
}

/*ALL NAV THINGS-------------------------------*/
nav a{
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 5px 10px 5px;
    color: #DFE;
}
/*Hide selections*/
nav a::selection{
    text-decoration: none;
}
nav{
    background-color: #33bb88; /* MUST BE SAME AS HIDDEN ELEMENT COLOR */
    justify-content: center;
    align-items:center;
    display:flex;
    width:auto;
}
nav ul{
    list-style: none;
    margin:0px;
    padding:0px;
}
.hidden{
    color: #33bb88;
    /*Make pointer not change to "hand"*/
}
nav li{
    float: left;
    width: 220px;
    border-left:1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.sidenav li{
    float: none;
    border-bottom:1px solid #FFFFFF;
}
nav ul li{
    display: block;
    /*padding: 0px 5em 0em 5em;*/
    /*margin: 20px 50px 20px 50px;*/
}
nav li ul{
    position: absolute;
    width: 220px;
    display:none;
    background-color: #33bb88; /* MUST BE SAME AS HIDDEN ELEMENT COLOR */
    z-index: 2; /*Can I work around this?*/
}
nav li ul li{
    border-top:1px solid #FFFFFF;
}
nav li ul li:hover{
    background-color: #11bb99;
}
nav ul::after {
    content: "";
    display: block;
    clear: both;
}
nav>ul>li:hover:not(.hidden){
    background-color: #11bb99; /* MUST BE SAME AS HIDDEN ELEMENT COLOR */
}
nav li:hover ul{
    display:block;
}

.sidenav{
    float: left;
    margin-top: 62px;
    background-color: #33bb88;
    width: 18%;
}

.nofloat{
    float: none;
}

/*MAIN CONTENTS------------------------------*/

.main{
    float:left;
    width: 64%;
    height: 100%;
}

.main_flex{
    width: 64%;
    height: 100%;
}

.logo{
    height:62px;
}

#reclametext{
    display:block;
    padding: 5px;
}

.leftimgtext{
    float:left;
}

#beschrijving{
    display:block;
    /*padding: 5px 0px 25px 0px;*/
    clear:both;
}

.fullwidth{
    display:block;
    width:inherit;
}
.fullwidth img{
    width:inherit;
}

#voorbeeld:hover{
    cursor: pointer;
}

#dailyMessage{
    margin-bottom: 30px;
}

.bigger_icon{
    width: 28px;
    height: 26px;
}
.success{
    color: rgb(0, 192, 0);
}
col#manage{
    background-color: lightgrey;
}

.tohover{
    border:1px solid white;
}

.tohover:hover{
    border:1px solid black;
}

/**/
div#wij{
    /*position:absolute;*/
    float:left;
    display:block;
    /*width: auto;*/
    margin:0px 0px 30px 0px; /*30px = hoogte van de footer*/
    padding:5px 0px 5px 0px;
}
div.subdiv{
    float: left;
    width: 500px;
    margin: 0px;
}
div.loose p, div.loose span{
    padding:5px;
}
div#wij div.person{
    width: 50%;
    margin:0px auto 0px auto;
    text-align:center;
}
div#wij a{
    /*width: inherit;
    */margin: auto;
}
div#wij a img:hover{
    background: rgba(39,62,84,0.82);
    opacity:0.5 !important;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    box-shadow: 0 0 0px #000000;
}
div#wij img{
    display: block;
}
/**/
div.imlinks{
    /*position:absolute;*/
    float:left;
    display:block;
    width: auto;
    margin: 5px 0px 5px 0px;
    padding:0;
}
div.imlinks div{
    float: left;
    width: 498px;
    border: 1px solid blue;
    margin: 0px auto 0px auto;
    margin-right: 0px;
}
div.imlinks a{
    width: inherit;
}
div.imlinks a img:hover{
    background: rgba(39,62,84,0.82);
    opacity:0.5 !important;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    box-shadow: 0 0 0px #000000;
}
div.imlinks img{
    display: block;
    width: inherit;
    padding:0;
    margin:0;
}

/*overflow: hidden;*/
/*transform: translate(), scale(), rotate(), matrix(scale, skew, skew, scale, translate, translate)*/

/*ALL FOOTER THINGS--------------------------*/

footer{
    position:fixed;
    width:inherit;
    bottom:0px;
    font-size: 10pt;
    text-align: center;
    background-color: #bfe4d7;
}

.footer_icon{
    width: 16px;
    height: 15px;
}

/*CONTENT EDITING!*/

*:focus-visible{
    outline:none;
}

*[contenteditable=true]{
    width: fit-content;
}

span.centered{
    display: block;
    text-align: center;
}

.edit_page{
    display: block;
    padding: 10px 5px 10px 5px;
    color: black;
    margin: auto;
    width: 100%;
    background-color: inherit;
    border: none;
    font-family: "Courier New", monospace;
    font-style: italic;
    font-size: 14px;
}

.edit_page:hover{
    cursor: pointer;
    color: #DFE;
}

.main_aspect{
    cursor: pointer;
    width: 100%;
    padding: 16px;
    text-align: center;
}

.main_aspect:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.datarow{
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #04AA6D;
    color: white;
}

.datarow:hover{
    opacity:90%;
}

.hiddenelement{
    visibility: hidden;
    z-index: 2;
}

.hiddenelement:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.datarow:hover .hiddenelement{
    visibility: visible;
    cursor: pointer;
    padding: 16px;
}

.side_aspects{
    display: none;
    position: absolute;
    background: white;
    z-index: 1;
    top: 0;
    left: 35%;
    right: 35%;
}

.dropdown{
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.blacktext{
    color: black;
}

.hsplit{
    display:flex;
}

.side{
    width:18%;
}

.side li{
    float: none;
    border-bottom:1px solid #FFFFFF;
}

.order3{
    order: 3;
}

.none{
    display: none;
}

