* {
	font-family: segoe UI, century gothic,helvetica,arial,tahoma,times;
	font-size: 12px;
}

body {
	font-family: segoe UI, century gothic,helvetica,arial,tahoma,times;
	font-size: 12px;
	margin:0;
	padding:0;
	height: 100%;
	/*background-color: #454748;*/
	/*background-image: url('../img/bg.jpg');*/
	background-image: url('../img/BWErko.jpg');
	background-image: url(./../../../img/app_bg1.jpg);
	background-size: cover;
	/*background-repeat: no-repeat;*/
	/*background-position: top center;*/
	background-color: #e4e4e4;
	min-height: 100vh;
	position: relative;
}
body::before {
	content: '';
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #dcdcdc;
   
    background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=1 );
	
	z-index: -1;
}

h2 {
	font-family: segoe UI, century gothic,helvetica,arial,tahoma,times;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0px 5px 10px;
	color: #494949;

}

h3 {
	font-family: arial,tahoma,times;
	font-weight: normal;
	font-size: 30px;
	margin: 0px 0px 5px 0px;
	color: #003a58;
	letter-spacing:2px;
}

table   { border-spacing: 0; }

td {padding: 0;}

img {
	border: none;
	display:block;
}

#table_height {
	height: 100%;

}
.clear {
	clear: both;

}
.main {
    /* width: 960px; */
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    padding: 130px 44px;
	     padding: 130px 44px 44px 44px;
	 display: flex;
	 flex-wrap: wrap;
}

.main_content{
	margin: 0 auto;
}

