/* Import */
@import url("/3rdparty/global/css/global-v1.css");
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");

html, body {
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #0C6186;
	color: #444; 
	background-color: #fff;
}

h1 {
	font-size: 30px;
	font-weight: 300;
}

h2 {
	font-weight: 300;
}

h3, h4, h5 {
	font-size: 16px;
}

.fa-info-circle {
	margin-right: 5px;
	color: #2DAAE1;
	cursor: pointer;
}

.fa-info-circle:hover {
	margin-right: 5px;
	color: #F48029;
}

.fa-question-circle {
	color: #A9BCC4;
}

.container {
	box-sizing: border-box;
   max-width: 1280px;
}

span.small {
	color: #2DAAE1;
}

.graybutton {
	color: #444;
	font-weight: 400;
	text-decoration: none;
}

.graybutton:hover {
	text-decoration: underline;	
}

.fa-home-style {
	font-size: 28px; 
	margin-top: 13px;
}

#static_content .column-1-3.blog_item {
   margin: 15px 0px;
   min-height: 515px;
}

#static_content #blog_items #pagination {
   text-align: center;
}

#static_content #blog_items #pagination .button {
   background-color: #2DAAE1;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   display: inline-block;
   border-radius: 40px 0px 40px 40px;
   margin: 0px 2px;
}

#static_content #blog_items #pagination .pag_button_selected {
   background-color: #f67b01; 
}

#cookieBanner {
	background-color: rgba(25, 25, 25, 0.9);
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 25px 30px;
	z-index: 500;
}

#cookieBanner span {
	width: 65%;
	display: inline-block;
}

#cookieBanner h4 {
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
}

#cookieBanner button {
	 float: right;
    margin-left: 15px;
	 margin-top: -15px;
	 display: inline-block;
    background-color: transparent;
    border: none;
	 background-image: url(/img/orange_trans.png);
	 width: auto;
	 background-repeat: no-repeat;
	 padding-left: 15px;
	 padding-right: 35px;
	 background-position: right center;
	 font-size: 16px;
}

#cookieBanner button:hover {
	background-image: url(/img/orange_trans-hover.png);
}

/* - - - - - H O M E P A G E - - - - - */

#introblock h1 {
	font-size: 28px;
	line-height: 34px;
	color: #2DAAE1;
	max-width: 70%;
	margin: 0px auto;
	margin-bottom: 15px;
}

#introblock .row {
	margin: 50px 0px;
}

#introblock .column-1-3 .grid-item {
	padding: 30px;
   text-align: left;
   background-color: rgba(46, 172, 225, 0.2);
   border-radius: 50px 0px 50px 50px;
   color: #09506F !important;
   min-height: 385px;
}

#introblock .column-1-3:nth-child(2) .grid-item {
   background-color: rgba(88, 196, 127, 0.2);
   color: rgb(31, 70, 45) !important;
}

#introblock .column-1-3 img {
	max-width: 75px;
}

#introblock .column-1-3 h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
   color: #09506F;
}

#introblock .column-1-3:nth-child(2) .grid-item h3 {
   color: rgb(31, 70, 45) !important;
}

#introblock .column-1-3 a {
	color: #2DAAE1;
	text-decoration: none;
}

#introblock hr {
	width: 100%;
	height: 2px;
	border: none;
	background-color: #2DAAE1;
}

#infoblock {
	padding-top: 0px;
}	

#infoblock .column-1-2 .grid-item {
	background-color: rgba(93, 197, 131, 0.3);
	text-align: left;
	padding: 30px;
	padding-right: 35px;
	min-height: 210px;
}

#infoblock .column-1-2 .grid-item img {
	width: 100%;
}

#infoblock .column-1-2 .grid-item h4,
#infoblock .column-1-2 .grid-item a {
	color: #5cc482;
	font-weight: 400;
}

#infoblock .column-1-2 .grid-item h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

#infoblock .column-1-2:first-child .grid-item {
	background-color: rgba(73, 156, 212, 0.3);
}

#infoblock .column-1-2:first-child .grid-item h4,
#infoblock .column-1-2:first-child .grid-item a {
	color: #479ad3;
}

#infoblock .column-1-2 .grid-item p {
	padding-right: 25px;
}

.lint {
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	color: #09506F;
	font-size: 18px;
	line-height: 40px;
	bottom: 5px;
   font-weight: 500;
	left: 0px;
}

.lint span {
   color: #e68231;
}

#home-header .lint {
	top: 5px;
	bottom: auto;
}

#home-header {
	position: relative;
}

.omline {
	border: 2px solid rgba(194, 206, 215, 0.85);
	height: 45px;
	width: 100%;
	border-radius: 5px;
}

#reviewbol {
	text-decoration: none;
}

#home-header .content-header {
	max-width: 1200px;
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
	margin: 100px auto;
	padding: 10px 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 2;
	bottom: -100px;
	text-align: center;
}

#introblock.berekenhomepage {
	margin-top: 150px;
}

#home-header .content-header h1 {
	color: #2DAAE1;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
	border-radius: 50%;
}

input[type="checkbox"] {
    border-radius: 0px;
}


input[type="radio"]:checked, input[type="checkbox"]:checked {
   background-color: red;
    width: 18px;
    height: 18px;
    background-color: #2DAAE1;
    border-color: #2DAAE1;
}

input[type="checkbox"]:checked {
	border-color: #7ED321;
	background-image: url(/img/ok.png);
	background-size: 85% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

input[type="text"] {
	cursor: text;
}

#home-header .content-header h3 {
	color: #0C6186;
	text-shadow: none;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
}

