/*p {
  border: 1px solid red;
}
form {
  border: 1px solid black;
}
div { 
  border: 1px dashed green;
}*/
p#error {
   color: red;
} 
h3 {
   color: orangered;
   /*font-weight: bold;*/
}
p#attentie {
   font-style: italic;
   /*color: orangered;
   font-weight: bold;*/
}
span.attentie {
	color: red;
	font-weight: bold;
}
span.schuin {
	font-style: italic;
}
span.vet {
	font-weight: bold;
}
form#logout_form > p {
  float: right;
}
h2 {
  clear: both;
}
tbody tr:nth-child(odd) {
   background-color: #e0e0e0;
   border: 0;
   margin: 0;
}
tbody tr:nth-child(even) {
   background-color: #ccc;
   margin: 0;
   border: 0;
}
td, th {
  padding: 2px 4px;
  border: 0px 1px;
  margin: 0;
}
td.shifttijd-td {
  text-align: right; 
  font-weight: bold; 
  padding: 2px;
}
tr.actie-tr {
  text-align: center; 
  font-size: x-small;
}
td.actie-td {
  text-align: center;
}
tr.pauze-tr {
  text-align: center; 
}
td.pauze-td {
  text-align: center;
}
td.shifttijd-td-admin {
  text-align: center;
  font-weight: normal;
  padding: 2px;
}
tr.actie-tr td:first-child,
tr.pauze-tr td:first-child {
  padding: 2px;
}
/*table#schema-dagen-tabel > tbody tr:nth-child(odd) {
	background-color: #fff;
	border: 2px dashed #000;
}*/
table#schema-overzicht-tabel,
table#schema-dagen-tabel {
	border-collapse: collapse;
}
table#schema-overzicht-tabel th {
	padding: 10px;
}
table#schema-overzicht-tabel > tbody tr,
table#schema-dagen-tabel > tbody tr {
	background-color: #fff;
}
table#schema-overzicht-tabel > tbody td,
table#schema-dagen-tabel > tbody td {
	border: 1px dashed #999;
	font-style: italic;
	/* border-collapse: collapse; */
}
table#schema-overzicht-tabel > tbody td:first-child,
table#schema-dagen-tabel > tbody td:first-child {
	font-weight: bold;
	text-indent: 0.5em;
}
table#schema-dagen-tabel > tbody td:first-child::first-letter {
	text-transform: uppercase;
}
table#schema-overzicht-tabel > tbody td {
	text-indent: 1em;
}
table#schema-overzicht-tabel > tbody td:last-child {
	border-left: 1px solid #333;
}
table#schema-dagen-tabel > tbody td:last-child {
	white-space: pre;
}
#txt-opmerking {
	width: 100%;
}
ul.indent1 {
	list-style-type: square;
}
ul.indent2 {
	list-style-type: circle;
}
div.indent1 {
	text-indent: 1em;
}
div.indent3 {
	text-indent: 3em;
}
div#helpdata {
	color: #33c;
}
p#p_aanpassen_tijden {
	text-align: right;
}
input#btn_tijden_help {
	float: left;
}
.popup-background {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 350px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.popup-message-box {
	color: #990000;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #c99;
	width: 80%;
}
.popup-close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.popup-close:hover,
.popup-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


@media print {
  h2 { 
    display: none;
  }
  form#logout_form {
    display: none;
  }
  button {
    display: none;
  }
  td, th {
    border: 1px solid black;
  }
  select {
    border: 0;
  }
  select#datumSelect {
     display: block;
     font-weight: bold;
     font-size: 16px;
  }
}
