@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
html,
button,
input,
select,
textarea {
  color: #222;
}

* {
  box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: Lato;
}
html {
  font-size: 1em;
  line-height: 1.4;
 font-family: 'Lato', sans-serif;
	text-decoration: none;
  
}
@page {
    size: auto;   /* auto is the initial value */
	margin: 0;  /* this affects the margin in the printer settings */}
.bg-geel{
	background-image: url("../img/bg.jpg"); ;
	background-size: cover;
	
}
.wit{
	background-color: #fafcff !important;
}
.geel{
	background-color: #ffc33c !important;
}
.paars{
	background-color: #a23bc7 !important;
}
.grijs{
	background-color: #979eab !important;
}
.blauw{
	background-color: #56cfc3 !important;
}
.donkerpaars{
	background-color: #411c71 !important;
}
.oranje{
	background-color: #ff613c !important;
}
.roze{
	background-color: #d31373 !important;
}
.gebrokenwit{
	background-color: #fff8f2 !important;
}
.rood{
	background-color: #ee5353 !important;
}
.groen{
	background-color: #6ACF63 !important;
}
.lichtrood{
	background-color: #F2AFAF !important;
}
.lichtgroen{
	background-color: #C0EDBD !important;
}
button .lichtrood:hover{
	background-color: #ee5353 !important;
}
button .lichtgroen:hover{
	background-color: #6ACF63 !important;
}
.lichtpaars{
	background-color: #e0b2f0 !important;
}

.txtwit{
	color: #fafcff !important;
}
.txtgeel{
	color: #ffc33c !important;
}
.txtpaars{
	color: #a23bc7 !important;
}
.txtgrijs{
	color: #979eab !important;
}
.txtblauw{
	color: #56cfc3 !important;
}
.txtdonkerpaars{
	color: #411c71 !important;
}
.txtoranje{
	color: #ff613c !important;
}
.txtroze{
	color: #d31373 !important;
}
.txtgebrokenwit{
	color: #fff8f2 !important;
}
.displaynone{display:none;}
/* Loginscreen start */