#home-header .content-header .column-1-4 {
	text-align: left;
}

#home-header .content-header .column-1-4 label {
	text-align: center;
	width: 45%;
	display: inline-block;
	cursor: pointer;
   line-height: 41px;
}

#home-header .content-header .column-1-4 h4 {
	font-weight: 300;
	margin-bottom: 5px;
}

#home-header .content-header .submit {
	margin-top: 20px;
   padding-right: 50px;
}

#home-header .colorblock {
	width: 100%;
	height: 250px;
	background-color: rgba(2, 89, 125, 0.85);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

.homeblock,
.compleet {
	text-align: center;
	padding: 35px 0px;
}

#allaanbieder {
	padding-top: 0px;
}

.homeblock h3 {
	font-weight: 300;
	margin-top: 10px;
	color: #2DAAE1;
}

.aanbiederlogos div {
	text-align: center;
}
.aanbiederlogos div img {
	display: inline;
}

.aanbiederlogos .column-1-6 {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
}

.aanbiederlogos .column-1-6 img {
	max-width: 140px;
}

#klantenvertellen {
	background-image: url(/img/gras.jpg);
	background-position: center center;
	background-size: cover;
	text-align: left;
	padding: 35px 0px;
}

#klantenvertellen h2 {
	color: #299cce;
   color: #09506F;
   max-width: 85%;
}

#klantenvertellen h3 {
	color: #0C6186;
	line-height: 24px !important;
}

.beoordelingrow .beoordeling {
	padding-right: 5px;
}

.beoordelingrow .beoordeling .grid-item {
	text-decoration: none;
	color: #0C6186;
}

.beoordelingrow .beoordeling .grid-item .fa-star,
.beoordelingrow .beoordeling .grid-item .fa-star-o {
	font-size: 40px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #58c47f;
}

.beoordelingrow .beoordeling .grid-item .fa-star-o {
	color: #A9BCC4;
}

.beoordelingrow .beoordeling .grid-item {
	text-align: left;
	background-color: #fff;
	padding: 20px;
	min-height: 230px;
	padding-right: 15px;
}

.beoordelingrow .beoordeling .grid-item h4 {
	font-size: 22px;
	font-weight: 300;
	color: #2DAAE1;
}	

.beoordelingrow .beoordeling .grid-item h5 {
	font-size: 18px;
	font-weight: 300;
	color: #0C6186
}

.resultblock {
	padding-left: 25px;
}

#resultcircle {
	width: 300px;
	height: 300px;
	background-image: url(/img/kv_bloem.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-align: center;
	margin-top: -35px;
	position: relative;
	z-index: 5;
}

#resultcircle h2 {
	font-size: 110px;
	text-align: right;
	margin-top: -45px;
	margin-right: 30px;
	letter-spacing: -10px;
	padding-bottom: 0px;
	line-height: 120px;
	font-weight: 700;
	color: #fff;
}

#resultcircle h3 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	float: right;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin-right: 20px;
}

#kvlogohome {
	margin: -35px;
	margin-left: -125px;
	margin-bottom: -100px;
}

/* - - - - - S T A T I C P A G E - - - - - */ 

.headerimage h2,
.headerimage h3 {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 300;
}

.headerimage h2,
.homeblock h2 {
	font-size: 36px;
	line-height: 42px;
}

.headerimage h3,
.homeblock h3 {
	line-height: 32px;
}

.headerimage {
	width: 100%;
	height: 350px;
	background-image: url(/img/banner_home.png);
   background-image: url(/img/pensioenkoers_header-2024.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin-top: 135px !important;
	position: relative;
	padding-top: 50px;
}

#home-header {
	height: 350px;
}

#static-header {
	background-position: center center;
	background-image: url(/img/banner_staticpage.png);
	height: 300px;
}

#static-header .fl_submit {
	margin: 0px auto !important;
	margin-right: 40% !important;
}	

/*#static-header.berekenen-stap1,
#static-header.berekenen-stap2 {
	height: 350px !important;
}*/

#static-header.headerimage.berekenen-stap3 div {
   display: none;
}

#static-header.headerimage.berekenen-stap1 {
	background-image: url(/img/banner_stap1.png) !important;
}

#static-header.headerimage.berekenen-stap2 {
	/*background-image: url(/img/banner_stap2-v2.jpg) !important; 
   height: 235px;*/
   height: auto !important;
   padding: 0px !important;
   background-image: none;
   background-color: #f2fafe;
}

#static-header.headerimage.berekenen-stap2 #kvblock {
   top: 0px;
   display: none;
}

#static-header.headerimage.berekenen-stap2 .container {
   padding: 0px;
}

#static-header.headerimage.berekenen-stap3 {
	background-image: url(/img/banner_stap3.png) !important;
}

#static-header.headerimage.berekenen-stap3 {
	height: 1px;
   background-image: none !important;
	background: none;
   padding: 0px;
}


.berekenen-stap1 .lint,
.berekenen-stap2 .lint,
.berekenen-stap3 .lint {
	display: none !important;
}	


select::-ms-expand {
    display: none;
}

#static_content, #page_content, .static_row {
	background-color: #fff;
}

.static_row {
	padding-top: 1px;
}


.headerimage .container {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

.headerimage .container .content-header {
	display: table-cell;
	vertical-align: middle;
}

#helpdesk {
	float: right;
	width: 270px; 
	height: 270px;
	border-radius: 50%;
	background-color: rgba(9, 80, 111, 0.90);
	display: table;	
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 50%;
	margin-bottom: -135px;
}

