@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900');

* {
  box-sizing: border-box;
}


body, html {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #526c7c;
}


a {
	color: #49c6f5;
	text-decoration: none;
	font-weight: 900;
}



.clearBoth {
	clear: both;
}



.wrap {
	width: 100%;
	min-width: 1024px;
	padding: 0 25px;
}
.header_wrap {
	width: 100%;
}
.header {
	height: 125px;
	padding: 0 25px;
}
.header_left {
	float: left;
	height: 125px;
}
.menu_item {
	position: relative;
	float: left;
	height: 125px;
	line-height: 125px;
}
.menu_item.home {
	width: 100px;
	background: url('../img/icon_home.png') no-repeat center 43px;
	cursor: pointer;
}

.menu_item a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 125px;
	color: #738595;
	font-weight: 700;
	text-decoration: none;
	padding: 0 23px;
}

.submenu_wrap {
	display: none;
	position: absolute;
}

.header_right {
	float: right;
	height: 125px;
}
.menu_btn {
	position: relative;
	float: left;
	height: 125px;
	line-height: 125px;
	padding-right: 12px;
}
.menu_btn a {
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 125px;
    color: #738595;
    font-weight: 700;
    text-decoration: none;
    padding: 0 23px;
}
.menu_btn.search {
	text-align: center;
    line-height: 125px;
    color: #738595;
    font-weight: 700;
    text-decoration: none;
    padding: 0 38px 0 23px;
	margin-right: 50px;
	cursor: pointer;
}
.menu_btn.search {
	background: url('../img/icon_search.png') no-repeat right 43px;
}
.menu_btn.login {
	background: url('../img/icon_user.png') no-repeat right 43px;
}
.menu_btn.ingelogd {
    background: url(../img/icon_user.png) no-repeat right 43px;
    line-height: 14px;
    text-align: right;
    padding-right: 40px;
    padding-top: 41px;
	font-weight: 400;
}
.menu_btn.ingelogd a {
    line-height: 14px;
    text-align: right;
    height: initial;
    padding: 0;
	font-weight: 700;
    display: inline;
    line-height: 29px;
}



.search_overlay_wrap {
	display: none;
	position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
	z-index: 3333;
}
.search_overlay {
	max-width: 940px; 
    margin: 0 auto;
	position: relative;
}
.search_overlay_actions {
	margin-bottom: 30px;
}
.search_bigtitle {
	color: #ffffff;
    font-weight: 900;
    font-size: 24px;
    margin: 0;
	padding: 48px 0 20px 20px;
}

input.search_input {
    margin-top: 0px;
    display: block;
}
.search_overlay_close {
    font-size: 36px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 41px;
}
.search_overlay_contents {
	min-height: 200px;
}
.search_overlay_contents.loading {
	background: url('../img/loadings.svg') no-repeat center 32px;
	
}

.home_header_wrap {
	width: 100%;
}
.home_header {
	
}
.home_header_left {
	width: 62%;
	float: left;
}
.hhl_image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.home_header_right {
	width: 38%;
	float: right;
	text-align: center;
	padding: 0 36px;
}
.hhr_content {
	
}
.hhr_content img {
	max-width: 100%;
}
.cta_home_inschrijven {
	display: inline-block;
	background: #49c6f5 url('../img/icon_check.png') no-repeat 20px center;
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	padding-left: 56px;
	padding-right: 20px;
	margin-top: 75px;
}
.cta_home_inschrijven a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: 900;
	
}

	
.home_upcoming_wrap {
	background: #738595 url('../img/bg_weegschaal.png') no-repeat 60% center;
	width: 100%;
	height: 489px;
	margin: 25px 0;
}
.home_upcoming {
	text-align: center;
}


.upcoming_item {
	display: inline-block;
	width: 388px;
	background: #ffffff;
	border-top: 11px solid #ffffff;
	border-bottom: 11px solid #7c9194;
	margin-left: 71px;
	margin-top: -328px;
	
	-webkit-box-shadow: 0px 5px 35px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 35px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 35px -5px rgba(0,0,0,0.75);
}

.home_upcoming_wrap.smaller .upcoming_item {
	margin-top: -200px;
}

.upcoming_item.big {
	margin-left: 0;
	width: 450px;
	border-top: solid 13px #ffffff;
}
.upcoming_item.in_dashboard {
	margin-top: 0;
	text-align: center;
	margin: 0 auto;
}
.upcoming_item_img {
	width: 388px;
	height: 257px;
	overflow: hidden;
	position: relative;
}
.upcoming_item.big .upcoming_item_img {
	width: 450px;
	height: 299px;
}

