@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ProximaNovaRegular.woff') format('woff'),
	     url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
	     url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
	font-weight: normal;
	font-style: normal;			
}

@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('../fonts/ProximaNovaSemibold.eot');
	src: url('../fonts/ProximaNovaSemibold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/ProximaNovaSemibold.woff') format('woff'),
	     url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
	     url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: 'NoaLTStdRegular';
	src: url('../fonts/NoaLTStdRegular.eot');
	src: url('../fonts/NoaLTStdRegular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/NoaLTStdRegular.woff') format('woff'),
	     url('../fonts/NoaLTStdRegular.ttf') format('truetype'),
	     url('../fonts/NoaLTStdRegular.svg#NoaLTStdRegular') format('svg');
	font-weight: bold;
	font-style: bold;
}

body {
	height: 100% !important;
    margin: 0!important;
    padding: 0;
    width: 100% !important;
    overflow-y: none;
    font-family: ProximaNovaRegular!important;
    color: darkslategrey!important;
    font-size: 16px!important;
}

#bg-image {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: auto;
}

a{
	text-decoration:none;
}

.content{
	 
	margin: 0 auto; 
}

.header{
	background-color:#f7941d;
	height:80px;
	width:100%;
	z-index:1;
	position:relative;
}

.header-content{
    width: 1140px;
    margin: 0 auto;
    position: relative;
    top: -80px; 
	z-index:2;
	position:relative;    
}

.loginbaner{
	background: url(../images/desktop-headerimage.png) center no-repeat;
    display: block;
    height: 279px;
    margin: 0 auto;
    width: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position:relative;
    top:-60px; 	
    z-index:0;
}


@media only screen and (max-width: 991px){
.loginbaner{
	background: url(../images/tablet-headerimage.png) center no-repeat;	
    height: 279px;
    top:-60px;
}

#footer-text1{

}

#footer-text2{

}
}

@media only screen and (max-width: 767px){
.loginbaner{
	background: url(../images/mobile-headerimage.png) center no-repeat;
	height:279px;
    top:-30px;
}

#footer-icon {
    padding-top: 20px!important;
}


#footer-text1{
	
}

#footer-text2{

}
}


#logo{
	position:relative;
	top:-60px;
	z-index:3;
}
#header-logo{
	margin-top:21px;
}

.help{
	color: white;
    position: relative;
    top: -9px;
    text-align: right;
    right: 207px;
    font-size: 14px;
}

.useraccount{
    background-color: #ee790f;
    width: 188px;
    height: 80px;
    position: relative;
    float: right;
    top: -58px;
}

.useraccount .containers{
	position:relative;
    top: 27px;
    left: 21px;	
}

.useraccount:hover{
    background-color: orange;
    color:orange;
}

.usericon{
	display:table-cell;
}

.useraccount .username{
	color:white;
	display:table-cell;
	position:relative;
	/* bottom:5px; */
	left:10px;
	font-size:14px;
	text-decoration:nonel
}

/*start header*//*start header*//*start header*//*start header*//*start header*/
/*end header*//*end header*//*end header*//*end header*//*end header*//*end header*/

/*start login form*//*start login form*//*start login form*/

#logintext{
	color: white;
	font-family:NoaLTStdRegular;
	font-size:23px;
}

.spaceline{
    margin: 14px 0px 3px 0px;
    border-bottom: 1px solid #e0dfdb;
}

.gebruikersnaam{
	font-family:ProximaNovaSemibold;
	color: white;
	font-size:17px;	
}

.login-form-top-text{
	font-family:NoaLTStdRegular;
	color: white;
	font-size:17px;
}

.wachtwoord{
	font-family:ProximaNovaSemibold;
	color: white;
	font-size:17px;	
}

#solconbuton{
	background-color:#00aeef;
	color:white;
	border:none;	
	font-size:17px;
}

#solconbuton:hover{
	background-color:#19b9f5;
}

.passwd-related{
	padding-top:12px;	
}

.passwd-related a{
	color: white;
	text-decoration:none;
	font-size:17px;
}

.passwd-related a:hover{
	color: white;
	text-decoration:none;
}

/*end login form*//*end login form*//*end login form*//*end login form*/


/*start tabs*//* start tabs*//*start tabs*//* start tabs*//*start tabs*//* start tabs*/

* {
    margin: 0;
    padding: 0;
}

#page-wrap {
    /* margin: 100px auto; */
    width: 960px;
    display:block;
}