#kvblock {
	float: right;
	display: table;	
	text-align: center;
	position: absolute;
	right: 0px;
	top: -35px;
	margin-bottom: -8px;
}

#kvblock img {
	max-width: 105px;
}

.kv_number {
	width: 70px;
	height: 70px;
	position: absolute;
	font-size: 42px;
	line-height: 70px;
	top: 15px;
	right: 20px;
	color: #333;
	font-weight: 500;
	letter-spacing: -2px;
}

#helpdesk h2 {
	color: #2DAAE1;
	text-shadow: none;
	margin-bottom: 10px;
}

#helpdesk h3 {
	text-shadow: none;
	font-weight: 300;
}

#helpdesk h4 {
	font-weight: 300;
	text-shadow: none;
	color: #fff;
}

#helpdesk #helpdeskblock {
	display: table-cell;
	vertical-align: middle;
}

#helpdesk #helpdeskblock a {
	color: #fff;
	text-decoration: none;
}

#helpdesk #helpdeskblock a:hover {
	text-decoration: underline;
}

#headerbar {
	height: 90px;
	background-color: #fff;	
}

#headerbar a {
	color: #0C6186;
	text-decoration: none;
}

#headerbar a:hover {
	color: #2DAAE1;
}

#headerbar #logo {
	line-height: 125px;
}

#headerbar #logo img {
	max-width: 300px;
}

#headerbar #headercta {
	float: right;
	text-align: right;
	padding-top: 20px;
	font-weight: 400;
	font-size: 16px;
}

#headerbar #headercta span {
	font-weight: 700;
}

#headerbar #headercta strong,
#subfooter span strong {
	font-weight: 700;
	color: #7ED321;
}

#headerbar #headercta strong.closed,
#subfooter span strong.closed {
	color: #b72334;
}

#menu {
	width: 100%;
	background-color: rgb(46, 172, 225);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	height: 45px;
	text-align: right;
	position: relative;
	z-index: 5;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	display: inline-block;
}

#menu ul li.home {
	float: left;
}

#menu a {
	height: 45px;
	display: inline-block;
	line-height: 45px;
	font-weight: 400;
   margin-left: 15px;
	color: #fff;
	text-decoration: none;
   font-size: 15px;
}

#menu li.active a {
	color: #09506f;
}

#menu li:nth-child(2) a {
   background-color: #e68231;
   color: #fff !important;
   padding: 0px 15px;
}

#menu li:nth-child(2):hover a {
   background-color: #d8742c;
   border-bottom: 0px;
}

#menu a:hover {
	border-bottom: 3px solid #0C6186;
}

#menu li.active a:hover {
	border-bottom: 0px;
}

#menu ul li.home a {
	margin-left: 0px;
}

/* - - - - - S T A T I C P A G E - - - - - */

#static_content .column-2-3,
#static_content .column-1-3 {
	margin: 50px auto;
	padding: 0px;
	text-align: justify;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}	

#static_content .column-1-3 a {
	margin-bottom: 10px;
	background: none;
	height: 30px !important;
	line-height: 29px !important;
	background-color: #0C6186;
	font-size: 16px !important;
	padding-right: 15px;
	background-image: url(/img/blue_right.jpg);
	background-position: right -1px center;
	background-repeat: no-repeat;
}

#static_content .column-1-3 a:hover {
	background-color: #f67c01;
	background-image: url(/img/orange_right2.jpg);
	text-decoration: none !important;
}

#static_content .column-2-3 h1,
#static_content .column-1-3 h1 {
	font-size: 36px;
	line-height: 42px;
	color: #2DAAE1;
	margin-bottom: 40px;
	text-align: left !important;
}

#static_content .column-1-3 h1 {
	font-size: 35px;
	margin-bottom: 50px;
	color: #0C6186;
	-webkit-transition: all linear 0.35s;
    -moz-transition: all linear 0.35s;
    -o-transition: all linear 0.35s;
    transition: all linear 0.35s;
}	

#static_content .column-1-3 .fixed h1 {
	margin-bottom: 15px;
	-webkit-transition: all linear 0.35s;
    -moz-transition: all linear 0.35s;
    -o-transition: all linear 0.35s;
    transition: all linear 0.35s;
}	

#static_content .column-2-3 strong {
	font-weight: 600;
   color: #0C6186;
}

#static_content .column-2-3 a {
	text-decoration: underline;
	color: #0C6186;
   font-weight: 500;
}

#static_content .column-2-3 a:hover {
	text-decoration: none;
	color: #2DAAE1;
}

#headerbar,
#menu {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#menu {
	top: 90px;
}

#ntvbscontactform table {
	width: 100%;
}

#ntvbscontactform table td {
	padding-bottom: 15px;
}

#ntvbscontactform input.textfield {
	width: 100%;
}


/* - - - - - B E R E K E N E N - - - - - */

select {
	background-image: url(/img/ar_down.png);
	background-position: right 15px center;
	background-size: 13px auto;
	background-repeat: no-repeat;
}

.ok select,
.ok input,
input.ok,
select.ok,
#ntvbscontactform textarea.ok,
.omline.ok {
	background-image: url(/img/ok.png);
	background-position: right 15px center;
	background-size: 15px auto;
	background-repeat: no-repeat;	
	border-color: #7ED321; 
}

#ntvbscontactform textarea.ok {
	background-position: right 15px top 15px; 
}

.notok select,
.notok input,
input.notok,
select.notok,
#ntvbscontactform textarea.notok,
.omline.notok {
	border-color: #cf6a73;
}