.upcoming_item_ingeschreven {
	margin: 0 0 13px 0;
	line-height: 16px;
	color: #bdb1a2;
	font-weight: 700;
}

.upcoming_item_date {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 68px;
    height: 66px;
    background: #7c9194;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-top: 9px;
}
span.upcoming_datetxt {
	font-size: 14px;
}
	
.upcoming_item_txt {
	position: relative;
}
.upcoming_item_price {
	position: absolute;
	top: 24px;
	right: 0;
	height: 29px;
	line-height: 29px;
	background: #7c9194;
	padding: 0 8px;
	color: #ffffff;
	text-align: center;
}
		
.upcoming_item_cat {
	text-transform: uppercase;
	font-size: 18px;
	color: #bdb1a2;
	font-weight: 700;
	padding-top: 26px;
	margin: 0;
}
.upcoming_item_title {
	font-size: 25px;
    margin: 14px 0 22px 0;
	font-weight: 900;
	color: #7c9194;
	line-height: 30px;
	min-height: 60px;
	padding: 0 30px;
}

.upcoming_item_label {
	font-size: 12px;
	font-weight: 700;
	color: #bdb1a2;
}
.upcoming_item_val {
    color: #738595;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0 0 0 0;
    padding-bottom: 30px;
}
.upcoming_item .upcoming_item_val.uiv_location {
    max-width: 250px;
    margin: 0 auto;
}
.upcoming_item.big .upcoming_item_val.uiv_location {
    max-width: 313px;
    margin: 0 auto;
}
.upcoming_item_button {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 48px;
	height: 46px;
	background: #49c6f5 url('../img/icon_check.png') no-repeat center center;
	cursor: pointer;
}
.upcoming_item_arrow {
	position: absolute;
	right: 10px;
	bottom: 14px;
	width: 23px;
	height: 38px;
	background: url('../img/arrow_grey_right.png') no-repeat center center;
	cursor: pointer;
}
.upcoming_item_button a,
.upcoming_item_arrow a {
	display: block;
	width: 100%;
	height: 100%;
}


img.basic_img {
	/* min-width: 100%; */
}
		


.home_content_wrap {
	width: 100%;
    min-height: 920px;
    background-image: url(../img/bg_hamer.jpg);
    background-size: cover;
    background-position: right bottom;
    padding: 57px 0;
}
.home_content {
	position: relative;
	float: left;
	width: 48.6%;
	margin: 0 4.3%;
	min-height: 806px;
	background: #ffffff;
	border-bottom: 14px solid #738595;
	padding: 78px 7%;
	text-align: center;
	
	-webkit-box-shadow: 0px 5px 35px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 35px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 35px -5px rgba(0,0,0,0.75);
}
.home_content h1 {
	font-weight: 900;
	margin: 20px 0 75px 0;
	color: #7c9194;
	font-size: 44px;
	line-height: 54px;
}
.home_content p {
	text-align: justify;
}
p.hc_pretitle {
	color: #bdb1a2;
	margin: 0;
	text-align: center;
}
.home_content_arrow {
    position: absolute;
    background: url(../img/arrow_curly_right.png) no-repeat center center;
    width: 271px;
    height: 85px;
    right: -190px;
    top: 109px;
}
.home_btn_leesmeer {
	position: absolute;
	right: 16px;
    bottom: 20px;
    width: 23px;
    height: 38px;
    background: url('../img/arrow_grey_right.png') no-repeat center center;
    cursor: pointer;
}
.home_btn_leesmeer a {
	display: block;
	width: 100%;
	height: 100%;
}
.home_right {
	float: right;
	width: 42.7%;
	height: 500px;
	margin: 0;
	text-align: center;
}
.home_btn_register {
	display: inline-block;
    background: #49c6f5 url('../img/icon_user_check_blue.png') no-repeat 20px center;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    padding-left: 56px;
    padding-right: 20px;
    margin-top: 215px;
}
.home_btn_register a {
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
}
.updates_title {
	margin-top: 32px;
}
.updates_title_item {
    border-top: 1px solid #efefef;
    padding-top: 16px;
}	
.updates_title_item span {
	margin-left: 32px;
	font-weight: 300;
	font-size: 12px;
}
		
