/******************************************************************************
Reset
******************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************************
Global styles
******************************************************************************/

.hidden { display: none; }

.invisible { visibility: hidden; }

.no-image { background: url("@{img}no-image.gif"); }

.inline { display: inline; }

.block { display: block; }

.absolute { position: absolute; }

.static { position: static; }

.relative { position: relative; }

.fixed { position: fixed; }

.strike { text-decoration: line-through; }

.loading * { cursor: wait !important; }


a {
	color: inherit;
}


article {
	margin-bottom: 1em;
}

em { font-style: italic; }

strong { font-weight: bold; }

article .date { font-weight: bold; }

sup {
	font-size: 70%;
	vertical-align: super;
	line-height: 0;
}

sub {
	font-size: 70%;
	position: relative;
	vertical-align: baseline;
	top: 0.25em;
	line-height: 0;
}

br {
	width: 100%;
	clear: both;
}

hr,
.hr {
	float: left;
	width: 100%;
	clear: both;
	line-height: 1px;
	height: 1px;
	border-width: 0;
	background-color: #000000;
	margin-bottom: 1.5em;
}

.button{
	background-color: #3A489F;
	font-weight: bold;
	font-family: sans-serif;
	color: #ffffff;	
	border-radius: 5px;
	font-size: 12px;
	width:160px;
	height:29px;
	text-decoration: none;
	cursor: pointer;
	border-width: 0;
	display:inline-block;
	text-align:center;
	padding-top: 7px;
}

input[type=submit],input[type=button]{
	background: #59595a;
	font-weight: bold;
	font-family: sans-serif;
	color: #ffffff;	
	border-radius: 5px;
	font-size: 14px;
	width:160px;
	height:36px;
	text-decoration: none;
	cursor: pointer;
	border-width: 0;
}

input[type=submit]{
	display: inline-block;
	margin-left:213px;
}

#form-wachtwoord input[type=submit]{
	display: inline-block;
	margin:10px 0 0 180px;
	/*display:none;*/
}

#wachtwoordvergeten{
	display: inline-block;
	margin-left:104px;
	font-size: 12px;
	display: inline-block;
	margin-left: 213px;
}

#mailbeheerder{
	display: inline-block;
	margin-left:55px;
	font-size: 12px;
}

#gebruikersnaamwachtwoord{
	width: 300px;
	float: right;
}

#submitwwvergeten{
	
}

input[type=button],
.button {

}

input[type=submit],input[type=button] { background-color: #3A489F; }

form#login label {
	display: inline-block;
	width: 100px;
	height:20px;
}

form#wijzig label {
	display: inline-block;
	width: 120px;
	height:25px;
}

form#wijzig input[type=text] {
	float:right;
	width: 150px;
	height:16px;
}

#form-wachtwoord label{
	margin-left:30px;
	
}

input[type=submit],input[type=button] { background-color: #3A489F; }

br.clear{clear:both;}


/******************************************************************************
Layout
******************************************************************************/

html {
background: none;
    background-size: auto;
  background-size: 50%;
}

body {
	font-family: sans-serif;
	font-size: 13px;
	padding: 24px 0;
	color: #000000;
}

#wrapper {
	width: 980px;
	background: #ffffff;
	margin: auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

#header,
#content,
#footer {
	overflow: hidden;
}

#header {
	font-size:30px;
	text-align:center;
	padding:30px;
}

	#header .titlebar {
		background: #3A489F;
		color: #ffffff;
		padding: 12px 24px;
		font-size: 125%;
		font-weight: bold;
		text-transform: uppercase;
	}

	#header .logout {
		text-decoration: none;
		float: right;
	}

	#header nav {
		padding: 12px 24px;
		text-transform: uppercase;
	}

		#header nav li {
			display: inline;
			margin-right: 1em;
		}

		#header nav a {
			text-decoration: none;
			font-size: 125%;
		}

		#header nav .active a,
		#header nav a.active,
		#header nav a:hover { color: #3A489F; }

		#header nav .rechts { float:right; margin-right: 0;margin-left: 1em;}
		#header nav .rechts a{ font-size: 90%;}


#content {
	background: #ffffff;
	padding: 0 24px;
}

#main {
	float: left;
	margin-bottom: 24px;
	padding:0 200px;
}

#personal,
#course,
#sidebar {
	padding: 12px;
	width: 279px;
	min-height: 276px;
	float: left;
}

