/*
 * Copyright (c) 2017, MedLex BV
 */
{
    -webkit-tap-highlight-color:rgba(0,0,0,0)
/* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

@font-face
{
	font-family: varela; 
	src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
}

#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	display: flex;
	align-items: center;
	background-color:#ffffff;
	padding-left:30px;
	font-size:large;
	font-weight:bold;
	color:#274684;
	margin:0;
	left:0px;
	font-family:times;
}

#menu-row
{
	background-color:#274684;
	position:absolute;
	top:80px;
	left:0px;
	height:80px;
	width:100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding-left:30px;
	margin:0;
}
#menu-row ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu-row li
{
	float:left;
	display: block;
	padding: 8px;
	background-color: transparent;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family:calibri, arial, helvetica, sans-serif;
	font-size:medium;
	color:#ffffff;
}

#menu-row li:hover
{
	font-weight:bold;
	cursor:pointer;
}

#container
{
	position:absolute;
	top:160px;
	left:0px;
	bottom:0px;
	right:0px;
	padding: 0;
	margin:20px;
}
.content
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	padding: 20px;
	font-family:varela;
	font-size:11pt;
	font-weight:normal;
	display:none;
	overflow-y:auto;
	overflow-x:hidden;
	max-width:100%;
	margin:0;
}

.content h1
{
	font-family:varela;
	font-size:14pt;
	font-weight:bold;
	color:#274684;
}

.content h2
{
	font-family:varela;
	font-size:13pt;
	font-weight:normal;
	color:#274684;
}

.content li a
{
	text-decoration: none;
	font-family:varela;
	font-size:11pt;
	font-weight:normal;
	color:#000000;
}

.content li a:visited
{
	font-family:varela;
	font-size:11pt;
	font-weight:normal;
	color:#000000;
}

.menuitem
{
	margin-right:15px;
	margin-bottom:3px;
	font-family:varela;
	font-size:medium;
	color:#ffffff;
}

/* ------------------------------------------------------------------------------------------
 * Contact form
 */

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
	background-color: #274684;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
	color: #274684;
	background-color: #a0a0a0;
}

#message button
{
	position:absolute;
	left:8px;
	bottom:6px;
	background-color: #274684;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#message button:hover
{
	color: #274684;
	background-color: #a0a0a0;
}

/* Add a background color and some padding around the form */
.container
{
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

td a
{
	text-decoration:none;
	font-family:varela;
	font-size:medium;
	color:#606060;
	font-weight:normal;
}

td a:hover
{
	color:#000000;
	font-weight:bold;
}

#cover
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	display:none;
	background:transparent;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s;
	-ms-transition: opacity 2s;
	transition: opacity 2s;
}

#messagebox
{
/*	display:none; */
	position:absolute;
	top:40%;
	height:20%;
	left:20%;
	width:60%;
	padding:20px;
	vertical-align:center;
	border-radius: 5px;
	background-color: #b0b0b0;
	color:#274684;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s;
	-o-transition: opacity 2s;
	-ms-transition: opacity 2s;
	border: solid 1px #274684;
}

#text
{
	position:absolute;
	font-family:varela;
	font-size:11pt;
	font-weight:normal;
	text-align:center;
	top:20px;
	bottom:60px;
	left:0px;
	right:0px;
	vertical-align:middle;
}

#messagebox button
{
	position:absolute;
	left:8px;
	bottom:6px;
	background-color: #274684;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#messagebox button:hover
{
	color: #274684;
	background-color: #a0a0a0;
}

.dutch
{
	display: block;
}

.english
{
	display: none;
}