.act_login_img {
	width: 62%;
	float: left;
}
.act_login_img img {
	width: 100%;
}
.act_login_content {
	width: 38%;
    padding: 0 5%;
	float: right;
	text-align: center;
	padding-top: 100px;
}

.bigtitle {
	color: #7c9194;
	font-size: 44px;
	font-weight: 900;
}
.pretitle {
	color: #bdb1a2;
	margin: 0;
	font-weight: 700;
}


.login_label,
.forgot_label,
.register_label,
.reset_label,
.contact_row label {
	color: #bdb1a2;
	text-align: left;
	font-weight: 700;
	margin-bottom: 8px;
}

input[type="text"],
input[type="password"],
select,
textarea {
	border: 1px solid #e3e3e3;
	outline: none;
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding: 0 18px;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #526c7c;
}


.register_form_row {
	margin-bottom: 10px;
	/* width: 520px; */
}
.register_form_row .register_label {
	float: left;
	width: 200px;
	color: #5c6d7c;
	line-height: 65px;
	margin: 0;
}
.register_form_row input[type="text"],
.register_form_row input[type="password"],
.register_form_row select {
	float: right;
	/* width: 540px; */
	width: 100%;
}


.login_form_submit,
.forgot_form_submit,
.register_form_submit,
.reset_form_submit,
.myaccount_form_submit,
.eva_form_submit,
#submit,
#sendButton {
	text-align: center;
    display: inline-block;
    background: #49c6f5;
    padding: 19px 46px;
    color: #ffffff;
    font-weight: 900;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer; 
}
#sendButton {
	border: 0;
	outline: none;
}


.myaccount_form .register_label,
.rfr_account .register_label {
	float: left;
}
.myaccount_form input,
.myaccount_form select,
.rfr_account input,
.eva_form select,
.eva_form input {
    display: block;
    float: left !important;
    width: 520px !important;
}
.myaccount_form_submit {
    float: left !important;
    margin-left: 502px;
}

.rfr_eva {
	margin-bottom: 14px;
}
.rfr_eva textarea {
	height: 140px;
}
.eva_melding {
	display: none;
	font-weight: bold;
	text-align: right;
	margin: 27px 0 0 0;
}

.eva_label {
	float: left !important;
    width: 520px !important;
	line-height: 22px !important;
}
.eva_lb_letter {
	display: inline-block;
	float: left;
	width: 20px;
	
}
.eva_lb_text {
	display: inline-block;
	float: left;
	width: 490px;
	
}
.rater_wrap {
    float: right;
    width: 270px;
    font-size: 10px;
    line-height: 25px;
	text-align: right;
}
.rater_wrap_desc {
	display: inline-block;
	width: 31px;
	text-align: center;
}
.eva_rater {
    display: inline-block;
    position: relative;
    top: 3px;
}
.eva_rater a {
	color: #5c6d7c;
	font-size: 18px;
    margin-right: 2px;
}

.rfr_eva.error .eva_rater a {
	color: red;
}


select.mat_ontvangen {
	width: 268px !important;
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
}


.act_error,
.warning {
	border: 1px solid #ff8969;
	color: #ff6a42;
	background: #ffc7b8 url('../img/icon_warning.png') no-repeat 19px center;
    padding: 20px 20px 20px 70px;
	text-align: left;
}
.savesuccess {
    margin: -40px 0 30px 0;
}
.controle_label {
    float: left;
    width: 130px;
    font-weight: 700;
    margin: 0;
}
.controle_value {
	float: left;
	margin: 0;
}


.btn_inschrijven,
.btn_uitschrijven {
    display: inline-block;
    background: #49c6f5 url(../img/icon_check.png) no-repeat 20px center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    padding-left: 56px;
    padding-right: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
	margin-top: 32px;
}
.btn_uitschrijven {
	display: none;
	margin-top: 0;
	background: #49c6f5;
	padding-left: 20px;
}
		