.loginscherm{
	height: auto;
	width: 350px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	box-shadow: 0 2px 16px 0 rgba(93,16,120,0.76), 0 5px 20px 7px rgba(162,59,200,0.29);
	border-radius: 40px;
}
.loginlogo{
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.loginlogo img{
	width: 80px;
	height: auto;
}
.logintekst{
	height: 50px;
	width: 250px;
	margin-top: 20px;
	margin-left: 50px; 
	color: #9c9da1;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}


.loginbutton{
	height: 50px;
	width: 300px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 16px;
	border: none;
	border-radius: 20px;
	float: left;
	clear: right;
	margin-bottom: 20px;
	-webkit-appearance: none;
	margin-left: 25px;
	    cursor: pointer;
	
box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);

}
.smartschoolicoon{
	height: 30px;
	width: 30px;
	float: left;
	clear: right;
}
.smartschoolicoon img{
	height: 30px;
	width: 30px;
}


/* Loginscreen stop */

.content {
    width: 350px;
    height: auto;
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(93,16,120,0.76), 0 5px 20px 7px rgba(162,59,200,0.29);
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
	min-height: 100px;
}
.header{
	width: 300px;
	height: 70px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.headerlogo{
	height: 70px;
	width: 70px;
	float: left;
	clear: right;
}
.headerlogo img{
	height: 70px;
	width: 70px;
}
.headermenu{
	display: none;
}
.headerloguit{
	height: 40px;
    width: 110px;
    padding-top: 8px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    float: left;
    clear: right;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-appearance: none;
    margin-left: 110px;
box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
}
.menuitem{
	    height: 50px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-weight: 700px;
    text-transform: uppercase;
    color: #979EAB;
    float: right;
    clear: left;
    list-style: none;
	margin-top: 10px
}
.inhoud{
	width: 300px;
    height: auto;
	min-height: 100px;
	margin-left: 25px;
	margin-right: 25px;
    overflow: auto;
}
.inhoud2{
	width: 310px;
    height: auto;
	min-height: 100px;
	margin-left: 20px;
	margin-right: 20px;
    overflow: auto;
}
.inhouddash{
	width: 350px;
    height: auto;
	min-height: 100px;
    overflow: auto;
}
.onthaaltekst{
	width: 300px;
	color: #979EAB;
	font-size: 20px;
	font-weight: 600;
}
.footer{
	width: 300px;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-align: center;
	color: #979EAB;
	font-size: 12px;
}
.actief{
	color: #d31373 !important;
}
.debug{
	width: 1060px;
	height: auto;
	background-color: lightcoral;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.debugtitel{
	width: 1040px;
	height: auto;
	font-size: 18px;
	font-weight: 600;
}
.flex-container {
  width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.flex-container2 {
  width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.linkerkolom-1-2{
	width: 350px;
	height: auto;
	min-height: 100px;
	float: left;
	clear: right;
}
.rechterkolom-1-2{
	width: 690px;
	height: auto;
	float: left;
	clear: right;
}

.linkerkolom-1-1{
	width: 300px;
	height: auto;
	min-height: 100px;
	float: left;
	clear: right;
}
.rechterkolom-1-1{
	width: 300px;
	height: auto;
	float: left;
	clear: right;
}

.margin-right-20{
	margin-right: 20px;
}
.vak-520{
	width: 300px;
	height: auto;
	min-height: 100px;
	background-color: #eeeeee;
	border-radius: 20px;
	overflow: auto;
	padding-bottom: 20px;
}
.vaktitel{
	width: 260px;
	height: auto;
	margin-left: 20px;
	padding-top: 15px;
	font-weight: 600;
	font-size: 20px;
	
}
.vaktitel2{
	width: 295px;
	height: auto;
	padding-top: 8px;
	font-weight: 600;
	font-size: 20px;
	float: left;
	clear: right;
	
}
.vaktitel3{
	width: 310px;
	height: auto;
	font-weight: 600;
	font-size: 16px;
	float: left;
	clear: right;
	
}
.vaktitel4{
	width: 730px;
	height: auto;
	font-weight: 600;
	font-size: 16px;
	float: left;
	clear: right;
	
}
.excelexport{
	width: 20px;
	height: 20px;
	float: left;
	clear: right;
	margin-top: 3px;
	color: #008000;
	text-align: right;
}
.klasknop{
	height: 40px;
	width: 135px;
	float: left;
	clear: right;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding-top: 8px;
}
.opzoekveld{
	height: 40px;
	width: 200px;
	border: none;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 10px;
}
.button-opzoeken{
	height: 41px;
	width: 60px;
	border: none;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 21px;
	margin-left:-2px;
	font-size: 16px;
	    cursor: pointer;
}
.button-opzoeken-2{
	height: 40px;
	width: 80px;
	border: none;
	border-radius: 20px;
	margin-left:20px;
	font-size: 16px;
	    cursor: pointer;
	
}
.button-algemeen{
	height: 40px;
	width: 120px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	    cursor: pointer;
	
}
.button-breed{
	height: 40px;
	width: 375px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	    cursor: pointer;
	
}
.button-graduation{
	height: 40px;
	width: 80px;
	border: none;
	border-radius: 20px;
	font-size: 24px;
	float: left;
	clear: right;
	    cursor: pointer;
}
.button-up{
	height: 40px;
	width: 40px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	float: left;
	clear: right;
	padding-left: 2px;
	margin-left: 5px;
		    cursor: pointer;
}
.button-del-backup{
	height: 40px;
	width: 100px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	float: left;
	clear: right;
	padding-left: 2px;
	margin-left: 10px;
		    cursor: pointer;
}
.button-down-backup{
	height: 40px;
	width: 100px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	float: left;
	clear: right;
	padding-left: 2px;
	margin-left: 10px;
		    cursor: pointer;
			text-align: center;
			padding-top: 10px;
			margin-bottom: 10px;
}
.button-del-doel{
	height: 90px;
	width: 40px;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	padding-left: 2px;
	    cursor: pointer;
		margin-bottom: 10px;
}
.rij{
	height: 40px;
	width: 260px;
	border-radius: 20px;
	margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 9px;
    margin-left: 20px;
}
.rij2{
	height: 40px;
	width: 300px;
	border-radius: 20px;
	margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 9px;
	float: left;
	clear: right;
	margin-right: 10px;
}
.mar-bot-10{
	margin-bottom: 10px !important;
}
.mar-bot-20{
	margin-bottom: 20px !important;
}
.mar-right-10{
	margin-right: 10px !important;
}
.mar-right-20{
	margin-right: 20px !important;
}
.zijmenu{
    width: 299px;
    height: auto;
    float: left;
    clear: right;
    background-color: #FAFCFF;
    border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	padding-top: 20px;
}
.dashboardinhoud{
	width: 809px;
    height: auto;
    float: left;
    clear: right;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
    padding-top: 20px;
}
.menulist li {
    height: 50px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #979EAB;
    list-style: none;
}
.boldmenu {
    height: 40px !important;
    padding-bottom: 5px !important;
}
.leerlingbalk{
    width: 350px;
    background-color: #FAFCFF;
    border: 1px solid #EFEFEF;
    padding-left: 20px;
	padding-right: 20px;
    overflow: auto;
	height: 200px;
}
.leerlingafbeelding{
	height: 160px;
	width: 160px;
	border-radius: 90px;
	margin-top: 20px;
	float: left;
	clear: right;
	display: none;
}
.leerlingafbeelding img{
	height: 160px;
	width: 160px;
	border-radius: 90px;
	display: none;
}
.informatieveldleerlingen{
	height: 160px; 
	width: 300px;
	float: left;
	clear: right;
	margin-top: 20px;
}
.leerlingnaam{
	width: 300px;
    color: #979EAB;
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 10px;
}
.leerlinginfolijn{
	height: 20px;
	width: auto;
	float: left;
	clear: right;
	margin-right: 20px;
	margin-bottom: 5px;
}
.leerlinginfolabel{
	color: #979EAB;
    font-size: 14px;
    font-weight: 400;
	width: auto;
	float: left;
	clear: right;
	margin-right: 5px;
}
.leerlinginfoinhoud{
    font-size: 14px;
	width: auto;
	float: left;
	clear: right;
}
.printbuttonlln{
	display: none;
}
.vakinhoud{
	width: 300px;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
}
.mar-left-10{
	margin-left: 10px;
}
.mar-left-20{
	margin-left: 20px;
}
.mar-top-10{
	margin-top: 10px;
}
.mar-top-20{
	margin-top: 20px;
}
.geenresultaten{
	height: auto;
	overflow: auto;
	margin-left: 20px;
	width: 760px;
}
.label{
 height: 25px;
	width: 125px;
	float: left;
	clear: right;
	margin-top: 8px;
	font-weight: 600;
}
.veld{
	height: 40px;
	width: 250px;
	float: left;
	border-radius: 20px;
	border: 1px solid #EFEFEF;
	background-color: #FAFCFF;
	padding-left: 10px;
	padding-right: 10px;
}
.veldselect{
	height: 40px;
	width: 260px;
	float: left;
	border-radius: 20px;
	border: 1px solid #EFEFEF;
	background-color: #FAFCFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.veldselectprint{
	height: 40px;
	width: 200px;
	float: left;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid #EFEFEF;
	background-color: #FAFCFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.lijn{
	height: 40px;
	width: 400px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.lijn2{
	height: 40px;
	width: 400px;
	margin-bottom: 10px;
}
.aanpassenbutton{
	width: 375px;
	height: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	border: none;
	margin-top: 10px;
	    cursor: pointer;
}
.checkbutton{
	width: 330px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 20px;
	border: none;
	margin-top: 10px;
	    cursor: pointer;
}
.melding{
	height: auto;
	width: 300px;
	position: fixed;
	top: 10px;
	right: 10px;
	border: 5px solid;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  30% { opacity: 1; }
	70% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  30% { opacity: 1; }
	70% { opacity: 1; }
}
.gelukt{
	background-color:#a9ee9b;
	border-color:#21a306;}
.mislukt{
	background-color:#ee9d9b;
	border-color:#a30a06;}
.instellingenvak{
	width: 375px;
	margin-left: 20px;
	float: left;
	clear: right;
	min-height: 100px;
	border-radius: 20px;
	background-color: #eeeeee;
	margin-top: 20px;
}
.klasfield{
	height: 40px;
    width: 200px;
    border: none;
    border-radius: 20px;
    margin-left: 20px;
    padding-left: 10px;
	float: left;
    clear: right;
}
.klaslijntoevoegen{
	height: 40px;
	width: 375px;
	margin-bottom: 10px;
}
.insttitel{
	width: 350px;
    color: #979EAB;
    font-size: 20px;
    font-weight: 600;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.doelstellingvakdash{
	width: 770px;
	min-height: 100px;
	border-radius: 20px;
	background-color: #eeeeee;
	margin-top: 20px;
	padding: 20px;
	float: left;
	clear: right;
}
.doelstellingvakdash-half{
	width: 375px;
	min-height: 100px;
	border-radius: 20px;
	background-color: #eeeeee;
	margin-top: 20px;
	padding: 20px;
	float: left;
	clear: right;
}
.dashboardlijn{
	width: 770px;
	height: auto;
	overflow: auto;
	float: left;
}
.form-doel-text{
	height: 40px;
    width: 80px;
    border: none;
    border-radius: 20px;
    padding-left: 10px;	
}
.form-doel-select{
	height: 40px;
    width: 80px;
    border: none;
    border-radius: 20px;
    padding-left: 10px;	
	margin-top: 10px;
}
.form-doel-textarea{
	height: 90px;
    width: 585px;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
    margin-left: 10px;
	padding: 10px;
	font-size: 16px;
	float: left;
	clear: right;
	resize: none;
}
.form-doel-kolom{
	height: 90px;
	width: 80px;
	float: left;
	clear: right;
	
}
.form-doel-kolom-2{
	height: 90px;
	width: 40px;
	float: left;
	clear: right;
	margin-left: 10px;
	
}
.form-doel-text2{
	height: 40px;
    width: 360px;
    border-radius: 20px;
    padding-left: 10px;	
	border: 1px solid #EFEFEF;
	margin-left: 5px;
	margin-right: 5px;
}
.form-doel-select2{
	height: 40px;
    width: 180px;
    border-radius: 20px;
    padding-left: 10px;	
	border: 1px solid #EFEFEF;
}
.form-doel-select3{
	height: 40px;
    width: 50px;
    border-radius: 20px;
    padding-left: 10px;	
	border: 1px solid #EFEFEF;
}
.form-eva{
	width: 660px;
	float: left;
	clear: right;
}
.evaindi{
	width: 730px;
    
    border-radius: 20px;
    background-color: #FAFCFF;
    margin-top: 10px;
    padding: 10px;
    float: left;
    clear: right;
}
.form-doel-eva-del{
	height: 40px;
	width: 45px;
	float: left;
	clear: right;
}
.doeleva-timestamp{
	font-size: 12px;
	font-style: italic;
	color: #959493;
	margin-bottom: 5px;
}
.doelblok{
	width: 310px;
	min-height: 100px;
	border-radius: 20px;
	background-color: #eeeeee;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 20px;
	float: left;
	clear: right;
	overflow: auto;
}
.doelblok2{
	width: 310px;
	min-height: 100px;
	border-radius: 20px;
	background-color: #eeeeee;
	margin-bottom: 20px;
	padding: 20px;
	float: left;
	clear: right;
	overflow: auto;
}
.doelblok3{
	width: 310px;
	min-height: 100px;
	border-radius: 20px;
	background-color: #eeeeee;
	margin-bottom: 20px;
	padding: 20px;
	float: left;
	clear: right;
	overflow: auto;
	border: 2px solid #a23bc7;
}
.doelbloktitel{
	width: 280px;
	height: auto;
	overflow: auto;
}
.doelbloktitel2{
	width: 280px;
	height: auto;
	overflow: auto;
	color: #979EAB;
    font-size: 16px;
    font-weight: 600;
}
.doelbloktitel-links{
	height: auto;
	width: 240px;
	margin-right: 10px;
	float: left;
	clear: right;
	font-weight: 600;
    font-size: 14px;
}
.doelbloktitel-rechts{
	height: 30px;
	width: 30px;
	float: left;
	clear: right;
	border-radius: 15px;
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
}
.font-weight-900{
	font-weight: 900;
	 float: left;
	clear: right;
}
.doelevaLLN{
	width: 270px;
    border-radius: 20px;
    background-color: #FAFCFF;
    margin-top: 10px;
    padding: 10px;
    float: left;
    clear: right;
}
.doelevaLLN-vak{
	min-height: 40px;
	height: auto;
	width: 250px;
	float:left;
	clear: right;
	color: #979EAB;
    font-size: 16px;
    font-weight: 600;
	padding-top: 8px;
	padding-right: 10px;
}
.doelevaLLN-knoppen{
	height: 40px;
	width: 90px;
	float:left;
	clear: right;
	margin-left: 80px;
}
.button-V{
	height: 40px;
	width: 40px;
	border-radius: 20px;
	border: none;
	float: left;
	clear: right;
	cursor: pointer;
}
.oudere-evaluaties-titel{
	width: 270px;
    color: #979EAB;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.huidigschooljaar{
	overflow: auto;
}
.doelevaLLN-knoppen-knop-volledig{
	height: 40px;
	width: 40px;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
	float: left;
	clear: right;
}
.extrainfo-label{
	font-size: 12px;
	float: left;
	clear: right;
	font-weight: 600;
	width: auto;
	height: 15px;
}
.extrainfo-info{
	font-size: 12px;
	float: left;
	clear: right;
	font-weight: 200;
	width: auto;
	height: 15px;
	margin-left: 5px;
	margin-right: 25px;
}
.rapport{
	height: auto;
	width: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
.rapport-page{
	height:296mm;  
	width:200mm;
	overflow: visible;
	margin-left:auto; 
	margin-right:auto;
	page-break-after: always;
}
.rapport-header{
	width: 200mm;
	padding-top: 10mm;
	padding-left: 5mm;
	padding-right: 5mm;
	padding-bottom: 5mm;
	height: 60mm;
}
.rapport-links{
	height: 40mm;
	width: 50mm;
	float: left;
	clear: right;
}
.rapport-midden{
	height: 40mm;
	width: 90mm;
	float: left;
	clear: right;
	text-align: center;
}
.rapport-rechts{
	height: 40mm;
	width: 50mm;
	float: left;
	clear: right;
	text-align: right;
	font-size: 10pt;
}
.rapport-logo{
	width: 40mm;
	height: auto;
}
.rapport-logo img{
	width: 40mm;
	height: auto;
	
}
.rapport-adres{
	padding-top: 6mm;
}
.rapport-titel{
	font-weight: 700;
}
.rapport-schooljaar{
	padding-top: 28mm;
}
.rapport-inhoud{
	padding-left: 5mm;
	padding-right: 5mm;
}
.rapport-overzicht-doelen{
	display: table;
	vertical-align: middle;
}
.rapport-overzicht-lijn{
	width: 190mm;
	font-size: 8pt;
	height: 10mm;
}
.rapport-overzicht-lijn-2{
	width: 335px;
	font-size: 8pt;
	height: 10mm;
}
.rapport-overzicht-icoon{
	height: 6mm;
	width: 6mm;
	border-radius: 3mm;
	float: left;
	clear: right;
	margin-top: 2mm;
	margin-right: 2mm;
	display: table-cell;
	print-color-adjust: exact;
	-webkit-print-color-adjust: exact;
	vertical-align: middle;
	text-align: center;
	padding: 1.8mm;
}
.rapport-overzicht-tekst{
	height: 10mm;
	display: table-cell;
	vertical-align: middle;
}
.rapport-overzicht-tekst-2{
	height: 10mm;
	display: table-cell;
	vertical-align: middle;
	width: 310px;
}
.rapport-tekst-titel{
	font-weight: 700;
	font-size: 20;
	margin-left: 10mm;
	margin-bottom: 5mm;
}
.rapport-spacer-15{
	height: 15mm;
}
.rapport-tekst-tekst{
	margin-left: 10mm;
	margin-right: 10mm;
	line-height: 7mm;
}
.pad-left-10{
	padding-left: 10px;
}
.ophalen{
	overflow: visible;
    width: 770px;
}
.spacer-770-20{
	height: 20px;
	width: 770px;
}
.doeleva-extrainfo{
	width: 250px;
	height: auto;
	overflow: auto;
	margin-top: 10px;
    float: left;
}
.backuplijn{
	height: 40px;
	background-color: #FFFFFF;
	width: 300px;
	border-radius: 20px;
	padding: 10px;
	float: left;
	clear: right;
	margin-bottom: 10px;
}
.staptitel{
	font-weight: 700;
	font-size: 18px;
    margin-bottom: 10px;
}
.staptitel2{
	font-weight: 700;
	font-size: 16px;
    margin-bottom: 10px;
	font-style: italic;
    margin-top: 20px
}
.zitkolom{
	height: auto;
	padding: 10px;
	width: 230px;
	background-color: #FFFFFF;
	border-radius: 20px;
	float: left;
	clear: right;
}
.zitkolomtitel{
	font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
	width: 210px;
	height: auto;
	text-align: center;
}
.zitllnnaam{
	min-height: 23px;
	height: auto;
	overflow: visible;;
	width: 190px;
	float: left;
	clear: right;
}
.zitllncheck{
	height: 23px;
	width: 20px;
	float: left;
	clear: right;
	padding-top: 5px;
}
.dash-halfvak-inhoud{
	height: auto;
	overflow: auto;
	width: 335px;
}
.dash-vak-inhoud{
	height: auto;
	overflow: auto;
	width: 730px;
}
.teksttitel{
	height: 25px;
    width: 700px;
    margin-top: 10px;
    margin-bottom: 5px;
	font-weight: 600;
}
.wywiwyg-blok{
	height: auto;
	overflow: auto;
	width: 700px;
	float: left;
}
.legende-kader{
	height: 50mm;
	width: 150mm;
}
.legende-titel{
	height: 10mm;
	width: 150mm;
	margin-top: 5mm;
	font-weight: 700;
}
.legende-lijn{
	height: 10mm;
	width: 150mm;
}
.legende-links{
	height: 10mm;
	width: 10mm;
	float: left;
	clear: right;

}
.legende-rechts{
	height: 10mm;
	width: 140mm;
	float: left;
	clear: right;
	padding-top: 2mm;
}
.legende-overzicht-icoon{
	height: 6mm;
	width: 6mm;
	border-radius: 3mm;
	float: left;
	clear: right;
	margin-top: 2mm;
	margin-right: 2mm;
	display: table-cell;
	print-color-adjust: exact;
	-webkit-print-color-adjust: exact;
	vertical-align: middle;
	text-align: center;
	padding: 1.8mm;
	font-size: 8pt;
}
.checkdoel{
	width: 730px;
	height: auto;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}
.check-doel-lln-lijn{
	width: 232px;
	margin-right: 10px;
	float: left;
	clear: right;
	font-size: 8pt;
}
.checklijn{
	width: 730px;
	height: auto;
	float: left;
	clear: right;
	margin-bottom: 15px;
}
.check-doel-leerling{
	padding-top: 11px;
}
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
  }
.table{
	width: 700px;
}
.table-responsive{
	width: 700px;
	height: auto;
	overflow: auto;
	float: left;
	clear: right;
}
.excel-titel{
	height: 20px;
	width: 700px;
	float: left;
	clear: right;
	font-weight: 500;
	padding-bottom: 10px;
}
.CSVbutton{
	height: 40px;
    width: 200px;
    padding-top: 2px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    float: left;
    clear: right;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-appearance: none;
    box-shadow: 0 3px 2px 0 rgb(0 0 0 / 5%);
	background-color: #008000;;
}
.labelindQgrootbatch{
		width: 730px;
		height: 30px;
		font-weight: 700;
		color: #FFFFFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-left: 15px;
	padding-top: 6px;
}
.textareaQbatch{
	width: 730px;
	height: 200px;
	border: 4px solid #D31373;
	resize: vertical;
	padding: 5px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 10px;
}
.batchkader {
    height: auto;
    width: 730px;
    background-color: #D1F5B6;
    border-style: solid;
    border-width: 3px;
    border-color: #65A553;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
	margin-top: 20px;
}
.batcheerstelijn {
    height: 20px;
    width: 710px;
    font-size: 12px;
}
.batceerstelijnindividueel1 {
    height: 20px;
    width: 35px;
    text-align: center;
    float: left;
    clear: right;
    font-weight: bold;
}
.batceerstelijnindividueel3 {
    height: 20px;
    width: 80px;
    text-align: center;
    float: left;
    clear: right;
    font-weight: bold;
}
.batceerstelijnindividueel2 {
    height: 20px;
    width: 100px;
    text-align: center;
    float: left;
    clear: right;
    font-weight: bold;
}
.batceerstelijnindividueel4 {
    height: 20px;
    width: 155px;
    text-align: center;
    float: left;
    clear: right;
    font-weight: bold;
}
.batchfield1 {
    height: 20px;
    width: 35px;
    border: none;
    margin: 0px;
    float: left;
    clear: right;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.batchfield3 {
    height: 20px;
    width: 80px;
    border: none;
    margin: 0px;
    float: left;
    clear: right;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.batchfield2 {
    height: 20px;
    width: 100px;
    border: none;
    margin: 0px;
    float: left;
    clear: right;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.batchfield4 {
    height: 20px;
    width: 155px;
    border: none;
    margin: 0px;
    float: left;
    clear: right;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.klasselectiemidden{
	height: 40px;
    width: 730px;
	padding-left: 240px;
	margin-bottom: 10px;
}
.dashboardvakje{
	width: 230px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 20px;
	float: left;
	clear: right;
	padding: 10px;
}
.vakjetitel{
	width: 210px;
	height: 15px;
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
}
.vakjecijfer{
	width: 210px;
	height: 60px;
	color: #000000;
	text-align: center;
	font-size: 45px;
	margin-top: 5px;
	font-weight: 700;
}



















@media only screen and (min-width: 768px) {
/*For tablets - start */
.content {
    width: 700px;
}
.header{
width: 650px;
}
.headermenu{
	height: 70px;
	width: 440px;
	float: left;
	clear: right;
	display: block;
}	
.headerloguit{
    margin-left: 25px;
}	
.onthaaltekst{
	width: 650px;
	font-size: 24px;
}	
.flex-container {
  display: flex;
  justify-content: center;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 650px;
}
	.flex-container2 {
  display: flex;
  justify-content: center;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 700px;
}
.inhoud{
	width: 650px;
}
.inhoud2{
	width: 660px;
    
}
.vak-520{
	width: 300px;
}		
.footer{
	width: 675px;

}	
.vaktitel{
	width: 260px;
	
}
.rij2{
	width: 315px;
}	
.leerlingbalk{
    width: 700px;
	padding-left: 50px;
	padding-right: 50px;
}	
.leerlingafbeelding{
	display: block;
}
.leerlingafbeelding img{
	display: block;
}
.informatieveldleerlingen{
	width: 410px;
	margin-left: 20px;
	margin-top: 35px;
}	
.leerlingnaam{
	width: 410px;
}	
.leerlinginfolijn{
	width: 200px;
	margin-right: 5px;
}
.doelblok{
	width: 660px;
}
.doelblok2{
	width: 660px;
}
.doelblok3{
	width: 660px;
}
.inhouddash{
	width: 700px;
}	
.doelbloktitel-links{
	height: auto;
	width: 560px;
	margin-right: 10px;
	font-weight: 600;
    font-size: 16px;
}
.doelbloktitel{
	width: 630px;
	height: auto;
}
.doelbloktitel2{
	width: 630px;
	height: auto;
}
.doelbloktitel-rechts{
	height: 50px;
	width: 50px;
	float: left;
	clear: right;
	border-radius: 25px;
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
}	
.doelevaLLN{
	width: 305px;
    border-radius: 20px;
    background-color: #FAFCFF;
    margin-top: 10px;
    padding: 10px;
    float: left;
    clear: right;
}
.doelevaLLN-vak{
	min-height: 40px;
	height: auto;
	width: 285px;
	float:left;
	clear: right;
	color: #979EAB;
    font-size: 16px;
    font-weight: 600;
	padding-top: 8px;
	padding-right: 10px;
}
.doelevaLLN-knoppen{
	height: 40px;
	width: 90px;
	float:left;
	clear: right;
	margin-left: 98px;
}	
.doeleva-extrainfo{
	width: 300px;
	height: auto;
	overflow: auto;
	margin-top: 10px;
}	
.oudere-evaluaties-titel{
	width: 600px;
}	
	
	
	
	
	
	
	
/*For tablets - end */	
}

@media only screen and (min-width: 992px) {
  /* For desktop - start */
.content {
    width: 1110px;
}
.header{
width: 1060px;
}
.headermenu{
	height: 70px;
	width: 850px;
	float: left;
	clear: right;
	display: block;
}
.flex-container {
  width: 1060px;
}
.flex-container2 {
  width: 1110px;
}
.inhoud{
	width: 1060px;
}
.inhoud2{
	width: 1070px;
  
}
.vak-520{
	width: 520px;
}	
.linkerkolom-1-1{
	width: 520px;
}
.rechterkolom-1-1{
	width: 520px;
}
.onthaaltekst{
	width: 1060px;
	font-size: 24px;
}		
.footer{
	width: 1085px;
}	
.vaktitel{
	width: 480px;
	
}
.vakinhoud{
	width: 520px;
}	
.klasknop{
	width: 115px;
}
.opzoekveld{
	width: 400px;
}	
.button-opzoeken{
	width: 80px;
}	
.veldselect{
	width: 480px;
}	
.veldselectprint{
	width: 400px;
}	
.rij{
	width: 480px;
}	
.rij2{
	width: 340px;
}	
.leerlingbalk{
    width: 1108px;
	padding-left: 235px;
	padding-right: 50px;
}	
.informatieveldleerlingen{
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
}	
.printbuttonlln{
	height: 40px;
	width: 40px;
	float: right;
	clear: right;
	font-size: 28px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
	display: block;
}
	.leerlingnaam{
	width: 500px;
}
.leerlinginfolijn{
	height: 30px;
	width: 245px;
	
	margin-right: 5px;
}
.leerlinginfolabel{
    font-size: 18px;
}
.leerlinginfoinhoud{
    font-size: 18px;
}	
.doelblok{
	width: 1070px;
}	
.doelblok2{
	width: 1070px;
}
.doelblok3{
	width: 1070px;
}
.inhouddash{
	width: 1110px;
}	
.doelbloktitel-links{
	height: 60px;
	width: 950px;
	margin-right: 20px;
	font-weight: 600;
    font-size: 20px;
}	
.doelbloktitel{
	width: 1030px;
	height: 60px;
}
.doelbloktitel2{
	width: 1030px;
	height: auto;
	
}
.doelbloktitel-rechts{
	height: 60px;
	width: 60px;
	float: left;
	clear: right;
	border-radius: 30px;
    text-align: center;
    font-size: 40px;
    padding-top: 10px;
}	
.doelevaLLN{
	width: 510px;
    border-radius: 20px;
    background-color: #FAFCFF;
    margin-top: 10px;
    padding: 10px;
    float: left;
    clear: right;
}
.doelevaLLN-vak{
	min-height: 40px;
	height: auto;
	width: 400px;
	float:left;
	clear: right;
	color: #979EAB;
    font-size: 16px;
    font-weight: 600;
	padding-top: 8px;
	padding-right: 10px;
}
.doelevaLLN-knoppen{
	height: 40px;
	width: 90px;
	float:left;
	clear: right;
	margin-left: 0px;
}	
.doeleva-extrainfo{
	width: 500px;
	height: auto;
	overflow: auto;
	margin-top: 0px;
}
.oudere-evaluaties-titel{
	width: 1030px;
}		
	
	
	
	
	
	
  /* For desktop - end */	
}