* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* standards */

body {
    background-color:darkslategray ;
    color: whitesmoke ;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    overflow-y: scroll;
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

a:hover {
	color: #FF3300;
}

h2 {
	margin-bottom: 0.5em;
}
h3 {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}	
p {
	margin-bottom: 0.83em;
}
ul {
	display: block;
	padding-left: 20px;	
	margin-bottom: 0.83em;
}

/* pagina indeling */

.containermain {
	width: 90%;
	max-width: 900px;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* overzicht */

.regmain {
	size: 90%;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.regitem {
    margin: 1px;
    display: flex;
    flex: none;
    align-items: center;
}
.regimgl {
    width: 360px;
    height: auto;
    border: none;
}
.regimgp {
    height: 240px;
    width: auto;
    border: none;
}

/* detailweergave & edit */

.imgl {
	max-width: 100%;
	height: auto;
}
.imgp {
	width: 70%;
	height: auto;
	max-height: 100%;
}
.imgledit {
	max-width: 80%;
	height: auto;
}
.imgpedit {
	width: 56%;
	height: auto;
	max-height: 100%;
}
/* forms */

.form {
	border: 1px solid aliceblue;
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	size: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.formfilter {
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.btn {
	background-color: AliceBlue;
	border: 1px solid AliceBlue;
	border-radius: 3px;
	color: #0066CC;
	display: inline-block;
	font-weight:bold;
	min-width: 40px;
	margin-right: 5px;
	padding: 8px 6px;
}
.btnmini {
	padding: 1px;
}
.btn:hover {
	background-color: #EFEFEF;
	color: #FF3300;
	box-shadow: 4px 8px 16px -4px rgba(0,0,0,0.2);
	cursor: pointer;
}
.btndisa {
	border-radius: 3px;
	border: 1px solid AliceBlue;
	color: gray;
	display: inline-block;
	font-weight:bold;
	padding: 8px 6px;
	min-width: 40px;
	margin-right: 5px;
}

.btninline {
 	background-color: #E6E6E6;
	border-radius: 3px;
	border: 2px solid #ddd;
	color: #0066CC;
	cursor: pointer;
	display: inline-block;
	font-weight:bold;
	padding: 2px 6px;
}

.btnslotregel {
/*	line-height: 2.8em; */
	margin-top:5px;
}

input[type="text"], select, textarea {
	font-size:medium;
	width: 100%;
	max-width: 800px;
	padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type="datetime-local"] {
	font-size: 15px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input[type=submit] {
	font-size:medium;
	font-weight: bold;
	background-color: AliceBlue;
	border: 1px solid AliceBlue;
	border-radius: 3px;
	color: #0066CC;
	margin-top: 3px;
	margin-right: 5px;
	padding: 8px 6px;
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:focus {
	background-color: #EFEFEF;
	color: #FF3300;
	box-shadow: 4px 8px 16px -4px rgba(0,0,0,0.2);
	cursor: pointer;
}
label:hover{
    color: #FF3300;
}

.col-25 {
  float: left;
	padding-right: 5px;
	text-align:right;
  width: 25%;
  margin-top: 5px;
}

.col-75 {
  float: left;
    text-align:left;
  width: 75%;
  margin-top: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* misc */

.alert {
	color: #000000;
	font-weight: bold;
}
.btnline {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 16px;
}
.center {
	text-align: center;
}
.confirm {
	font-weight: bold;
	color: forestgreen;
}
.error {
	font-weight: bold;
	color: #FF3300;
}

.info {
	color: #0000FF;
	font-weight: bold;
}
.smallprint {
	font-size: 0.9em;
}
.spacer {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Footer */

.footer {
	width: 100%;
	padding: 5px;
	text-align: center;
}
.footertext{
	font-variant: small-caps;
	font-weight: bold;
	color: whitesmoke; 
}
@media screen and (max-width: 700px) {
  .col-25, .col-75 {
    width: 100%;
    margin-top: 3px;
	text-align: left;
  }
}
@media screen and (max-width: 2012px) {
.regimgl {   
    width: 300px;
}
.regimgl {   
    height: 200px;
}
}
@media screen and (max-width: 1680px) {
.regimgl {   
    width: 240px;
}
.regimgl {   
    height: 160px;
}
}