.title_history {
	margin: 30px 0;
}
		
		
.db_menu {
	width: 100%;
	height: 71px;
	background: #738595;
	padding: 0 4px 0 25px;
}
.db_menu_left {
	float: left;
}
.db_menu_item {
	float: left;
}
.db_menu_item a {
	display: block;
	height: 71px;
	line-height: 71px;
	padding: 0 30px;
	color: #ffffff;
	font-weight: 700;
}
.db_menu_item.home {
	background: url('../img/icon_user_white.png') no-repeat center center;
}
.db_menu_right {
	float: right;
}	
a.db_menu_cta_cursus,
a.db_home_cta_userinfo {
    background: #49c6f5 url(../img/icon_check.png) no-repeat 20px center;
    color: #ffffff;
    text-decoration: none;
    height: 62px;
    line-height: 62px;
    display: block;
    padding: 0 20px 0 60px;
    margin-top: 4px;
}
a.db_home_cta_userinfo {
    width: 257px;
	background: #49c6f5 url(../img/icon_user_check_blue.png) no-repeat 20px center;
	margin-top: 0px;
}

.db_home_wrap {
	padding: 25px 0;
}
.db_home_left {
	float: left;
	width: 50%;
	margin-right: 25px;
	height: 777px;
	background: #e6dcd0;
	text-align: center;
	padding-top: 60px;
}
.db_home_right {
	float: right;
	width: 50%;
	margin-left: 25px;
}
.db_home_right_top {
	width: 100%;
	height: 479px;
	margin-bottom: 50px;
	background-image: url('../img/bg_mijn_gegevens.jpg');
	background-size: cover;
	background-position: center center;
	padding: 83px 0 0 78px;
}





.db_home_welkom_first {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 24px;
}
.db_home_welkom_second {
	font-size: 44px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 0 50px 0;
	line-height: 44px;
}

.user_overview {
	color: #ffffff;
	margin-top: 36px;
}
.user_overview_title {
	font-size: 12px;
	margin: 0;
	color: #ffffff;
}
.user_overview_item {
	margin: 0;
	color: #ffffff;
}
.user_overview_item span {
	font-weight: 900;
}


.db_home_right_bottom {
	width: 100%;
	height: 249px;
	background: #7c9194;
	padding-left: 82px;
}

.db_home_last_certificaat {
	background: url('../img/icon_doc_big.png') no-repeat left center;
	min-height: 72px;
	padding-left: 120px;
	position: relative;
    top: 72px;
}
.db_hlc_top {
	margin: 0;
	padding-top: 3px;
	color: #ffffff;
}
.db_hlc_title {
	margin: 0;
	font-weight: 900;
	font-size: 25px;
	color: #ffffff;
}
.db_hlc_title.clickable {
	cursor: pointer;
}
.db_hlc_info {
	margin: 3px 0;
	font-size: 12px;
	color: #ffffff;
}
.db_hlci_sep {
	display: inline-block;
	padding: 0 12px;
}

.content_wrap {
	background: #738595;
	width: 100%;
}
.content_wrap.with_padding {
	padding: 66px;
}
.content {
	width: 944px;
	margin: 0 auto;
	padding: 66px 0;
}
.content.bg_white {
	background: #ffffff;
}
.content.content_basic {
	padding: 75px 70px;
    text-align: justify;
}
.content_contactform_wrap {
	width: 520px;
	margin: 32px auto 0 auto;
}
		
.topcontent {
	position: relative;
	width: 944px;
	margin: 0 auto;
}
.topcontent_side {
	float: left;
	width: 200px;
	text-align: right;
}
.topcontent_middle {
	float: left;
	width: 544px;
}
.topcontent_title {
	font-size: 44px;
	color: #7c9194;
	margin: 0 0 55px 0;
	font-weight: 900;
	line-height: 44px;
	text-align: center;
}
.topcontent_title span {
	font-size: 12px;
	font-weight: 700;
	color: #bdb1a2;
	margin: 0;
}
a.cursus_b2overview {
	display: inline-block;
	background: url('../img/arrow_grey_left.png') no-repeat left center;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	padding-left: 40px;
	color: #7c9194;
	font-size: 12px;
	margin-top: 49px;
    margin-right: 6px;
}	

		
.cursussen_overzicht_item {
	width: 100%;
	min-height: 201px;
	background: #ffffff;
	border-right: 6px solid #7c9194;
	margin-bottom: 28px;
}
.cursussen_overzicht_img {
	width: 308px;
	height: 201px;
	overflow: hidden;
	float: left;
}
.cursussen_overzicht_content {
	width: 630px;
	min-height: 201px;
	float: left;
	position: relative;
    padding-top: 12px;
	padding-left: 21px;
}
.coc_pretitle {
	text-transform: uppercase;
    font-size: 14px;
    color: #bdb1a2;
    font-weight: 700;
    margin: 0;
}
.coc_title {
	font-size: 19px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 8px;
	color: #7c9194;
}

