* { 
  font-family:arial; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
  background-color:#FFFFFF;
  margin:0 0 0 0;
}
#title {
  font-size:2em;
  font-weight:bold;
  font-style:italic;
}
#subtitle {
  font-size:1.2em;
  font-weight:bold;
  font-style:italic;
  padding-left:30px;
  padding-bottom:10px;
}
#content {
  vertical-align:top;
  padding:0px;
}  
table {
  font-size:0.9em;
}
td.vraagcel {
  width:80%;
  padding-right:50px;
}
.opnamestaattabel td{
  vertical-align:top;
}
.sr {
  color:black;
  font-size:10px;
  margin-left:10px;
  cursor:pointer;
}  
a.antwoord {
  text-decoration:none;
  color:#005476;
}
a.antwoord:hover {
  text-decoration:underline;
}
a.headLink {
  color:white; 
  text-decoration:none;
}
a.headLink:hover {
  color:white; 
  text-decoration:underline;
}
td.menu {
  height:27px;
  line-height:27px;
  background-image:url(image/bovenbalk.png);
  font-size:14px;
  color:white;
}

.list_table td{
  padding-right:4px;
}

.data_table th{
//  -background-image:url(image/td_bg.png);
  background-color:#005476;
  color:white;
  text-align:left;
  height:20px;
}
.data_table aa{
  text-decoration:none;
  font-weight:bold;
  color:#005476;
}
.data_table td{
  background: #bed6dd;
  font-size:13px;
}
.bon_table {
  color:white;
  width:100%;
}
.bon_table td {
  padding:2 0 2 10;
}
.bon_table th {
  margin:10px;
  text-align:right;
  padding:2 0 2 0;
}
div.thead {
  float:left;
  padding:2px;
}
a.menu{
  display:block;
  padding:0 10px;
  font-size:0.8em;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  background-image:url(image/bovenbalk.png);
  color:white;
  float:left;
  border-right:1px solid #ffffff;
}
a.menu:hover{
  background-image:url(image/bovenbalk_hl.png);
  text-decoration:none;
  color:white;
  float:left;
  border-right:1px solid #ffffff;
}  
a.tmenu {
  display:block;
  font-weight:normal;
  color:white;
  line-height:20px;
  border-left:solid white 1px;
  padding:0 5px;
  float:right;
  text-decoration:none;
}
a.tmenu:hover {
  background:#80b0da;
}
.tmenudragover {
  background:#80b0da;
}
a.antwKnop {
  display:block;
  padding:15px;
  border:solid white 2px;
  margin:2px;
  float:left;
  width:740px;
  color:#005476;
  text-decoration:none;
}  
a.antwKnop:hover {
  text-decoration:underline;
}
#footer {
  height:30px;
  background-image:url(image/onderbalk.png);
}
#footer a {
  color:black;
  text-decoration:none;
}
#footercel {
  padding:5px;
  text-align:left;
}
#footercel2 {
  padding:5px;
  text-align:right;
}

table.hersteltabel {
  border-style:solid;
  border-width:1px 1px 0 0;
}
table.hersteltabel th {
  border-style:solid;
  border-width:0 0 1px 1px;
  padding:1px 2px 1px 2px;
}
table.hersteltabel td {
  border-style:solid;
  border-width:0 0 1px 1px;
  padding:1px 2px 1px 2px;
}
td.klikbaar {
  cursor:pointer;
}
td.klikbaar:hover {
  background-color:#5c8294;
  color:white;
}
tr.klikbaar {
  cursor:pointer;
}
tr.klikbaar:hover {
  background-color:#5c8294;
  color:white;
}
.db {
  width:50px;height:25px;float:left;
}
div.ro {
  writing-mode: vertical-rl;transform: rotate(180deg); width:20px; float:left; height:140px;
}
div.hov:hover {
  cursor: pointer;
  background-color:#aaaaaa;
}  
  
/* ------------------------------- nieuw login gedeelte ------------------------------------- */

.loginbody {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f5f5f5;
    margin: 0;
}
.login-container {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-width: 400px;
    width: 90%;
    text-align: center;
}
.login-container img {
    max-width: 200px;
    margin-bottom: 1em;
}
.login-container h2 {
    margin-bottom: 1.5em;
    font-size: 1.5em;
}
.login-container input {
    width: 100%;
    padding: 0.75em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    font-size: 1em;
}
.login-container button {
    width: 100%;
    padding: 0.75em;
    background: #007acc;
    color: #fff;
    border: none;
    border-radius: 0.5em;
    font-size: 1em;
    cursor: pointer;
}
.login-container button:hover {
    background: #005fa3;
}
.login-container input {
  box-sizing: border-box;
}  

/* ---------------------------------- dag planning deel ------------------------------ */

.dp-body {
  font-family: sans-serif;
  margin: 0;
  padding: 1em;
  background: #f9f9f9;
}
.dp-head {
  text-align: center;
  margin: 0.5em 0;
}
.dp-afspraak {
  background: white;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  cursor: pointer;
}
.dp-afspraak .dp-line {
  margin: 0.3em 0;
  font-size: 0.95em;
  color: #444;
}

.dp-icons {
  float:right;
  margin-top: 0.5em;
}
.dp-icons img {
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.dp-controls {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}
.dp-controls button, .dp-controls a {
  padding: 0.8em;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  flex: 1;
  margin: 0 0.3em;
  text-align: center;
}
.dp-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dp-linebreak {
  white-space: pre-line;
}
/* ---------------------------- einde ---------------------------------- */

.mailtabel td {
}

.mailtabell input, textarea, select{
  padding:4px;
  border-radius:5px;
  font-size:14px;
  resize: none;
}

.mailtabel button {
    width: 140px;
    padding: 0.75em;
    background: #007acc;
    color: #fff;
    border: none;
    border-radius: 0.5em;
    font-size: 1em;
    cursor: pointer;
}

#editorknoppen {
  float:right;
  margin-bottom:3px;
}
#editorknoppen button {
  width:30px;height:30px;
  border:outset black 1px;
}
#editorknoppen button:hover {
  width:30px;height:30px;
  border:inset black 1px;
}

.bedragcol input {
  width:80px;float:left;text-align:right;
}  