#berekenstepsrow {
	background: #b0dff7; /* Old browsers */
	background: -moz-linear-gradient(left, #b0dff7 0%, #b0dff7 50%, #eaf6fd 51%, #eaf6fd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b0dff7 0%,#b0dff7 50%,#eaf6fd 51%,#eaf6fd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b0dff7 0%,#b0dff7 50%,#eaf6fd 51%,#eaf6fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0dff7', endColorstr='#eaf6fd',GradientType=1 ); /* IE6-9 */
	height: 40px;
	margin-top: 5px;
	width: 100%;
}	

.step1,
.step2,
.step3,
.compleetitem {
	display: block;
	width: 33.333%;
	float: left;
	line-height: 40px;
	vertical-align: middle;
	font-size: 18px;
}


.step1, 
.step2, 
.step3 {
	margin-bottom: 10px;
	text-align: right;
}

.step1 img,
.step2 img {
	float: right;
	height: 40px;
}

.compleetitem {
	display: inline-block;
	float: none;
}

a.step1,
a.step2,
a.step3 {
	cursor: pointer;
	color: #0C6186;
	text-decoration: none;
}

.step1 {
	background-color: #B0DFF7;
}

.step2 {
	background-color: #C9E8F9;
}

.step3 {
	background-color: #EAF6FD;
}

a.step1 label,
a.step1 label,
a.step1 label {
	cursor: pointer;	
}

.step1 > span,
.step2 > span,
.step3 > span,
.compleetitem a span {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}

#bereken_form h4 {
	font-weight: 300;
	color: #2DAAE1;
}

#bereken_form h5 {
	font-weight: 300;
	color: #2DAAE1 !important;
}

#bereken_form table {
	width: 100%;
}

#bereken_form table td {
	padding-bottom: 10px;
}

#bereken_form table td {
	width: 33.333%;
}



input:focus,
select:focus,
textarea:focus {
    outline:none;
    border-color: #0C6186;
}

input,
select {
	width: 100%;
	height: 45px;
	padding: 0px 15px;
	border: 2px solid rgba(194, 206, 215, 0.85);
	border-radius: 5px;
	font-size: 16px;
	background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

input.short {
	width: 50%;
	float: left;
}

#bereken_form #formerrors {
	list-style: none;
	padding: 0px;
	color: #cf6a73;
	
}

#bereken_form.formstep_3 td {
	width: auto;
}

#bereken_form.formstep_3 td:first-child {
	width: 33.333%;
}

#bereken_form.formstep_3 td:nth-child(3) {
	width: 20%;
}

#bereken_form.formstep_3 .omline {
	width: 50px;
}

#bereken_form.formstep_3 .omline input {
	margin: 10px 5px;
}

#bereken_form table tr td:nth-child(3n) input,
#bereken_form table tr td:nth-child(3n) select,
#bereken_form table tr td:nth-child(3n) h5 {
	width: 50% !important;
	margin-left: 15px;
}

#bereken_form table tr td select.short {
	width: 48%;
}

#bereken_form table tr td select.short:first-child {
	margin-right: 4%;
}

#bereken_form.formstep_3 td input.medium {
	width: 70%;
	float: left;
}

#bereken_form.formstep_3 td input.short {
	width: 28%;
	margin-right: 2%;
}

#bereken_form.formstep_3 td input.short.housenumber {
	width: 28%;
	margin-right: 0%;
	margin-left: 2%;
}

#bereken_form.formstep_3 td input:disabled {
	background-color: #e2e6e8;
}

#bereken_form .first {
	font-weight: 300;
}

#bereken_form .first, #bereken_form.formstep_3 td, .infobeleggenleeftijd  {
	position: relative;
}

#bereken_form .explain {
	position: absolute;
	left: 35px;
	top: -2px;
	background-color: #DCE4E8;
	border-radius: 5px;
	padding: 10px 15px;
	opacity: 0;	
	z-index: -10;
	font-size: 16px;
	line-height: 28px;
	box-shadow: 1px 1px 3px rgba(0, 0, 10, 0.35);
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	width: 100%;
	text-align: left;
	color: #0C6186;
}

#PaymentPeriodWrap .explain {
	left: 50%;
	margin-left: -115px;
}

#bereken_form.formstep_0 {
   margin-top: 0px;
}

#bereken_form.formstep_0 .explain {
	left: 45px;
    top: -10px;
}

#bereken_form .explain h4 {
	margin-bottom: 5px;
}  

#bereken_form .first.show .explain, #PaymentPeriodWrap.show .explain, #bereken_form.formstep_0 .show .explain, #bereken_form.formstep_3 .show .explain, #bereken_form .show .explain {
	opacity: 1;
	z-index: 10;
}



#bereken_form .explain span {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right: 20px solid #DCE4E8; 
	position: absolute;
	z-index: 6;
	left: -15px;
	top: 10px;
}

#bereken_form .infobeleggenleeftijd .explain {
	width: 300px;
	left: 0px;
	top: 30px;
	right: auto;
}

#bereken_form .eurowrapper {
	position: relative;
}

#bereken_form .eurosign {
	position: absolute;
	bottom: 10px;
	left: 30px;
	font-weight: 300;
}

#bereken_form .eurowrapper .eurosign {
	bottom: 20px;
	left: 20px;
}

#bereken_form .eurowrapper input {
	padding-left: 45px;
}

#bereken_form.formstep_0 input[name=AvailableCapital] {
	padding-left: 33px;
}

#bereken_form.formstep_3 .submit {
	width: 70%;
}

#headerervaringen .column-2-4 .grid-item {
	background-color: #fff;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
	padding: 20px 30px;
	width: 100%;
	margin-left: 60px;
}	