.coc_desc {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}

.coc_date {
    position: absolute;
    left: 21px;
    bottom: 12px;
    width: 62px;
    height: 62px;
    background: #7c9194;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-top: 9px;
}
span.coc_datetxt {
	font-size: 14px;
}


.cta_coc_inschrijven {
	position: absolute;
	left: 95px;
	bottom: 12px;
	display: inline-block;
	background: #49c6f5 url('../img/icon_check.png') no-repeat 20px center;
	cursor: pointer;
	height: 62px;
	line-height: 62px;
	padding-left: 56px;
	padding-right: 20px;
}
.cta_coc_inschrijven a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: 900;
	
}	
.coc_item_arrow {
	position: absolute;
    right: 28px;
    bottom: 23px;
    width: 23px;
    height: 38px;
    background: url(../img/arrow_grey_right.png) no-repeat center center;
    cursor: pointer;
}
.coc_item_arrow a {
	display: block;
	width: 100%;
	height: 100%;
}
.coc_item_price {
	min-width: 79px;
	position: absolute;
    top: 20px;
    right: 16px;
    height: 29px;
    line-height: 29px;
    background: #7c9194;
    padding: 0 8px;
    color: #ffffff;
    text-align: center;
}

		
		
		
.cursussen_pager {
	text-align: center;
	width: 100%;
}
a.cursussen_pager_item {
	display: inline-block;
	width: 20px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	margin: 0 8px;
	font-weight: 400;
}
a.cursussen_pager_item.active {
	font-weight: 700;
}
.cpager_left {
	display: inline-block;
	width: 20px;
	height: 24px;
	line-height: 24px;
	background: url('../img/pager_arrow_left.png') no-repeat center;
	margin-right: 12px;
}
.cpager_right {
	display: inline-block;
	width: 20px;
	height: 24px;
	line-height: 24px;
	background: url('../img/pager_arrow_right.png') no-repeat center;
	margin-left: 12px;
}
.cpager_left.inactive,
.cpager_right.inactive {
	cursor: default;
	opacity: 0.2;
}
		
		
.cursus_item {
	background: #ffffff;
	border-right: 6px solid #7c9194;
}
.cursus_item_top {
	
}
.cit_left {
	width: 488px;
	border-bottom: 34px solid #e6dcd0;
	float: left;
}
.cit_left_img {
	width: 488px;
	height: 324px;
	overflow: hidden;
	
}
.cit_right {
	float: right;
	min-height: 358px;
	position: relative;
	width: 450px;
	padding: 38px 30px;
}
.cursus_pretitle {
	font-size: 19px;
	color: #bdb1a2;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
.cursus_title {
	color: #7c9194;
	font-weight: 900;
	margin: 0;
}	

.upcoming_item_label.uil_incursus {
	margin-top: 13px;
	margin-bottom: 3px;
}
.upcoming_item_val.uil_incursus {
	padding-bottom: 0px;
}	


.coc_date.cocd_in_item {
	left: 30px;
	bottom: 0;
}

.coc_date.cocd_points {
	background: #bdb1a2;
	left: 104px;
	bottom: 0;
}
.coc_date.cocd_points span {
	font-size: 11px;
}
.cocd_button {
	left: 178px;
	bottom: 0;
}
.cta_coc_inschrijven.cocd_btn_ingeschreven {
	background: #bdb1a2 url(../img/icon_check.png) no-repeat 20px center;
}
.cursus_text {
	padding: 75px 70px;
	text-align: justify;
}
		
		
.db_basic_wrap {
	width: 100%;
	min-height: 778px;
	margin: 25px 0;
	background: #e6dcd0 url('../img/db_basic_bg.png') no-repeat left top;
}
.db_basic {
	width: 944px;
	min-height: 778px;
	margin: 0 auto;
	padding: 60px 68px;
	background: #e6dcd0;
}
.db_basic.no_padding {
	padding: 60px 0;
}

.tablet_mode {
	overflow-y: scroll;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #e6dcd0;
    margin: 0;
    z-index: 1000;
}
.tablet_mode_close {
	position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
	cursor: pointer;
}

.tablet_mode_open {
    position: absolute;
    top: 26px;
    left: 0;
    font-size: 30px;
    cursor: pointer;
	z-index: 99;
}


.db_basic h1 {
	color: #5c6d7c;
	font-size: 42px;
	line-height: initial;
	font-weight: 900;
    margin: 0 0 60px 0;
}
		
		
.quickrow_wrap {
	position: relative;
	padding: 10px;
	background: #ffffff;
	border-right: 6px solid #7c9194;
	margin-bottom: 30px;
}

.quickrow_wrap.new_msg {
	border-right: 6px solid #e70000;
}
.quickrow_wrap.qrw_preslist {
	width: 472px;
	margin: 0 auto 34px auto;
}
.quickrow_wrap.cert {
	padding-left: 16px;
}


.quickrow_not_accepted {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 49;
	background: rgba(255,255,255,0.7);
	left: 0;
	top: 0;
	text-align: center;
	line-height: 86px;
}

.quickrow_notification {
	position: absolute;
	left: -14px;
    top: -14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	background: #e70000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 50;
}
.quickrow_date {
	float: left;
    width: 68px;
    height: 66px;
    background: #7c9194;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-top: 9px;
	margin-right: 22px;
}
.quickrow_date span {
    font-size: 14px;
}
.quickrow_content {
	float: left;
    width: 447px;
	/* height: 66px; */
	min-height: 66px;
	color: #738595;
}
.quickrow_wrap.cert .quickrow_content {
	width: 531px;
}
.quickrow_wrap.qrw_preslist .quickrow_content {
    width: 356px;
}
.quickrow_content .coc_pretitle {
	line-height: 18px;
}
.quickrow_content .coc_title {
	margin-bottom: 0;
	line-height: 30px;
}
.quickrow_button {
	float: left;
	width: 170px;
	height: 66px;
	line-height: 66px;
	background: #49c6f5 url('../img/icon_optout.png') no-repeat 16px center;
}
.quickrow_btn_space {
	float: left;
	width: 170px;
	height: 66px;
}

.quickrow_button a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
    padding: 0 16px 0 65px;
}
.quickrow_button.download {
	background: #49c6f5 url('../img/icon_doc.png') no-repeat 16px center;
}

