html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

form{
	display: inline;
	margin: 0;
	padding: 0;
}

.sprite{
	background: url('../img/mfb-register-sprite.png') top left no-repeat;
	background-size: 600px 24px;
}

#header{
	float: left;
	width: 100%;
	height: 90px;
	background-color: #fff;
	text-align: center;
}
#header img {
    border: none;
}
#logobig{
	display:inline;
	width: 232px;
	height: 33px;
	margin: 28px 0px 0px 0px;
}
#logosmall{
	display:none;
	width: 180px;
	height: 26px;
	margin: 22px 0px 0px 0px;
}
#main{
	margin: 0px auto;
	/*max-width: 700px;*/
	height: 100%;
	/*background: url(../img/bgnoise.png) top left repeat;*/
}
#bgopeningimage {
    float: left;
    width: 100%;
		background: #3567a0;
    position: relative;
}
#centeropeningimage {
    margin: 0px auto;
    max-width: 600px;
}
#frontpageimage{
	float: left;
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 0;
}

.loginerror{
  background-color: #fe6363;
  color: #fff;
  font-family: raleway;
  font-weight: 500;
  font-size: 13px;
	text-align: center;
}
.loginerror p,
.loginmelding p{
	margin-top: 0px;
	line-height: 25px;
	margin: 0px 15px;
	padding: 8px 0px;
}
.loginmelding{
	width: 100%;
  background-color: #30c940;
  color: #fff;
  font-family: raleway;
  font-weight: 500;
  font-size: 13px;
	text-align: center;
}

#maininput{
	position: relative;
	float: left;
	width: 100%;
	/*background: url(../img/bgnoise.png) top left repeat;*/
	font-family: raleway;
}
.inputboxborder{
	margin: 20px auto 16px;
	width: 100%;
	max-width: 80%;
	height: 30px;
	background-color: #fff;
	border-right: solid 1px #bbb;
}
.inputbox,
.inputtextbox {
  width: 100%;
  max-width: 600px;
	position:relative;
}
/*.inputbox.insertafter {
  margin: 40px auto 30px;
  width: 90%;
  max-width: 600px;
}*/
.inputbox{
	margin: 30px auto 30px;
	height: 46px;
}
.inputtextbox{
	margin: 0px auto 30px;
	text-align: center;
}
#privacybox {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 30px auto 0px;
}
#privacystatement{
	width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.inputbox.regterms {
  margin-top: 0px;
}
label {
  color: #607D8B;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  height: 45px;
  line-height: 46px;
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #00a6f0;
}
input:focus 		{ outline:none; }

input:valid { border-bottom: 1px solid #0c2a40;}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px;
  width:0;
  position:absolute;
  background: #0c2a40;
  transition:0.2s ease all;
  top: -2px;
}
.bar:before {
  left:45%;
}
.bar:after {
  right:45%;
}

input:valid ~ .bar:before, input:valid ~ .bar:after{
  background: #0c2a40;
}

/* active state --------------------------------------------
input:focus ~ label, input:valid ~ label 		{
  top: 36px;
  text-align: center;
  font-size:14px;
  color: #00a6f0;
}*/

/*
input:valid ~ label , input:valid.used ~ label{
  color: #78797b;
}*/