#headerervaringen .column-2-4 .grid-item table tr td.score  {
	font-weight: 500;
	color: #7ED321;
	padding-left: 50px;
}

#kv_block_rond {
	float: right;
	display: inline-block;
}

#kv_block_rond {
	margin-right: 35px;
	margin-top: -10px;
}

#kv_block_rond .kv_number {
	width: 200px;
	top: 60px;
	left: 60px;
	font-size: 85px;
	text-align: center;
}	

#ervaringaantal {
	color: #fff;	
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	padding: 30px;
	padding-top: 0px;
}

#ervaringaantal .grid-item {
	margin-left: 110px;
}

#ervaringaantal span {
	font-size: 75px;
	display: block;
	font-weight: 500;
	margin-bottom: 25px;
}

/* - - - - - K L A N T E N V E R T E L L E N - - - - - */


#paginate {
	text-align: center;
	margin-bottom: 65px;
}

#paginate a {
	width: 35px;
	height: 35px;
	background-color: #0C6186;
	display: inline-block;
	border-radius: 5px;
	color: #2DAAE1 !important;
	font-variant: 400;
	text-decoration: none !important;
	line-height: 35px;	
}

#paginate a:hover {
	color: #fff !important;
}

#paginate a.curpage {
	background-color: #2DAAE1;
	color: white !important;
}

.ervaring {
	margin-bottom: 25px;
	padding-bottom: 25px;
	background-color: rgba(225, 235, 245, 0.35);
	border-radius: 5px;
	padding: 25px;
	border-radius: 5px;
}

.ervaring .ervaringtext {
	display: block;
}

.ervaring hr {
	border: none;
	width: 100%;
	height: 1px;
	background-color: #e2e6e8;
	margin: 10px 0px;
}

.ervaring .person {
	font-size: 24px;
	color: #2DAAE1;
}

.ervaring .title,
.ervaring .total {
	color: #2DAAE1;
}

.ervaring .total {
	font-weight: 400;
}

.ervaring .aanbeveling {
	float: right;
	text-align: right;
}

.ervaring .aanbeveling .fa-star-o,
.ervaring .aanbeveling .fa-star-half-o,
.ervaring .aanbeveling .fa-star {
	font-size: 24px;
	line-height: 30px;
	margin-left: 5px;
	color: #58c47f;
}

.ervaring table, ervaring table tr {
	width: 100%;
}

.ervaring table tr td.label span{
	width: 65%;
	font-size: 15px;
	display: block;
	float: left
}

.ervaring table tr td.label span.stars {
	width: 35%;
}

/* - - - - - F A Q - - - - - */

.faq_question {
	background-color: #0C6186;
	width: 100%;
	line-height: 26px;
	border-radius: 5px;
	color: #fff;
	padding: 10px 15px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	padding-right: 55px;
	margin-top: 15px;
}

.faq_question i {
	float: right;
	color: #2DAAE1;
	line-height: 26px;
	margin-right: -40px;
}

.faq_answer {
	background-color: rgba(225, 235, 245, 0.35);
	padding: 15px;
	margin: 15px 0px;
	border-radius: 5px;
	display: none;
}

.faq_question:hover {
	background-color: #2DAAE1;
}

.faq_question:hover i {
	color: #0C6186;
}

/* - - - - - R E S U L T A T E N - - - - - */

#points {
	width: 100%;
	padding: 15px;
	height: auto;
	margin-bottom: 15px;
}

#points h1 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 20px;
}

#points table {
   width: 60%;
}

#points select,
#points_new select {
	height: 25px;
	border: none;
	color: #1fa3dc;
	padding: 0px;
	background-image: url(/img/ar_down_orange.png);
}

#points a#changepoints.submit {
	font-size: 18px !important;
	width: auto !important;
	height: 40px !important;
	display: inline-block;
	line-height: 40px !important;
	margin-top: 25px;
}

#points a#changepoints {
	background-image: url(/img/orange_trans.png);
	color: #fff;
	background-position: left center;
	padding: 5px 15px;
   border-radius: 3px;
   font-size: 18px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent !important;
	float: right; 
   margin-top: 10px;
   display: inline-block; 
   width: auto;
   position: absolute;
   right: 0px;
   bottom: 0px;
   margin-right: 150px;
   min-width: 250px;
}

#points a#changepoints:hover {
	background-image: url(/img/orange_trans-hover.png);	
}


#points a#changepoints i,
#points_new a#changepoints i {
	color: #fff;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: -5px;
}


#points .buttonwhite,
#points_new .buttonwhite {
	line-height: 30px;
	text-decoration: none;
}	

#points td {
	/*min-width: 185px;*/
	color: #fff;
   color: #09506F;
	font-size: 15px;
	line-height: 23px;
   margin-right: 25px;
}

#points td.data,
#points_new td.data {
	color: #1fa3dc;
	/*width: 20%;*/
}


#berekenprocessing {
	background: rgba(46, 172, 225, 0.95);
	color: white;
	padding: 10px;	
}

#bereken_form #suppliers {
	display: none;
}

#bereken_form .insurancelist {
	display: none;
}

#bereken_form .insurancelist.current {
	display: block;
}

#bereken_form .active, #bereken_form .inactive {
	display: block;
	text-align: left;
	position: relative;
	padding-left: 30px;
}

#bereken_form .compleet .active, #bereken_form .compleet .inactive  {
	padding-left: 0px !important;
}

#bereken_form .active .fa-info-circle,
#bereken_form .inactive .fa-info-circle {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	color: #A9BCC4;
}

#bereken_form .active .fa-info-circle:hover, 
#bereken_form .inactive .fa-info-circle:hover {
	color: #F48029;
}