#personal {
	border: 1px solid #3A489F;
	margin-right: 12px;
}

	#personal .heading { color: #3A489F; }

	#personal .button { background: #3A489F; }


#course {
	border: 1px solid #a5cd30;
}

#course .heading { color: #a5cd30; }
#course .heading a{ color: #a5cd30; }
#course .naam{ font-weight:bold; }
#course .leeromgeving{border: 1px solid #eee;}

#lessen {
	padding: 12px;
	width: 596px;
	min-height: 276px;
	float: left;
}

#lessen {
	border: 1px solid #3A489F;
	margin-right: 12px;
}

	#lessen .heading { color: #3A489F; }

	#lessen .button { background: #3A489F; }


#sidebar {
	background: #e3f2f8;
	border: 1px solid #04a9ce;
	width: 272px;
	min-height: 353px;
	float: right;
}

	#sidebar .heading,
	#sidebar a	{ color: #04a9ce; }
	#sidebar a.vet{font-weight:bold; }

	#sidebar section { margin-bottom: 1.5em; }

	#sidebar .button { background: #59595a; color:#ffffff;}


#berichten {
	padding: 12px;
	width: 906px;
	min-height: 276px;
	float: left;
}

#berichten {
	border: 1px solid #04a9ce;
	margin-right: 12px;
}

	#berichten .heading { color: #04a9ce; }
	#berichten a	{ color: #04a9ce; }

	#berichten .button { background: #04a9ce; color: #ffffff;}
	#berichten a.vet{font-weight:bold; }

#footer {

	padding: 12px 24px;
	text-align:center;
	padding-bottom:33px;
}

	#footer .logo img{
	height:50px;
	margin:0 42px;
	}
	
	.logo1{
		}

	#footer .social {
		display: inline-block;
		float: right;
		padding-top: 10px;
	}

	#google_translate_element {
		float: right;
		display: inline-block;
		margin-left: 24px;
	}


/******************************************************************************
Typography
******************************************************************************/

h1, h2, h3, h4 {
	line-height: 1.2em;
	margin-bottom: 0.25em;
	font-weight: bold;
}

h1 { font-size: 180%; }
h2 { font-size: 180%; }
h3 { font-size: 125%; }

#content {
	line-height: 1.5em;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 1.5em;
}

#content input[type=text],
#content input[type=email],
#content input[type=password] {
	border: 1px solid #000000;
	font-size: 100%;
	padding: 0.25em;
	color: #000000;
	    font-family: sans-serif;
}


/******************************************************************************
Widget progress
******************************************************************************/

.widget.progress {
	cursor: default;
	color: #838380;
	text-transform: uppercase;
	overflow: hidden;
}

.widget.progress .label {
	display: inline;
	margin-right: 1em;
}

.widget.progress .bar {
	background: url('../img/progress-bar-bg.png') 0 50%;
	border-radius: 3px;
	width: 350px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}

.widget.progress .fill {
	background: url('../img/progress-bar-fill.png')  0 50%;
	display: block;
	color: transparent;
	height: 100%;
	width: 0%;
	border-radius: 3px;
	overflow: hidden;
}


/******************************************************************************
Sections
******************************************************************************/



/******************************************************************************
Custom
******************************************************************************/

body.login #main {
	float: none;
	padding-top: 24px;
}

body.login input[type=text],
body.login input[type=password] {
	width: 370px;
	margin-right: 24px;
}

#lessentabel, #lessentabel tr, #lessentabel td, #lessentabel th{border: 1px solid #3A489F;}
#lessentabel th{font-weight:bold;}
#lessentabel .datum{text-align:right;}
#lessentabel .present{text-align:center;padding:2px 0 0 0;margin:0;}

.melding{color:#3A489F;font-weight:bold;}

.course-overview, .course-overview td{
	border-collapse:collapse;
	border: 1px solid #3A489F;
}

.course-overview td{
	padding:5px;
}

#password-strength-status {padding: 5px 10px;color: #FFFFFF; border-radius:4px;margin:0 10px 0 154px; display:inline;}
.medium-password{background-color: #E4DB11;border:#BBB418 1px solid;}
.weak-password{background-color: #FF6600;border:#AA4502 1px solid;}
.strong-password{background-color: #12CC1A;border:#0FA015 1px solid;}

#logos{
	text-align:center;
	
}

#logos img {
  width:350px;
}