input:focus ~ .bar:before {
  width:50%;
}
input:focus ~ .bar:after {
  width:50%;
}
.regstep2inputbox{
	margin: 30px auto 0px;
	width: 100%;
	max-width: 600px;
}
#extra {
    margin: 50px auto 50px;
    width: 80%;
    text-align: center;
}
#extra span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-right: 18px;
    font-weight: 300;
}
#extra a{
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-right: 2px;
  color: #0c2a40;
  text-decoration: none;
	-webkit-text-size-adjust: none;
}
span.schuinelijntjes {
    letter-spacing: -4px;
    color: #00a6f0;
    margin-left: 3px;
}
#boxspacer{
	margin: 0px auto;
	width: 100%;
	max-width: 80%;
	height: 1px;
}
#checkbb{
	margin: 3px auto;
	width: 13px;
	height: 22px;
}
#maininput input[type="text"], #maininput input[type="password"], #maininput input[type="email"] {
    width: 100%;
    height: 26px;
    padding: 8px 0px 8px 0px;
    border: none;
    outline: none;
    font-family: raleway;
    font-weight: bolder;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 3px;
    text-align: center;
		border-bottom: 2px solid #00a6f0;
    background-color: #f1f1f1;
		color: #0b2a40;
}
#maininput input[type="checkbox"]{
	margin: 0 auto;
	padding: 0;
	width: 13px;
	height: 13px;
}
#maininput .regterms input[type="checkbox"] {
  float: left;
  width: 18px;
  height: 18px;
  margin: 13px;
}
#maininput .regterms label {
	float: left;
  position: relative;
  width: 80%;
  height: 20px;
}
#maininput select{
	float: left;
	height: 30px;
	line-height: 30px;
	border: none;
	width: 85%;
	text-indent: 3px;
	outline: none;
	font-family: raleway;
	font-weight: 500;
	font-size: 14px;
	background-color: #fff;
}
#whitedivider{
	clear: both;
	width: 100%;
	height: 15px;
	background-color: #fff;
}
.dividerborder{
	border-top: 1px solid #c9ced2;
	border-bottom: 1px solid #c9ced2;
}
.dividerborderbottom{
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #c9ced2;
	margin-top: 30px;
}
#terugkoppeling{
	background-color: #00e800;
	margin: 0px;
	padding: 12px 20px 20px 20px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
#terugkoppeling p{
	color: #fff;
}
#stepsregbox{
	height: 30px;
	padding-top: 25px;
	background-color: #fff;
	border-bottom: solid 2px #0c2a40;
	max-width: 600px;
	margin: 0px auto 0px;
}
div#stepsmargin {
    margin: 0px 10px 0px 10px;
}
.regsteptabs{
	width: 32%;
	height: 30px;
	line-height: 30px;
	background: #bbb;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	color: #fff;
	font-family: raleway;
  font-size: 13px;
}

.regstepsnormal{
	float: left;
	margin-right: 2%;
}

.regstepright{
	float: left;
}

.stepgreen{
	background: #0c2a40;
}

/*-----new steps create set-------- */
#stepscontainer {
		position: relative;
  	overflow: hidden;
		height: 90px;
		padding-top: 25px;
		/*background-color: #f8fbfc;*/
    border-bottom: 1px solid #e3e9ed;
}
.stepbackgroundline {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e3e9ed;
    top: 51px;
}
.stepbackgroundline.completed {
	background-color: #01a6f0;
}
.step {
    float: left;
    width: 20%;
    text-align: center;
		position: relative;
		font-size: 13px;
    font-weight: 400;
    color: #c9ced2;
}
.step.side {
  width: 20%;
}
.step.active{
	color: #0c2a40;
}
.stepmark {
    margin: 5px auto;
    width: 44px;
    height: 44px;
    line-height: 38px;
    background-color: #e3e9ed;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.stepmark.personal.sprite {
  background-position: 9px 10px;
}
.stepmark.organization.sprite {
  background-position: -31px 8px;
}
.stepmark.activation.sprite {
  background-position: -183px 9px;
}
.stepmark.completed.sprite {
  background-position: -65px 10px;
}
.stepline {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e3e9ed;
    top: 26px;
    left: -50%;
}
.step.active .stepmark,
.step.active .stepline{
		background-color: #0b2a40;
		left: 0px;
}
.step .fillblock {
    float: left;
    width: 100%;
    height: 20px;
}
/*-----End new steps create-------- */

#cbremember{
	float: left;
	width: 15%;
}
.textcontainer {
    max-width: 600px;
    margin: 20px auto;
}
.textmessage {
    margin: 10px 20px;
    font-weight: 300;
}
#remembercontainer{
	margin: -10px auto 30px;
	width: 80%;
	max-width: 400px;
	height: 20px;
	position: relative;
	text-align: center;
}
#remberpassword {
    float: left;
    width: 70%;
    height: 24px;
    margin: 0px 0px 4px 0px;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
}
input[type="submit"] {
    font-size: 16px;
    -webkit-appearance: none;
}