#bereken_form .active img, #bereken_form .inactive img {
	float: none;
}

#bereken_form .errorline td, #bereken_form .disclaimerline td {
	vertical-align: bottom;
}

#bereken_form .disclaimer {
	display: none;
}

#bereken_form #suppliers span.active { 
	display: none;
}

#bereken_form .insurancelist span.inactive { 
	display: none;
}

#bereken_form .insurancelist .errorline span {
	display: none;
}

#bereken_form .insurancelist .error span.active {
	display: none;
}

#bereken_form .insurancelist .error span.inactive {
	display: block;
}

#bereken_form .amount .larger,
#bereken_form .rente .larger {
	font-size: 20px;
	display: inline-block;
	color: #2DAAE1;
	font-weight: 400;
}

.ui-tabs .ui-tabs-nav,
.ui-tabs, 
.ui-tabs .ui-tabs-panel {
	padding: 5px 0px;
}

#PaymentPeriodWrap {
	text-align: center;
	position: relative;
}

#bereken_form .insurancelist thead {
	padding-bottom: 2220px;
	font-size: 18px;
	color: #2DAAE1;
}

#bereken_form .insurancelist thead select {
	color: #0C6186;
}

#bereken_form .insurancelist thead tr  {
	height: 100px !important;
}

#bereken_form .insurancelist tbody tr {
	border-top: 1px solid rgba(194, 206, 215, 0.35);
	border-bottom: 1px solid rgba(194, 206, 215, 0.35);
}

#bereken_form .insurancelist td {
	width: auto !important;
}

#bereken_form .insurancelist .featureditem {
	display: none;
}

#bereken_form .insurancelist .featureditem .featuredcontent {
	padding: 0px 15px;
}


#bereken_form .insurancelist .featuredcontent tbody tr {
	border: 0px;
}


#bereken_form .insurancelist tbody tr td,
.featuredcontent tbody tr td {
	padding: 10px 0px !important;
	vertical-align: middle;
	text-align: center;
}

#bereken_form .insurancelist tbody tr td.choose {
   text-align: right;
}

#bereken_form tr td.supplier,
.featuredcontent tr td.supplier {
	width: 17% !important;
	min-width: 150px;
}

#bereken_form tr td.amount,
.featuredcontent tr td.amount {
	width: 20% !important;
	min-width: 250px;
}

#bereken_form table td.rente,
.featuredcontent tr td.rente {
	width: 25% !important;
}

#bereken_form tr td.rente,
.featuredcontent tr td.rente {
	text-align: center;
}

#bereken_form .insurancelist tbody tr td .netto,
.featuredcontent tr td .netto {
	font-size: 16px;
	color: #7C9299;
	text-decoration: none;
	font-weight: 400;
}

#bereken_form .insurancelist tbody tr td .netto:hover,
.featuredcontent tr td .netto:hover {
	color: #f56900;
}	

#bereken_form .insurancelist tbody tr.errorline {
	border-bottom: 0px;
	font-size: 24px;
	display: none;
}

#bereken_form .insurancelist tbody tr.errorline td {
	padding-top: 50px !important;
	padding-bottom: 25px !important;
}

#bereken_form .insurancelist tbody tr.error {
	border: none !important;
}

#bereken_form .insurancelist tbody tr.error.disclaimer,
#bereken_form .insurancelist tbody tr.error.disclaimerline {
	border-top: 1px solid rgba(194, 206, 215, 0.35);
}

#bereken_form .insurancelist tbody tr.error.disclaimerline td {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
	font-size: 24px;
}

#bereken_form .errorsuppliers {
	text-align: center;	
	max-width: 1140px;
	margin: 0px auto;
}

#bereken_form .errorsuppliers .nooffer {
	display: none;;
}

#bereken_form .errorsuppliers .nooffer span {
   display: block;
}

#bereken_form .errorsuppliers .nooffer span.title,
#bereken_form  span.title {
	padding-top: 60px !important;
    font-size: 24px;
    display: block;
}

#bereken_form .errorsuppliers .nooffer p {
	margin: 20px;
}

#bereken_form .errorsuppliers .errorsupplier {
	width: 180px;
	height: 85px;
	background: #FFFFFF center no-repeat;
	background-size: contain; 
	display: inline-block;
	margin: 15px;
	border-radius: 5px;
	border: 15px solid #FFFFFF;	
}

.errorsuppliers img {
	margin: 0px 10px;
}

#suppliers {
	display: none;
}

.choose .button {
	display: inline-block;
}

.choose .submit span {
	margin-top: 0px;
}

.choose .button span .fa-lg {
	line-height: .5em !important;
}

.compleet, #extrafeatures {
	background-image: url(/img/compleet.jpg);
	width: 100%;
	height: auto;
	background-position: center center;
	background-size: cover;
}