.quickrow_button.download a {
	padding: 0 16px 0 55px;
}


.pay_download_wrap {
	width: 170px;
	float: left;
}
.quickrow_button.download.small {
	background: #49c6f5 url('../img/icon_doc.png') no-repeat 16px center;
	background-size: 16px;
	height: 30px;
	line-height: 30px;
	float: none;
	width: 170px;
	margin-top: 12px;
}
.quickrow_button.pay {
	background: #49c6f5 url('../img/pay.png') no-repeat 9px center;
	background-size: 26px;
	float: none;
	height: 30px;
	line-height: 30px;
	width: 170px;
}
.quickrow_button.download.small a,
.quickrow_button.pay a {
    padding: 0 0 0 48px;
}


.tcs_preslist_title {
	position: relative;
	color: #5c6d7c;
	font-size: 20px;
	font-weight: 900;
	line-height: 86px;
	height: 86px;
}
.tcs_preslist_title span {
    position: absolute;
    right: 0;
    top: 46px;
    padding: 0;
    font-size: 12px;
    color: #7c9194;
    font-weight: 400;
    line-height: 12px;
}
a.cb2o_preslist {
	margin-top: 26px;
}

.preslist_search_wrap {
	width: 217px;
	height: 44px;
	float: right;
	margin-bottom: 31px;
}
input.preslist_search {
	width: 217px;
	height: 44px;
	line-height: 44px;
	background: #ffffff url('../img/icon_search.png') no-repeat right 10px center;
	border: none;
	outline: none;
	padding: 0 10px 0 15px;
}

.quickrow_arrow {
    float: left;
    width: 60px;
    margin-left: 15px;
    height: 66px;
    background: url(../img/arrow_grey_right.png) no-repeat center center;
}
.quickrow_arrow a {
	display: block;
	width: 100%;
	height: 100%;
}
.quickrow_wrap.qr_search {
	cursor: pointer;
}
.quickrow_wrap.qr_search .quickrow_arrow {
	float: right;
}