#maininput input[type="submit"]{
	height: 46px;
	line-height: 46px;
	padding: 0;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	font-family: raleway;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	border: solid 1px #ddd;

}
#openingtext{
  text-align: center;
  height: 56px;
  line-height: 56px;
	overflow: hidden;
}
.button{
	height: 46px;
	line-height: 46px;
  font-size: 15px;
  text-align: center;
	text-decoration: none;
  -webkit-appearance: none;
	color: #fff;
	border-radius: 3px;
}
#bluebuttonwidth,
#resetbutton{
	width: 100%;
	background-color: #0c2a40;
}
#bluebutton{
	float: left;
	width: 45%;
	background-color: #0c2a40;
}

#greenbutton{
	float: right;
	width: 47%;
	background-color: #00e800;
	margin: 0;
}

#registerbutton{
	float: left;
	width: 100%;
	background-color: #0c2a40;
	-webkit-appearance: none;
	border-radius: 2px;
}

#completebutton{
	float: right;
	width: 45%;
	background-color: #0c2a40;
}

#forgotpassword{
	margin-top: 20px;
}

#forgotpassword a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
#headerlogindiv{
	float: right;
	height: 22px;
	margin: 22px;
	background: url('../img/login.jpg') top left no-repeat;
}
a#headerloginbutton {
	float: left;
	font-family: raleway;
	font-weight: 700;
	text-decoration: none;
	margin-left: 36px;
	line-height: 19px;
	color: #0680d6;
}
a#headerloginbutton:visited,
a#headerloginbutton:active{
	color: #0680d6;
}
#translatebuttons {
    position: absolute;
    right: 0px;
    height: 41px;
    padding: 0px 10px 0px 10px;
    z-index: 1;
    background: #0c2a40;
    bottom: 0px;
    border-top: 1px solid #0c2a40;
		font-family: raleway;
}
#translatebuttons a {
    float: left;
    margin: 9px 6px;
    color: #fff;
    text-decoration: none;
}
.topmargin60 {
    margin-top: 60px;
}
.custom-header {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
}
.rmstitle{
	margin: 10px 10px 0px 10px;
}
.rmstitle.white {
    width: 100%;
    background-color: #fff;
    margin: 0px;
}
.rmstitle.white h1 {
    margin: 0px;
    height: 30px;
    line-height: 30px;
    font-family: raleway;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 20px 0px 10px;
    background-color: #fff;
    text-transform: uppercase;
    border-left: 10px solid #0680d6;
    border-bottom: 1px solid #ccc;
}
#whitedivider{
	clear: both;
	width: 100%;
	height: 15px;
	background-color: #fff;
}
#footer{
    float: left;
    position: relative;
    width: 100%;
		height: 50px;
}
#codeinput{
	text-transform: uppercase;
}
#codeinput,
input[name=loginemailaddress],
input[name=loginpassword],
input[name=regfirstname],
input[name=reglastname],
input[name=regemail],
input[name=regpassword],
input[name=regpasswordsecond]{
	line-height: 26px;
}
select#selectorganization {
  float: none;
  width: 100%;
  height: 79px;
  border: 1px solid #ccc;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset;
}
.ui-front {
    z-index: 100;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
		outline: none;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
		box-sizing: border-box;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../img/ui-icons_777777_256x240.png");
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-selectmenu-open {
    display: block;
}
.ms-container{
	margin: 0px;
}
.ms-container .ms-selectable,
.ms-container .ms-selection{
	width: 45%;
}
@media screen and (max-width: 1023px) {
	.step.side {
	  width: 10%;
	}
	.step {
    width: 20%;
	}
}
@media screen and (max-width: 670px) {
	.step .fillblock,
	.stepline.positioning {
	    display: none;
	}
	.step {
    width: 25%;
	}
	#privacybox,
	.inputbox,
	.regstep2inputbox {
		max-width: 90%;
	}
}
@media screen and (max-width: 580px) {
	#maininput {
    margin-top: 0px;
	}
}
@media screen and (max-width: 480px) {
	#header{
		height: 70px;
	}
	#logobig{
		display:none;
	}
	#logosmall{
		display:inline;
	}
	#extra a {
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	#extra {
    width: 90%;
	}
	#extra a {
		font-size: 12px;
	}
}