.compleet .compleetitem a.active span {
	background: #f48029;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNTY5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f48029 0%, #f56900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48029), color-stop(100%,#f56900));
	background: -webkit-linear-gradient(top,  #f48029 0%,#f56900 100%);
	background: -o-linear-gradient(top,  #f48029 0%,#f56900 100%);
	background: -ms-linear-gradient(top,  #f48029 0%,#f56900 100%);
	background: linear-gradient(to bottom,  #f48029 0%,#f56900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48029', endColorstr='#f56900',GradientType=0 );
}

.compleet .compleetitem a span i.fa-check {
	display: none;
	position: absolute;
	color: #7ED321;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	z-index: 1;	
}

.compleet .compleetitem a.active span i.fa-check {
	display: inline;
}

.compleet .submit {
	display: inline-block;
	width: auto;
	visibility: hidden;
}

.compleet .compleetitem {
	text-align: left;
}

#compleet_popup {
	max-width: 800px;
}

#featureditem,
.featureditem {
	background-color: #dff0d8;
	color: #468847;
	padding: 25px 0px;
   padding-top: 15px;
   margin-top: 30px;
	margin-bottom: 10px;
}

#featureditem h3,
.featureditem h3,
#extrafeatures h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

#featureditem p,
.featureditem p {
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left;
}

#featureditem .container,
.featureditem .container {
	position: relative;
}

#featureditem a.extrasubmit,
.featureditem a.extrasubmit {
	background-color: #51AC31;
	background-image: url(/img/green_right.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: auto;
	position: absolute;
	right: 15px;
	bottom: 0px;
	width: 400px;
   background-size: auto 100% !important;
}

#bereken_form .submit {
   max-width: 400px;
}

#featureditem a.extrasubmit:hover,
.featureditem a.extrasubmit:hover {
	background-color: #359020;
	background-image: url(/img/green_right-hover.png);
}

#featureditem label.disabled,
.featureditem label.disabled {
	color: lightgray;
}

.featureditem {
	position: absolute;
	left: 0px;
	width: 100%;
}

#sidefeature {
	height: 100%;
	display: block;
	background-color: red;
}

#extrafeatures {
	padding: 25px;
	color: #fff;
	margin-bottom: 50px;
}

#extrafeatures .container {
	position: relative;
}

#extrafeatures .extraitem {
	width: 40%;
	margin-right: 10%;
	height: 100%;
	float: left;
	display: inline-block;
	padding-bottom: 75px;
}

#extrafeatures .extraitem p {
	display: block;
	height: 100%;
}

#extrafeatures .extraitem a {
	width: auto;
	background-image: none;
	display: inline-block;
	margin-top: 25px;
	background-color: #0C6186;
	position: absolute;
	bottom: 0px;
}

#extrafeatures .extraitem a:hover {
	background-color: #094f6e;
}

/* - - - P O P _ U P - - - */

.fancybox-skin {
	background-color: #fff;
	padding: 20px !important;
}

.supplier_popup {
	width: 800px;
	overflow-y: auto;
	background-color: transparent;
	font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #0C6186;
}

.supplier_popup .ui-widget,
.supplier_popup .ui-widget span {
	font-family: 'Oxygen', sans-serif !important;
    font-size: 16px !important;
}

.supplier_popup h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

.supplier_popup .popupimg {
	text-align: left;
}

.supplier_tabs .ui-tabs-panel {
	height: 350px;
	overflow: auto;
}

.ui-widget-content {
	border: 0px;	
}

.fancybox-wrap {
	overflow: visible !important;
}

/* - - - - - B U T T O N S T Y L E - - - - - */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.submit {
	color: #fff;
	font-size: 18px !important;
	background-color: #F67C01;
	height: 38px !important;
	display: inline-block;
	background-image: url(/img/orange_right.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: 300;
	border: none !important;
	text-align: left;
	padding: 0px 15px;
	padding-right: 0px;
	text-decoration: none;
	line-height: 34px;
	cursor: pointer !important;
}

.submit {
	background-image: url(/img/orange_trans2.png);
	background-color: transparent;
	background-size: cover;
}

.submit:hover {
	background-image: url(/img/orange_trans-hover2.png);
}

#bereken_form {
   margin-top: -50px;
}

#bereken_form .submit {
	background-image: url(/img/orange_trans.png);
}

#bereken_form .submit:hover {
	background-image: url(/img/orange_trans-hover.png);
}

#featureditem a.submit {
	background-size: auto;
}

.fl_submit {
/*	height: 32px !important;*/
	font-size: 20px !important;
/*	line-height: 30px !important; */
	text-align: center;
	padding: 0px 15px;
	padding-right: 35px;
	background-image: none;
	background-image: url(/img/orange_trans.png);
	background-position: right center;
	background-color: transparent;
	background-size: cover;
}

.fl_submit:hover {
	background-color: none;
	text-decoration: none !important;
	background-image: url(/img/orange_trans-hover.png);
}

.ui-widget-content {
	color: #0a3244 !important;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 0px 15px;
	color: #fff;
}

/*.submit:hover {
	text-decoration: underline !important;
}*/	

.submit span {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	margin-top: -2px;
}

.buttonwhite span {
	color: #2DAAE1;
}

.button,
.buttonwhite {
	width: 100%;
	display: block;
	line-height: 37px;
}

.buttonwhite {
	background: none;
	background-color: rgba(255,255,255,0.85);
	color: #09506f;
	line-height: 38px;
}

#static_content a.button {
	text-decoration: none;
	color: #fff !important;
	display: inline-block;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-color: rgba(194, 206, 215, 0.5);
	background-image: none;
	color: red !important;
}

.ui-state-default a, 
.ui-corner-top a,
.ui-state-hover a {
	color: #2e5f77 !important;
}