.preslist_item {
	background: #ffffff url('../img/icon_user.png') no-repeat 13px center;
	padding: 3px;
	padding-left: 74px;
	line-height: 41px;
	color: #7c9194;
	border-right: 6px solid #7c9194;
	margin-bottom: 10px;
}
.preslist_item_name {
	float: left;
	font-weight: 700;
	width: 236px;
	min-height: 1px;
}
.preslist_item_office {
	float: left;
	width: 216px;
	min-height: 1px;
}
.preslist_item_email {
	float: left;
	width: 278px;
	min-height: 1px;
}
.preslist_item_status {
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 17px;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.preslist_item_status.isin {
	background: #16e900;
}
.preslist_item_status.isout {
	background: #ff6464;
}
.preslist_item_btn_in {
	width: 43px;
	height: 41px;
	float: left;
	margin-right: 10px;
	background: #49c6f5 url('../img/button_cur_in.png') no-repeat center center;
}
.preslist_item_btn_out {
	width: 43px;
	height: 41px;
	float: left;
	background: #49c6f5 url('../img/button_cur_out.png') no-repeat center center;
}
.preslist_item_btn_in a,
.preslist_item_btn_out a {
	display: block;
	width: 100%;
	height: 100%;
}
		
		
.inout_card_wrap {
	width: 944px;
	border-right: 6px solid #7c9194;
	margin: 0 auto;
	background: #ffffff;
	padding: 23px 42px 23px 64px;
}
.inout_card_title {
	font-size: 14px;
	color: #bdb1a2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 23px;
}
span.inout_card_type {
	display: inline-block;
	background: #7c9194;
	color: #ffffff;
	padding: 5px 8px;
	margin-left: 12px;
}
.inout_card_left {
	float: left;
	width: 50%;
}
.inout_card_right {
	float: right;
	width: 50%;
}

.ioc_info {
	padding-left: 50px;
}
.ioc_info.deelnemer {
	background: url('../img/icon_user.png') no-repeat left 2px;
}
.ioc_info.datetime {
	margin: 44px 0;
	background: url('../img/icon_clock.png') no-repeat left 2px;
}
.ioc_info.comments {
	background: url('../img/icon_message.png') no-repeat left 2px;
}
textarea.ioc_text {
	width: 277px;
	border: 1px solid #d0d0d0;
	height: 90px;
	outline: none;
	padding: 5px 10px; 
	font-family: 'Merriweather', serif;
    line-height: 25px;
    font-weight: 400;
    color: #526c7c;
}


textarea.ioc_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d5d5d5;
}
textarea.ioc_text::-moz-placeholder { /* Firefox 19+ */
  color: #d5d5d5;
}
textarea.ioc_text:-ms-input-placeholder { /* IE 10+ */
  color: #d5d5d5;
}
textarea.ioc_text:-moz-placeholder { /* Firefox 18- */
  color: #d5d5d5;
}


.handtekening_area {
    width: 416px;
	height: 316px;
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
}
.ioc_submit_button {
	background: #49c6f5 url(../img/icon_check.png) no-repeat 20px center;
    color: #ffffff;
    text-decoration: none;
    height: 62px;
    line-height: 62px;
    display: block;
    padding: 0 20px 0 60px;
    margin-top: 37px;
    font-size: 16px;
    font-weight: 900;
    float: right;
	cursor: pointer;
}
		
		
		
		
		
		
.footer_wrap {
	width: 100%;
	padding: 80px 0;
}
.footer {
	text-align: center;
	position: relative;
}	
.footer_item_left {
    position: absolute;
    width: 200px;
    left: 50%;
	top: 9px;
    margin-left: -400px;
	text-align: right;
}
.footer_item_left img {
	margin-right: 70px;
}
.footer_item_right {
    position: absolute;
    width: 430px;
    left: 50%;
    margin-left: 200px;
    top: 11px;
}
.footer_item_right a {
    text-align: left;
    color: #738595;
    font-weight: 700;
    text-decoration: none;
	/* margin-right: 70px; */
	margin-right: 45px;
}

.footer_item_logo {
	display: block;
	width: 356px;
	height: 46px;
	margin: 0 auto;
}
					

.eva_b2overview {
	display: inline-block;
    background: url(../img/arrow_grey_left.png) no-repeat left center;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    padding-left: 40px;
    color: #7c9194;
    font-size: 12px;
    margin-right: 6px;
}
.eva_title_small {
	font-weight: 300;
}	
.eva_table {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.eva_progress_bar {
	position: relative;
	min-width: 1px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	background: #738595;
	margin-bottom: 10px;
}
.eva_progress_number {
	position: absolute;
    right: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
}
			
			
		
		




.contact_row {
	margin-bottom: 7px;
}

.contact_row label {
    display: block;
}

.contact_row input, .contact_row textarea {
	display: block;
}

.contact_row textarea {
	height: 120px;
}

#submit {
	border: none;
}
.submit p {
	
}
