
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	color: #000000;
		background-color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 11px;
		text-decoration: none;
		padding: 6px;
		margin-left:3px;
		margin-top:0;
		margin-right:0;
}

h1 {
    font-size: 18px;
}
/* RESULTAAT STUDENT: */
table, td, th {
    color:#000000;
		border: 1px solid #e6e6e6;
		border-collapse: collapse;
		}
td, th {
		padding: 5px;
  	min-width: 80px;
}
table th {
		color:#ffffff;
		background-color:#000000;
}
table td.personalResult_examName, table th.personalResult_examName {
    min-width: 400px;
		text-align: left;
}
/* kolombreedte naam */
.table-scroll thead th.studentName {
		text-align: left;
		min-width: 160px;
}

/* resultaten:*/
td.fail {
    text-align: center;
	  font-weight: bold;
		color:#ffffff;
		background:#ff0000;
}
td.none {
    text-align: center;
}
td.pass {
		text-align: center;
		font-weight: bold;
		background-color:#40FF00;
}

/* NIEUW: RESULTATEN PER KLAS - horizontall scroll items 22-9-2020:*/
.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
	height: auto;
}
.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th {
	min-width: 140px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  vertical-align: center;
	}
  .table-scroll td {
	min-width: 140px;
  padding: 3px 12px 3px 12px;
  border: 1px solid #e6e6e6;
  vertical-align: center;
	}
.table-scroll thead th {
  background: #000000;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
th, td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
}
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}