.tabs {
    list-style: outside none none;
}
.tabs li {
    display: inline;
}
.tabs li a {
    background: white none repeat scroll 0 0;
    color: black;
    display: block;
    float: left;
    left: 1px;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.tabs li a:hover {
    background: #ccc none repeat scroll 0 0;
}
.tabbed-area {
    /*margin: 0 0 120px;*/
}

.tabbed-area div div, .tabs li a {
    border: 1px solid #ccc;
}

.adjacent {
    /*margin-top: 50px;*/
    min-height: 300px;
    position: relative;
}
.adjacent div {
    background: white none repeat scroll 0 0;     
    border-top:1px solid #ccc;
    left: 0;
    min-height: 237px;
    /* padding: 20px; */
    position: absolute;
    top: -1px;
    width: 100%;
}
.adjacent .tabs {
    bottom: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    margin-bottom:0px;
}
.adjacent .tabs li a {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , white, #eee) repeat scroll 0 0;
}
#box-thirteen:target, #box-fourteen:target, #box-fifteen:target {
    z-index: 1;
}
#box-thirteen:target ~ .tabs a[href="#box-thirteen"], #box-fourteen:target ~ .tabs a[href="#box-fourteen"], #box-fifteen:target ~ .tabs a[href="#box-fifteen"] {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid white;
}
/*end tabs*//*end tabs*//*end tabs*//*end tabs*//*end tabs*//*end tabs*/

/*start toggle buttons enabled + disabled*//*start toggle buttons enabled + disabled*/
.onoffswitch {
    position: relative; width: 46px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 26px; padding: 0; line-height: 26px;
    border: 2px solid #d91d1c; border-radius: 26px;
    background-color: #d91d1c;
    transition: background-color 0s ease-in 0s;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 26px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 20px;
    border: 2px solid #d91d1c; border-radius: 30px;
    transition: all 0s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

.onoffswitch2 {
    position: relative; width: 46px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox2 {
    display: none;
}
.onoffswitch-label2 {
    display: block; overflow: hidden; cursor: pointer;
    height: 26px; padding: 0; line-height: 26px;
    border: 2px solid #E0DFDB; border-radius: 26px;
    background-color: #E0DFDB;
    transition: background-color 0s ease-in 0s;
}
.onoffswitch-label2:before {
    content: "";
    display: block; width: 26px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 20px;
    border: 2px solid #E0DFDB; border-radius: 30px;
    transition: all 0.1s ease-in 0s; 
}
.onoffswitch-checkbox2:checked + .onoffswitch-label2 {
    background-color: #E0DFDB;
}
.onoffswitch-checkbox2:checked + .onoffswitch-label2, .onoffswitch-checkbox2:checked + .onoffswitch-label2:before {
   border-color: #E0DFDB;
}
.onoffswitch-checkbox2:checked + .onoffswitch-label2:before {
    right: 20px; 
}
/*end toggle buttons disabled*//*end toggle buttons disabled*//*end toggle buttons disabled*/

/*start footer*//*start footer*//*start footer*//*start footer*//*start footer*/
/*
.footer{
	background: url("../images/footer-bg.png") repeat-x left bottom; 	
	width:100%;
	height:246px;
    margin-top: 30px;	
}

#footer-icon{
	padding-top:50px;
}

#footer-text1{
	font-family:NoaLTStdRegular;
	font-size:25px;
	color:#686868;
	padding-top:60px;
	text-align:center;
	margin-left:-65px;
}

#footer-text2{
	font-family:ProximaNovaRegular;
	font-size:12px;
	color:#686868;
	text-align:center;
	position: relative;
    margin-bottom: -50px;
    top: -42px;
	margin-left:-40px;    
}
*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 32px;
}
/*end footer*//*end footer*//*end footer*//*end footer*//*end footer*//*end footer*/

#fos_user_resetting_form label, #fos_user_change_password_form label  {
    color: #000;
    width: 200px;
}
#fos_user_resetting_form  input, #fos_user_change_password_form input{
    color: #000;
}

.email-reset-text, .reset-text{
    color: #000;
}



#login-box {
    height:500px;
    position: relative;
}
#login-box-isa {
    float: right;
    top: 45px;
    left: 0px;
    position: absolute;
    z-index: 1000;
}
#login-box-isa-logo {
    float: right;
    top: 0px;
    left: 200px;
    position: absolute;
    z-index: 1001;
}
#login-box-content {
    background: #f59d30; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f38f00, #ee7406); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f38f00, #ee7406); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f38f00, #ee7406); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f38f00, #ee7406); /* Standard syntax */
    border-radius:10px;
    border-top-right-radius:10px;
    padding-left: 360px;
    float: right;
    width: 100%;
    height: 400px;
    top: 100px;
    left: 0px;
    position: relative;
}
@media only screen and (max-width: 767px){
    body {
        background-color: #f7941d;
    }
    #login-box-content {
        padding-left: 0px;
        background: #f7941d;
        top: 0px;
    }
}


#login-footer {
    position: relative;
}
#login-footer-isa {
    float: right;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
}
#login-footer-isa-logo {
    float: right;
    bottom: 100px;
    left: 115px;
    position: absolute;
    z-index: 1000;
}

#fos_user_change_password_form div {
    margin-bottom: 15px;
}
#fos_user_change_password_form label {
	font-family:ProximaNovaSemibold;
	color: white;
	font-size:17px;	
}
h3 {
	font-family:ProximaNovaSemibold;
	color: white;
	font-size:24px;	
}