.login_table {
	/* background-color: #fafafa; */
	background-color: rgba(255,255,255,0.7);
	-moz-box-shadow: 0px 15px 20px #000;
	box-shadow: -5px 5px 120px #5f5f5f;
	width: 480px;
	margin: 0 auto;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	/* background: #fff; */
	width: 80%;
	min-width: 440px;
	-webkit-backdrop-filter: blur(20px) saturate(120%);
	-moz-backdrop-filter: blur(20px) saturate(120%);
	-o-backdrop-filter: blur(20px) saturate(120%);
	-ms-backdrop-filter: blur(20px) saturate(120%);
	backdrop-filter: blur(20px) saturate(120%);
	box-shadow: 0px 20px 50px rgb(0 0 0 / 41%);
	max-width: 550px;

}
.login_table td {
	padding: 30px;
	position:relative;
}
.lgin_table td h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.login_table img {
	margin: 10px 20px 10px 20px;
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
.login_table_inner {

	background:#EEEEEE;
	padding:10px;
	border-radius: 7px;
	border-radius: 15px;
	width: 220px;

	box-shadow: 0px 0px 50px rgb(165, 165, 165);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;


	/* border: 1px solid #CCCCCC; */
	background: #ffffff;
	padding: 20px;

	/* width: 220px; */
	/* box-shadow: 0px 0px 50px #5f5f5f; */
	box-shadow: 0px 0px 50px rgb(165, 165, 165);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	width: 100%;
}
.login_table_inner:hover {
	box-shadow: 0px 0px 50px rgba(143, 181, 206,0.7);
}

.loginText {
	width: 170px;
	padding: 4px;
	letter-spacing: 2px;
	color: #2c394c;


}
.loginText {
    min-width: 170px;
    padding: 4px;
    letter-spacing: 2px;
    color: #2c394c;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/*
.std_button {
width: 183px;
height: 37px;
border: none;
background-color: rgb(151, 194, 223);
border-radius: 5px;
text-spacing: 3px;
color: #fff;
cursor: pointer;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	box-shadow: 0px 0px 5px rgb(165, 165, 165);
}

*/
.std_button {
	width: 150px;
height: 37px;
border: none;
background-color: rgb(39 185 91);
border-radius: 5px;
text-spacing: 3px;
color: #fff;
cursor: pointer;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
/* box-shadow: 0px 0px 5px rgb(165, 165, 165); */
border-radius: 100px;
appearance: none;
    border: none; 
/* width: 100%;*/
}
.std_button:hover {

/*background-color: rgb(119, 168, 201);*/
filter: brightness(125%);

}

.loginTxt {
	color: #6b717a;
	letter-spacing: 3px;
}
.loginTxt2 {
	color: #6b717a;
	letter-spacing: 3px;
	font-size: 18px;
}
.blok_bottom_container {
	position: relative;
	width: 100%;

}
.bottom_table {
	margin: 0 auto;
	position: absolute;
	position: relative;
	padding-top: 50px;
	padding-top: 90px;
	width: 300px;

}
.bottom_table td {
	color: #fff;
	letter-spacing: 4px;
	font-size: 12px;
	padding: 5px;
	text-align: center;

}
.logo_bottom {
	margin: 0 auto;
	width: 150px;
	display: block;

}
.logo_bottom img {
	width: 100%;
	display: block;
}

.blok_bottom {
	width: 460px;
	height: 144px;
	background-image: url(../img/blok_bottom.png);
	float: left;
	margin: -8px 10px 10px 10px;
	display: none;
}


.widget_blok_big {
	/*width: 460px;
	height: 300px;
	float: left;
	*/
	background-color: rgba(187,220,231,0.85);
	background-color: rgba(255,255,255,0.85);
	background-color: rgb(198 203 0);
	margin: 10px;
	border-radius: 30px;
	position: relative;
	flex-basis: 100%;
margin: 15px 15px 60px 15px;
box-shadow: 0px 5px 30px rgb(0,0,0,0.15);

}
.widget_blok{
	width: 45%;
	/* height: 300px; */
	/* overflow: hidden; */
	background-color: rgba(187,220,231,0.85);
	background-color: rgba(210, 226, 255, 0.85);
	background-color: rgb(228 217 143);
	background-color: #fff;
	/* margin: 10px; */
	border-radius: 20px;
	border-radius: 30px;
	position: relative;
	padding-bottom: 20px;
	width: calc(50% - 30px);
	margin: 15px;
	box-shadow: 0px 5px 30px rgb(0,0,0,0.15);
	box-sizing: border-box;
}

.widget_padding {
	padding: 15px;
	padding: 25px;


}

/*
.widget_table {
	width: 100%;
border: 1px solid #2a809c;
	/*	-moz-box-shadow: 0px 15px 20px #000;
	box-shadow: 0px 0px 10px #2a809c;	*/
/*}


.widget_table td {
	padding: 5px;
	color: #003a58;
	height: 30px;
	/*border-left: 1px solid lightblue;
	border-right: 1px solid #fff;
	/*background-color: lightblue;*/
/*}
.widget_table th {
	padding: 5px;
	color: #fff;
	/*border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	/*background-color: #2a809c;
	height: 30px;
	text-align: left;
	/*background-color: lightblue;*/
/*}
.even {
	border: 1px solid #fff;
	background: #c6d6e4;
	background: rgba(158, 205, 255, 0.85);

	background: rgba(79, 168, 198, 0.5);
	background: #75bbd2;
	background-color: #a3a3a3;
	background-color: rgba(163,163,163,0.8);
	background-color: rgba(159, 212, 253, 0.8);
	transition: 0.6s;
	-moz-transition: 0.6s; /* Firefox 4 */
	/*-webkit-transition: 0.6s; /* Safari and Chrome */
	/*-o-transition: 0.6s; /* Opera */
/*}
.odd {
	background-color: #bebebe;
	background-color: #c9c9c9;
	background-color: rgba(201,201,201,0.8);
	background-color:rgba(213, 248, 255, 0.8);
	/*background: #fff;
	/*background: rgba(255, 255, 255, 0.5);*/
	/*transition: 0.6s;
	/*-moz-transition: 0.6s; /* Firefox 4 */
	/*-webkit-transition: 0.6s; /* Safari and Chrome */
	/*-o-transition: 0.6s; /* Opera */
/*
}
.even:hover, .odd:hover {
	background: #ffc600;

}*/
.student_list {
	display: block;
	padding: 15px 30px;
	margin: 5px;
	/* border: 1px solid #fff; */
	color: #fff;
	background-color: #2a809c;
	background-color: rgba(42,128,156,0.85);
	text-decoration: none;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	max-width: 350px;
	display: inline-block;

}
.student_list:hover {
	background-color: #4fa8c6;

}
.logoff-console {
	width: 193px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
	padding-top: 14px;
	background-image: url(../img/loguit.png);
	background-position: center right;
	background-repeat: no-repeat;

}


.widget_content {
	color: grey;
	color: #000;
	/*letter-spacing: 3px;*/
	width: 100%;
	overflow-x: auto;
}
/*
.tooltip {
	cursor: help;
}
*/
.logo {
	width: 243px;
	height: 43px;
	display: block;
	position: absolute;
	top: 40px;
	left: 30px;
}
.header {
	position: relative;
	height: 137px;


}
.icoon_container {
	position: absolute;
	width: 500px;
	left: 0px;
	bottom: -9px;


}
/*
.user_container {
	width: 874px;
	height: 88px;
	position: fixed;
	top: 30px;
	right: 45px;

}
*/
.user_container {
	width: 874px;
	height: 88px;
	position: absolute;
	top: 30px;
	right: 45px;
	z-index: 6;

}
.user_blok_container {
	width: 287px;
	height: 88px;
	position: absolute;
	right: 0px;

	-moz-box-shadow: 0px 15px 120px #000; /* Firefox 3.6 and earlier */
	box-shadow: -5px 5px 120px #5f5f5f;


}
.bg_image_holder {
	position: relative;
	    top: 0px;
	    left: 0px;
	    width: 100%;

	    margin: 50px;
	    /* width: calc(100% - 300px); */
	    border: 10px solid #fff;
	    /*border-radius: 30px;*/
	    box-shadow: 0px 10px 30px rgb(0 0 0 / 32%);

	    margin: auto;
	    left: 0px;
	    right: 0px;
	    top: 100px;
	    width: 70%;
		 background-color: #fff;
		 top: 50px;

position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: none;
}
.bg_image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit:	cover;
	/*border-radius: 20px;*/
	height: 50vh;
	position: absolute;
	height: 100%;
}
.login_console {
	width: 35%;
	min-width: 300px;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	position: relative;
}
.console_wrap {
	display: flex;
	align-items: center;
	position: relative;
}
.console_left {
	width: 50%;

}
.console_left img {
	/* margin: 10px 20px 10px 20px; */
	width: 120px;
	/* margin-left: 10px; */
	display: block;
	padding: 10px;
}
.console_right {
	width: 50%;
}
.nos_title {
	position: absolute;
	position: relative;
	/*padding-top: 135px;*/

	width: 960px;
	width: 100%;
	/*
background: -moz-linear-gradient(left,  rgba(173,173,173,0) 0%, rgba(172,172,172,0) 1%, rgba(163,163,163,0) 18%, rgba(147,147,147,0.69) 50%, rgba(160,160,160,0) 86%, rgba(165,165,165,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(173,173,173,0)), color-stop(1%,rgba(172,172,172,0)), color-stop(18%,rgba(163,163,163,0)), color-stop(50%,rgba(147,147,147,0.69)), color-stop(86%,rgba(160,160,160,0)), color-stop(100%,rgba(165,165,165,0)));
background: -webkit-linear-gradient(left,  rgba(173,173,173,0) 0%,rgba(172,172,172,0) 1%,rgba(163,163,163,0) 18%,rgba(147,147,147,0.69) 50%,rgba(160,160,160,0) 86%,rgba(165,165,165,0) 100%);
background: -o-linear-gradient(left,  rgba(173,173,173,0) 0%,rgba(172,172,172,0) 1%,rgba(163,163,163,0) 18%,rgba(147,147,147,0.69) 50%,rgba(160,160,160,0) 86%,rgba(165,165,165,0) 100%);
background: -ms-linear-gradient(left,  rgba(173,173,173,0) 0%,rgba(172,172,172,0) 1%,rgba(163,163,163,0) 18%,rgba(147,147,147,0.69) 50%,rgba(160,160,160,0) 86%,rgba(165,165,165,0) 100%);
background: linear-gradient(to right,  rgba(173,173,173,0) 0%,rgba(172,172,172,0) 1%,rgba(163,163,163,0) 18%,rgba(147,147,147,0.69) 50%,rgba(160,160,160,0) 86%,rgba(165,165,165,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adadad', endColorstr='#00a5a5a5',GradientType=1 );
*/
}
.nos_title_txt {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	padding: 10px 0px;
	color: #fff;
	letter-spacing: 3px;
	z-index: 2;
	color: #000;
}
.title_png {
	margin: 0px 0px 0px 20px;

}

.nos_title2 {
	position: absolute;
	top: 20px;
	width: 674px;
	z-index: 5;



}


.left_top {
	width: 94px;
	height: 44px;
	background: #f8f8f8;
	margin: 0px;
	padding-left: 10px;
transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}
.left_top:hover {
	background: #fff;

}
.right_top {
	width: 193px;
	height: 44px;
	background: #e6e6e6;
	margin: 0px;
	text-indent: 5px;
transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}
.right_top:hover {
	background: #fff;

}
.left_bottom {
	width: 94px;
	height: 44px;
	background: #ededed;
	margin: 0px;
	padding-left: 10px;
transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}
.left_bottom:hover {
	background: #fff;

}
.right_bottom {
	width: 193px;
	height: 44px;
	background: #c4c4c4;
	margin: 0px;
	text-indent: 5px;
transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}
.right_bottom:hover {
	background: #fff;

}

.icoon {
	width: 98px;
	height: 52px;
	float: left;
	margin: 10px;
	display: block;
	background-color: #fff;
	opacity: 0.74;
	-moz-box-shadow: 0px 5px 15px #000; /* Firefox 3.6 and earlier */
	box-shadow: 0px 5px 15px #000;

}
.icoon_home {
	background-image: url('./../../../img/home_icoon3.png');
}
.icoon_logout {
	background-image: url('./../../../img/logout_icoon.png');
}
.icoon_settings {
	background-image: url('./../../../img/settings_icoon.png');
}
.icoon_help {
	background-image: url('./../../../img/help_icoon.png');
}
.navigatie_vlak {
	position: relative;
	overflow: hidden;
	z-index: 10;
	width: 50px;
	background-color: #e8e8e8;
	opacity: 0.68;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: -15px 5px 25px #000;

}


.nav {
	position: relative;
	width: 50px;

	vertical-align: top;
}
.firefox_patch {
	position: relative;

}

/*.nav:hover {
	width:220px;

}
*/

.show_navigatie {
	width: 50px;
	height: 16000px;
	background: #0C4A90;
	position: absolute;
	top: -20px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;


}
.text_transform {
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
	position: relative;
	top: 200px;
	left: -70px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	width: 200px;
	text-align: center;
	text-shadow: 3px 2px 2px #000;


}
.nav_item_container {
	position: relative;
	margin: 20px 0px 20px 0px;
	overflow: hidden;

	/*width: 50px;*/


}
.nav_item {
	width: 200px;
	height: 38px;
	position: relative;
	left: 15px;
	margin: 1px 0px 1px 0px;
	line-height: 38px;
	text-indent: 10px;
	display: block;
	text-decoration: none;
	color: #000;
	opacity: 1;

transition: .2s;
-moz-transition: .2s; /* Firefox 4 */
-webkit-transition: .2s; /* Safari and Chrome */
-o-transition: .2s; /* Opera */
}
.nav_item:hover {
	opacity: 1;
	color: #fff;
	background: grey;
	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 60 3px 600px rgba(0,0,0,.4);
	 box-shadow: inset 0 4px 6px rgba(0,0,0,.24);
}
.nav_item_div {
	width: 200px;
	height: 38px;



}

.inactive_blue {
	height: 30px;
	width: 5px;
	position: relative;
	top: 4px;
	left: 0px;
	float: left;
}

.active_blue {
	height: 30px;
	width: 5px;
	background: #0c4a90;
	position: relative;
	top: 4px;
	left: 0px;
	float: left;

}




.stroke {
	width: 207px;
	height: 2px;
	position: relative;
	left: 20px;
	background-image: url('./../../../img/stroke.png');
	opacity: 1;
}



.position {
	position: relative;
	left: 25px;

}
.marginright {
	width: 45px;


}
.content {

	padding: 0px 10px 0px 10px;
	height: 600px;
	width: 700px;
	position: relative;
	z-index: 12;
	-moz-box-shadow: 0px 5px 15px #000; /* Firefox 3.6 and earlier */
	box-shadow: -15px 0px 25px #8c8c8c;
	vertical-align: top;

	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(left, #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



.content_top {
	position: relative;
	height: 13px;
	z-index: 14;

	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(left, #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left, #dcdcdc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.innershadow {


	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	 box-shadow: inset 0 4px 6px rgba(0,0,0,.24);

}

.min_width {
	height: 1px;
	width: 700px;

}
.title {
	color: #747474;
	font-size: 24px;
	text-indent: 5px;
}
.button_stroke {
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox 3.6 and earlier */
	height: 35px;
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(left,  #cdcdcd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cdcdcd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */



}

.table_wrap {

	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	margin: 10px 0px 10px 0px;
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(left,  #cdcdcd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cdcdcd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	/*background:#e2e2e2;*/
	-moz-box-shadow: 0px 5px 15px #000; /* Firefox 3.6 and earlier */
	box-shadow: 0px 0px 5px #6b6b6b;

	border-collapse: collapse;



}

.searchbx {

	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	margin: 10px 0px 10px 0px;
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(left,  #cdcdcd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cdcdcd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #cdcdcd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	-moz-box-shadow: 0px 5px 15px #000; /* Firefox 3.6 and earlier */
	box-shadow: 0px 0px 5px #6b6b6b;




}



.dataTable {
	border-collapse: collapse;
	/*border: 1px solid #fff;*/

}
.data_table_margin {
	border-spacing: 10;
}
.table_cell_spacing {
	padding: 2px;

}
.table_cell_spacing2 {
	padding: 5px;
	border: 1px solid #fff;

}
.table_cell_row {
	background: #a6a6a6;

}

.table_paginate_td {
	text-align: center;
	color: #989898;
	font-size: 14px;

}
a.table_paginate_td {
	color: #545454;
	font-size: 14px;

}
a.table_paginate_td:hover {
	color: #0068b8;
	font-size: 14px;

}
.standard_select_box, .required, #factuurID  {
	width: 310px;
	margin-left: 5px;
	height: 27px;
}

.stitle {
	margin: 3px 0px 7px 0px;

}



.table_data , .dataTable2 td {
	padding: 5px;
	border-style:solid;
	/*border-left-style:solid;
	border-right-style:solid;*/
	border-color: #fff;
	border-width: 1px;

	outline: 5px #fff;
transition: 0.4s;
-moz-transition: 0.4s; /* Firefox 4 */
-webkit-transition: 0.4s; /* Safari and Chrome */
-o-transition: 0.4s; /* Opera */
}
.table_data:hover, .dataTable2 td:hover {
	background: #ffe896;

}
.table_header {
	padding: 5px;
	border: 1px solid #fff;
	background: #aaaaaa;
	color: #fff;
	font-weight: normal;
	text-align: left;
	transition: 0.4s;
	-moz-transition: 0.4s; /* Firefox 4 */
	-webkit-transition: 0.4s; /* Safari and Chrome */
	-o-transition: 0.4s; /* Opera */
}
.table_header:hover {
	background: #787878;

}
.table_header_sort {
	color: #fff;
	text-decoration: none;

}

.dataTable_bottom_margin {
	height: 10px;

}
.standard_input_margin {
	margin-bottom: 3px;

}
.inputForm td {
    padding-bottom: 4px;
    padding-top: 4px;
    padding: 10px;
}
.inputForm .formValue {
	font-weight: bold;
}
.table_wrap_padding {
	padding: 10px;

}



.standard_buttonbu {
	width: 114px;
	height: 27px;
	text-align: center;
	font-size: 14px;
	color: #747474;
	border-radius:3px;
	border: none;
	margin: 0px 5px 0px 0px;
	background: red;
	display: block;
	line-height: 25px;
	background: #f5f5f5; /* Old browsers */
	text-decoration: none;


	/*background: -moz-linear-gradient(top,  #f5f5f5 0%, #dcdcdc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #f5f5f5 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #f5f5f5 0%,#dcdcdc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #f5f5f5 0%,#dcdcdc 100%); /* IE10+ */
	/*background: linear-gradient(top,  #f5f5f5 0%,#dcdcdc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0px 5px 5px #6b6b6b; /* Firefox 3.6 and earlier */
	box-shadow: 0px 0px 5px #6b6b6b;
	  -webkit-transition: background 0.7s ease;
	  -moz-transition: background 0.7s ease;
	  -o-transition: background 0.7s ease;
	  transition: background 0.7s ease;

}

.bwidget:hover {
	background: #4fa8c6; /* Old browsers */

}

.bwidget {
	width: 100%;
	    height: 40px;
	    text-align: center;
	    font-size: 14px;
	    color: #747474;
	    color: #fff;
	    border: none;
	    margin: 0px 5px 0px 0px;
	    display: block;
	    /* line-height: 25px; */
	    background: #f5f5f5;
	    background: #3e8ca5;
	    background: rgba(42,128,156,0.8);
	    text-decoration: none;
	    position: absolute;
	    left: 0px;
	    bottom: 0px;
	    cursor: pointer;
	    -webkit-border-bottom-right-radius: 10px;
	    -webkit-border-bottom-left-radius: 10px;
	    -moz-border-radius-bottomright: 10px;
	    -moz-border-radius-bottomleft: 10px;
	    border-bottom-right-radius: 30px;
	    border-bottom-left-radius: 30px;
	    -webkit-transition: background 0.7s ease;
	    -moz-transition: background 0.7s ease;
	    -o-transition: background 0.7s ease;
	    transition: background 0.7s ease;

}

.newbx {
	margin-top: 10px;

}

.standard_input, .formpassword {
	height: 27px;
	border: none;
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	border-radius: 3px;
	/*margin-left: 5px;*/
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.74);
	-webkit-box-shadow: inset 10 1px 1px rgba(0,0,0,1.4);
	box-shadow: inset 0 1px 5px rgba(0,0,0,.74);

	-moz-transition: 0.6s; /* Firefox 4 */
	-webkit-transition: 0.6s; /* Safari and Chrome */
	-o-transition: 0.6s; /* Opera */
	box-shadow: none;
	max-width: 350px;
	box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 35%);
}
.formtext {
	height: 27px;
	border: none;
	width: 300px;
	margin: 1px 5px 1px 5px;
	padding: 0px 5px 0px 5px;
	border-radius: 3px;
	/*margin-left: 5px;*/
	-moz-box-shadow: inset 0 2px 6px rgba(0,0,0,1.4);
	-webkit-box-shadow: inset 10 1px 1px rgba(0,0,0,1.4);
	 box-shadow: inset 0 1px 5px rgba(0,0,0,.74);

	-moz-transition: 0.6s; /* Firefox 4 */
	-webkit-transition: 0.6s; /* Safari and Chrome */
	-o-transition: 0.6s; /* Opera */
}
.error {
	color: red;

}

.formtextarea {
	height: 80px;
	border: none;
	width: 300px;
	margin: 1px 5px 1px 5px;
	padding: 3px 5px 3px 5px;
	border-radius: 3px;
	/*margin-left: 5px;*/
	-moz-box-shadow: inset 0 2px 6px rgba(0,0,0,1.4);
	-webkit-box-shadow: inset 10 1px 1px rgba(0,0,0,1.4);
	 box-shadow: inset 0 1px 5px rgba(0,0,0,.74);

	-moz-transition: 0.6s; /* Firefox 4 */
	-webkit-transition: 0.6s; /* Safari and Chrome */
	-o-transition: 0.6s; /* Opera */

}
.formKey {
	color: #494949;
	margin-right: 5px;

}
.note {
	font-size: 16px;
	color: #494949;
	margin: 10px 0px 0px 0px;
}
.button_float {
	float: right;
	width: 114px;

}

.search_width {
	width: 100px;

}


}
.button_padding {
	margin-right: 5px;


}

/*
a.standard_button {
	width: 114px;
	height: 27px;
	text-align: center;
	font-size: 14px;
	color: #747474;
	border-radius:3px;
	background: red;
	display: block;
	line-height: 25px;
	background: #f5f5f5;
	text-decoration: none;


	-moz-box-shadow: 0px 5px 15px #000;
	box-shadow: 0px 0px 5px #6b6b6b;
	  -webkit-transition: background 0.7s ease;
	  -moz-transition: background 0.7s ease;
	  -o-transition: background 0.7s ease;
	  transition: background 0.7s ease;

}
*/
a.standard_button, .bnew, .standard_button {
	/* width: 114px; */
	/* height: 27px; */
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	background: red;
	display: block;
	line-height: 25px;
	background: #009c4a;
	text-decoration: none;
	-moz-box-shadow: 0px 5px 15px #000;
	/* box-shadow: 0px 0px 5px #6b6b6b; */
	/* -webkit-transition: background 0.7s ease; */
	-moz-transition:  0.4s ease;
	-o-transition:  0.4s ease;
	transition:  0.4s ease;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 100px;
	margin: 20px 5px;
	font-weight: bold;
	box-sizing: border-box;
	border: none;
}
a.standard_button:hover, .bnew:hover, .standard_button_hover {
/*background: #dcdcdc; */
 filter: brightness(125%);
    padding: 5px 25px 5px 35px;

}
.table_data a.standard_button, .table_data .standard_button, .widget_table_data a.standard_button, .widget_table_data .standard_button {
	margin: 0px;
	white-space: nowrap;
	border: none;
	font-size: 10px;
	padding: 5px 15px;
}
.table_date a.standard_button:hover, .table_data .standard_button:hover, .widget_table_data a.standard_button:hover, .widget_table_data .standard_button:hover {
/*background: #dcdcdc; */
 filter: brightness(125%);
    padding: 5px 8px 5px 22px;

}
.standaard_button_pos {
	position: relative;
	top: 4px;
	left: 5px;

}
.div_navigatie_margin {
	width: 15px;
	height: 100%;
	z-index: 2002;
	position: absolute;
	top: 0px;

}

.container_scroller_1 {
	opacity: 0.15;
	position: fixed;
	height: 100%;
	top: 0px;
	right: 0px;
	width: 45px;
	z-index: 2000;
	background: red;
	cursor:w-resize;

background: -moz-linear-gradient(left, rgba(255,0,0,0) 0%, rgba(255,0,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0)), color-stop(100%,rgba(255,0,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,4,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#ff0004',GradientType=1 ); /* IE6-9 */



transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}
.container_scroller_1:hover {
	opacity: 0.3;
	cursor:w-resize;
	background: red;
}
.container_scroller_2 {
	opacity: 0.15;
	position: fixed;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 30px;
	z-index: 2000;
	background: red;
	cursor:w-resize;

background: -moz-linear-gradient(left, rgba(255,0,4,1) 0%, rgba(255,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,4,1)), color-stop(100%,rgba(255,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,0,4,1) 0%,rgba(255,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,0,4,1) 0%,rgba(255,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,0,4,1) 0%,rgba(255,0,0,0) 100%); /* IE10+ */
background: linear-gradient(left, rgba(255,0,4,1) 0%,rgba(255,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */


transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}
.container_scroller_2:hover {
	opacity: 0.3;
	cursor:w-resize;
	background: red;
}


.scroll_tekst {
	color: #fff;
	position: fixed;
	height: 20px;
	top: 10px;
	right: 0px;
	width: 45px;
	z-index: 2000;
	cursor:w-resize;
	text-align: center;
	font-weight: bold;

}


.div_scroller {
	width: 15px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	right: 0px;

}
.div_scroller2{
	width: 15px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	right: 15px;

}

.div_scroller2_1 {
	width: 15px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	right: 30px;



}


.div_scroller2_2{
	width: 20px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	right: 45px;
	background: black;
	opacity: 0.3;
}




.div_scroller3 {
	width: 15px;
	height: 100%;
	z-index: 999;
	position: fixed;
	top: 0px;
}



.div_scroller4{
	width: 15px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 15px;
}



.div_scroller6{
	width: 30px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	right: 60px;
	background: yellow;


}
.div_scroller7{
	width: 30px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 60px;
	background: yellow;


}
.div_scroll_to_1{
	width: 1px;
	height: 1px;
	z-index: 1001;
	position: fixed;
	top: 0px;
	left: 90%;
	background: gold;


}
.div_scroll_to_2{
	width: 1px;
	height: 1px;
	z-index: 1001;
	position: fixed;
	top: 0px;
	left: 10%;
	background: gold;


}




.test_blok {
	width: 20px;
	height: 1px;
	background: red;

}


.file_name a:link, .file_name a:visited {
	color: #000;
}

.file_name a:hover {
	text-decoration:underline;
}

.version {
	padding: 10px;
	font-weight: bold;
}

a.asc:link, a.asc:visited {
	background-image: url(./../../../img/ascending.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;

}


a.desc:link, a.desc:visited {
	background-image: url(./../../../img/descending.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.saved {
	margin: 10px 0 10px 0;
	border-radius: 8px;
	border: 1px #c1c1c1 solid;
	padding: 10px;
	background-color: #e0dfdf;
	color: #025100;
	font-weight:bold;
}

.plus {
	background-image: url(./../../../img/plus-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.min {
	background-image: url(./../../../img/min-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.subrek {
	padding-left:25px;
}

.note {
	margin: 10px 0 10px 0;
	border-radius: 8px;
	border: 1px #c1c1c1 solid;
	padding: 10px;
	background-color: #e0dfdf;
}

.formsep {
	text-align:center;
	border-bottom: 1px solid #0C4A90;
	border-top: 1px solid #0C4A90;
	font-weight:bold;
	padding: 6px 0;
	text-transform: capitalize;
}

.widthAuto {
	width:auto;
	margin:0;
}

.small {
	width:100px;
}

a.wijzigingen:link, a.wijzigingen:visited {
		background-image: url(./../../../img/archive-icon.gif);
		background-position: left center;
		background-repeat:no-repeat;
		padding: 10px 0 10px 30px;
		display:block;
}

/* OUDERS */

a.student_list:link, a.student_list:visited {
	display:block;
}

table.tablecloth tr.even td.tooltip, table.tablecloth tr.odd td.tooltip, table.tablecloth tr.even td.tooltip.over, table.tablecloth tr.odd td.tooltip.over {
    background-image: url("./../../../img/tooltip.png");
    background-position: right top;
    background-repeat: no-repeat;
    cursor: help;
    padding-right: 15px;
}

a.attachment:link, a.attachment:visited {
  background-image: url("./../../../img/attachment-icon-small.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  color: grey;
}

.medblock {
	margin-bottom: 10px;
}

.medblock_title {
	font-weight: bold;
}

.contact {
	margin-left: 20px;
}


.overtreding {
	color: red;
	font-weight:bold;
}
.mededeling_container_fixed {
	width: 62%;
	background: #fff;
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	/*
	overflow-x: hidden;
	overflow-y: auto;*/
	z-index: 500;

	box-sizing: border-box;
	background: -moz-linear-gradient(left,  rgba(165,201,86,1) 0%, rgba(0,156,74,0.85) 100%);
background: -webkit-linear-gradient(left,  rgba(165,201,86,1) 0%,rgba(0,156,74,0.85) 100%);
background: linear-gradient(to right,  rgba(165,201,86,1) 0%,rgba(0,156,74,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c956', endColorstr='#d9009c4a',GradientType=1 );

}
.mededeling_bx_scroll {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 62%;
/*	background: #fff;*/
	padding: 5%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	overflow-y: hidden;
	height: 100vh;
	z-index: 501;


width: 100%;
}
.medblock_body div, .medblock_body p {
	width: auto !important;
}

.medblock {
	background: #eee;
	padding: 50px;
background: #fff;
margin-bottom: 80px;
box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
width: 50%;
border-radius: 30px;
}
.widget_content .medblock {
	background: none;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	padding: 30px 20px 50px 20px;
}
.terug, .terug_clients {
	/*
    width: 8%;
    padding-bottom: 8%;
	 */
	 width: 10vw;
	 height: 10vw;
    position: absolute;
    position: fixed;
    display: none;
    text-decoration: none;
    top: 100px;
    right: 100px;
	 /*
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
	 */
	 z-index: 600;
	 z-index: 10000000;
}
.close_line_1 {
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0% 5px;
	background-color: #1274be;
	background-color: #cff381;
	background-color: #c6cb00;

	/* background-color: #fff; */
	left: 48%;
	transform: rotateZ(45deg);
	transition: 0.4s ease;
	border-radius: 100px;
}
.close_line_2 {
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0% 5px;
	background-color: #fff;
	background-color: #1274be;
	background-color: #ffffff;
	/* background-color: #fff; */
	left: 48%;
	transform: rotateZ(-45deg);
	transition: 0.4s ease;
	border-radius: 100px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
}
.mededeling_header {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	padding: 30px 0px 40px 10px;
	position: relative;
	align-items: center;
}
.terug:hover .close_line_1, .terug:hover .close_line_2 {
    transform: rotateZ(90deg);
}
.terug:hover .close_line_1, .terug:hover .close_line_2 {
    transform: rotateZ(90deg);
}
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	height: 135px;
	height: 80px;
	height: 60px;
	z-index: 200;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #009c4a;
	background: #1c2537;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 32%);
}
.user_switch, .mededeling_switch {
	display: flex;
	align-items: center;
	/*min-width: 150px;*/
	text-decoration: none;
	padding: 10px 20px;
	justify-content: flex-end;
}
.user_information {
	position: relative;
	margin-right: 10px;
	display: flex;
}

.title_logo {
	height: 60px;
	padding: 10px 15px;
	box-sizing: border-box;

}
.logo_kcs  {   
	background: #fff;
background: #d1b3d0;
}
.user_switch_icon {
	width: 30px;
}
.user_switch_icon_header {
	width: 60px;
	width: 85px;
}
.user_a {
	text-decoration: none !important;
	color: #000;
	color: #fff;
	font-size: 16px;
	font-size: 12px;
	/*font-weight: bold;*/
	margin-left: 10px;

}
.user_a_header {
	color: #fff;
	    margin-left: 30px;
	    font-size: 40px;
	    font-size: 50px;
	    font-weight: bold;
	    /* letter-spacing: 1px;*/
}
.user_information_logoff {
	padding: 20px;
	position: absolute;
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
	border-radius: 20px;
	border-radius: 30px;
	box-sizing: border-box;
	    z-index: 1;
		 top: 50px;
		 min-width: 200px;
right: 0px;


}
.user_information_level {
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	    padding: 0px 0px 40px 0px;
	font-weight: bold;
}
.user_information_level span {
	font-size: 10px;
	font-weight: normal;
}
a.logoff_a:link, a.logoff_a:visited {
	padding: 10px 30px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background: red;
	background: #d42311;
	color: #fff;
	text-decoration: none;
	border-radius: 15px;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
	transition: 0.3s ease;
}
a.logoff_a:hover {
	filter: brightness(125%);
}
.randjes {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
}
.hoekje {
	position: absolute;
	top: 1px;
	width: 20px;
	width: 30px;
	width: 50px;
	top: 0px;
	width: 40px;
	display: block;
	display: none;
}
.hoekje_1 {
	left: 0px;
}
.hoekje_2 {

	right: 0px;
	transform: rotateZ(90deg);
}


.bg_good, .bg_good *, .bg_good_regel {
	background-color: #00897b !important;
	background-color: #26a69a !important;
	color: #fff !important;
}

.bg_bad, .bg_bad *, .bg_bad_regel {
	background-color: #d32f2f !important;
	color: #fff !important;
}
.bg_bad_row{
	background-color: #d32f2f !important;
	color: #fff !important;
}
.bg_bad_alternatief, .bg_bad_alternatief td, .bg_bad_alternatief fa{
	background-color: #d32f2f;
	color: #fff !important;
}
.good, .good * {
	color: #00897b !important;
}
.bad, .bad * {
	/*background-color: red !important;*/
	color: #d32f2f !important;
}
/************ wl_iframe **************/
/************ wl_iframe **************/
/************ wl_iframe **************/
.wl_iframe_filter {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	z-index: 100000
}

.wl_iframe_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 62%;
	height: 100%;
	height: 100vh;
	background: #fff;
	z-index: 100001;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.35);
}
.wl_iframe_wrapper iframe {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	border: none;
}

.loading {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	margin: auto;
   z-index: 1000000;

}
.lds-spinner {
  /*color: official;*/
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
  background: #00632f;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

a.wl_tab_nav , a.wl_tab_nav:visited, a.wl_tab_sub_nav, a.wl_tab_sub_nav:visited{
	background-color: #f8f8f8;
	border: 1px #e1e1e1 solid;
	padding: 10px;
	text-align: center;
	min-width: 200px;
	display:block;
	float:left;
	border-top: 3px transparent solid;
	border-radius: 5px 5px 0 0;
	text-decoration:none;
	font-weight:bold;
}

a.wl_tab_active, a.wl_tab_active:visited {
background-color: #fff;
border-top: 3px #35a0e9 solid;
border-bottom: none;
}

.wl_tab_wrapper {
/*border: 1px #e1e1e1 solid;*/
display: flex;
    flex-wrap: wrap;
	background: #fff;

	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
padding-top: 20px;
}
a[data-tab="tab_1"]{
    border-radius: 30px 3px 0px 0px;
}


.wl_tab_nav_wrapper {
margin-top:20px;
}

.wl_tab_global_wrapper {
margin: 20px;
}

.wl_tab_box, .wl_tab_sub_box {
display:none;
background-color: #fff;
padding: 10px;
border: 1px #e1e1e1 solid;
}

.wl_tab_box_active {
display:block;
}


@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.kcs_resp {
	display: none;
}

@media screen and (max-width: 1100px){
	.wl_iframe_wrapper {
	    width: 72%;
	}
}
@media screen and (max-width: 1100px){
	.widget_blok {
		width: 100%;
	}
	.title_logo {
    height: 50px;
    padding: 20px 30px;
	}
	.terug, .terug_clients {
    width: 75px;
    height: 75px;
    top: 20px;
    right: 20px;
	 z-index: 10000000000;
	}
}
@media screen and (max-width: 1000px){
	.medblock {
		box-sizing: border-box;
		width: 82%;
	}
	.mededeling_header {
		padding: 50px 0px 50px 10px;
 	}
	.wl_iframe_wrapper {
   	width: 82%;
 	}

}
@media screen and (max-width: 900px){
	.main {
    	padding: 130px 20px 60px 20px;
 	}
}
@media screen and (max-width: 800px){
	.widget_blok {
		width: 100%;
      padding: 18px 0px;
      margin: 20px 2px;
	}
	.widget_blok_big {
		margin: 20px 2px;
	}
	.user_a_header {
   	font-size: 40px;
 	}
}
@media screen and (max-width: 600px){
	.standard_select_box, .required, #factuurID {
	    margin-left: 0px;
	    margin-top: 10px;
	    width: 100%;
	}
	.wl_iframe_wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.login_table {
		width: 100%;
		min-width: 0;
	}
	.valign_left {
		display: none;
	}
	.kcs_resp {
		font-weight: bold;
		display: block;
		padding: 0px 0px 30px 0px;
		font-size: 22px;
		color: #188a40;
	}
	.user_a_header {
		margin-left: 20px;
	   font-size: 30px;
	}
	.user_switch_icon_header {
	    width: 50px;
	 }
	.medblock {
    	width: 100%;
	}
	.terug, .terug_clients {
		width: 50px;
		height: 50px;
		top: 10px;
		right: 10px;

 	}
	.close_line_1, .close_line_2 {
   	padding: 0% 3px;
	}
	.medblock a.standard_button {
		max-width: 200px;
		    max-width: 250px;
    	font-size: 10px;
	}


}
@media screen and (max-width: 420px){
	.medblock {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 400px){
	.user_a {
	    display: none;
	}
	.user_information {
   	margin-right: 30px;
	}
	.user_switch, .mededeling_switch {
		padding: 10px 15px;
	}
	.user_information_logoff {
		right: -20px;
	}

}
@media screen and (max-width: 375px){

	.login_table td {
	    padding: 15px;
	    position: relative;
	}
	.loginText {
    min-width: 140px;
 	}
	.mededeling_bx_scroll {
	    padding: 20px 0px 0px 0px;
	}

	.medblock a.standard_button {
		max-width: 200px;
			 max-width: 240px;
		font-size: 9px;
	}


}
@media screen and (max-width: 350px){

	.user_a_header {
		font-size: 22px;
	}

}

.download_button {
	text-decoration: none;
	display:block;
	padding: 5px;
	background: rgb(245 248 247);
	margin-bottom: 2px;
	color:#000;
}

a.download_button:hover{
	background: rgb(182, 202, 196);
}
/************ wl_iframe **************/
/************ wl_iframe **************/
/************ wl_iframe **************/

.bewerk_profiel{
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background: red;
    background: #009c4a;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s ease;
}




.hide {
	display: none;
}
.hidden {
	display: none;
}