.ui-tabs-selected a {
	color: #fff !important;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
.beoordelingrow .buttonwhite,
#compleet_popup .buttonwhite {
	background: #2e5f77;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWY3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTUwNmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #2e5f77 0%, #09506f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5f77), color-stop(100%,#09506f));
background: -webkit-linear-gradient(top,  #2e5f77 0%,#09506f 100%);
background: -o-linear-gradient(top,  #2e5f77 0%,#09506f 100%);
background: -ms-linear-gradient(top,  #2e5f77 0%,#09506f 100%);
background: linear-gradient(to bottom,  #2e5f77 0%,#09506f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5f77', endColorstr='#09506f',GradientType=0 );
color: #fff;
}

.greenbutton {
	background: rgb(126,211,33);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlZDMyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZWJhMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(126,211,33,1) 0%, rgba(110,186,29,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,211,33,1)), color-stop(100%,rgba(110,186,29,1)));
background: -webkit-linear-gradient(top,  rgba(126,211,33,1) 0%,rgba(110,186,29,1) 100%);
background: -o-linear-gradient(top,  rgba(126,211,33,1) 0%,rgba(110,186,29,1) 100%);
background: -ms-linear-gradient(top,  rgba(126,211,33,1) 0%,rgba(110,186,29,1) 100%);
background: linear-gradient(to bottom,  rgba(126,211,33,1) 0%,rgba(110,186,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed321', endColorstr='#6eba1d',GradientType=0 );
}

.greenbutton:hover {
	background-color: #6EBA1D;
}

.redbutton {
	background: rgb(183,35,52);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MjMzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTFlMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(183,35,52,1) 0%, rgba(153,30,38,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,35,52,1)), color-stop(100%,rgba(153,30,38,1)));
background: -webkit-linear-gradient(top,  rgba(183,35,52,1) 0%,rgba(153,30,38,1) 100%);
background: -o-linear-gradient(top,  rgba(183,35,52,1) 0%,rgba(153,30,38,1) 100%);
background: -ms-linear-gradient(top,  rgba(183,35,52,1) 0%,rgba(153,30,38,1) 100%);
background: linear-gradient(to bottom,  rgba(183,35,52,1) 0%,rgba(153,30,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72334', endColorstr='#991e26',GradientType=0 );
}

.redbutton:hover {
	background-color: #991e26;
}

.buttonwhite:hover {
	background: none;
	background-color: #fff;
}

.beoordelingrow .buttonwhite:hover {
	background-color: #09506f;
}

#PaymentPeriod {
	display: inline-block;
	width: auto;
	min-width: 150px;
}

/* - - - - - F O O T E R - - - - - */

#subfooter .row {
	position: relative;
	text-align: right;
	background-image: url(/img/ftr_gr5.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	z-index: 3;
}

#subfooter #man {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: -50px;
	max-width: 250px;
}

#subfooter .row .column-5-6 {
	float: none;
	text-align: left;
	display: inline-block;
	padding: 65px 0px;
	padding-left: 75px;
}

#subfooter .column-5-6 h2 {
	font-size: 34px;
	color: #2DAAE1;
	text-align: left;
	font-weight: 300;
	margin-bottom: 10px;
}

#subfooter .column-5-6 h3 {
	color: #09506F;
	line-height: 32px;
	font-weight: 300;
}

#subfooter h4,
#subfooter span {
	font-weight: 300;
	margin-top: 35px;
	display: inline-block;
}

#subfooter h4 {
	color: #2DAAE1;
	margin-right: 50px;
}


#footer {
	background-color: #2DAAE1;
	padding: 35px 0px;
	color: #fff;
	position: relative;
	z-index: 2;
}

#footer h3 {
	color: #09506F;
	font-weight: 300;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .column-1-3 span {
	width: 25px;
	display: inline-block;
	color: #09506f;
}

#copyright {
	height: 50px;
	width: 100%;
	background-color: #09506F;
	color: #fff;
	text-align: right;
	line-height: 50px;
	position: relative;
	z-index: 2;
}

#copytitle {
	float: left;
}

#copytitle label {
	color: #2DAAE1;
}

#copyright a {	
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
}

#ntvbscontactform textarea {
	width: 100% !important;
	padding: 5px 15px;
	border: 2px solid rgba(194, 206, 215, 0.85);
	border-radius: 5px;
	font-size: 18px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

#ntvbscontactform input.submit {
	padding-top: 0px !important;
	width: auto;
	padding-right: 45px !important;
	line-height: 36px !important;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	display: none;
}

#PaymentPeriodWrap select#PaymentPeriod {
	background-color: rgba(194, 206, 215, 0.5);
	border: 0px; 
}

.ui-widget-header {
	border: 0px;
	background: none;
}

#gemiddelderapportholder td.label {
	padding-right: 30px;
}

#gemiddelderapportholder td.score .fa-star-o,
#gemiddelderapportholder td.score .fa-star {
	font-size: 35px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFBC1C;
}

#gemiddelderapportholder td.score .fa-star-o {
	color: #A9BCC4;
}

#ervaringentotals #reviewbol {
	float: right;
}

#compleet_popup {
	color: #0C6186 !important;
}

#compleet_popup .submit {
	width: auto;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#compleet_popup h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 45px;
}

#compleet_popup .compleetitem {
	width: 100%;
	margin: 5px 0px;
	margin-bottom: 25px;
}

#compleet_popup .compleetitem a {	
	color: #0C6186;
	font-size: 24px;
	font-weight: 400;
}


.snel-naar-block {
	position: relative;
}

.snel-naar-grid {
	position:absolute;
	padding-left: 15px;
	padding-right: 15px;
	top:0px;
	right: 0px;
}

.fixed {
    position:fixed;
    top: 150px;
    width: auto;
    max-width: 425px;
    left: 50%;
    margin-left: 215px;
    z-index: 1;
}

#static_content a[id^=link] {
	position: absolute;
	margin-top: -155px;
}

#quicktolinks a.scrolllink.active {
	background-color: #0C6186;
	color: #f56900 !important;
	background-image: url(/img/blue_right.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
	
#quicktolinks a.scrolllink.active:hover {	
	text-decoration: none !important;
}
