/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

.logo {
  background-image: url("../../platform-assets/default/client_logo.png");
  background-repeat: no-repeat;
  position: relative;
  top: 21px;
  width: 150px;
  height:75px;
  left:20px;
}

.payoff {
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  color:#fff;
  height:120px;
  width:922px;
  position:absolute;
  top:0px;
  margin-top:-102px;
  font-size:45px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  font-weight:300;
  display:none;
}

/* top banner behind logo */
.extraOuterDiv1 {
  display: block;
  background-color:#003770;
  width:100%;
  min-width:960px;
  height:120px;
  position:absolute;
  top:0px;
  background-image:url("../../platform-assets/default/hertek_header_background.png");
}

.languageselectorholder,
.languageselectorholderlogin {
  position: relative;
  top: 19px;
  float:right;
}

.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  /*it gives error:Validation (CSS 2.1): 'box-sizing' is not a known CSS property name. */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
      background: url('../../platform-assets/default/hertek_background.png') no-repeat center bottom fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

body {
    font-size: 12px;
    color: #8c8c8c;
    margin: 0px;
    padding: 0px;
}

a {
  color: #35bef2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #0d98cd;
}
input {
  font-size: 11px;
}
/* De distance bepaalt of de content in het verticale midden van het scherm staat */
div.distance {
  display: block;
  height: 0px;
}
.container {
  position:static;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 540px;
}
/* styling dialog panel */
.dialoguePanel {
  background-color: #23b8d6;
  display: block;
  position: relative;
  margin-top: 414px;
  width: 457px;
  float: right;
  margin-right: 20px;
  padding: 25px 0;
  min-height: 260px;
  z-index: 10;
}
.dialoguePanel > div {
  margin: 10px 35px;
}
.dialoguePanel div .label {
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 0px solid #cccccc;
  border-radius: 2px;
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
  font-size: 12px;
}
.dialoguePanel .errorMessage span {
  background-color: #f00;
  border-color: #f00;
}

.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: #003770;
  background-image: none;
  border-radius: 2px;
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #fff;
  border: 0px;
  text-transform:uppercase;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: #002449;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.dialoguePanel .forgotPassword,
.dialoguePanel .register {
  text-align: center;
}
.dialoguePanel .forgotPassword a,
.dialoguePanel .register a {
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1.2;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color: rgba(255,255,255,1);
	text-decoration:underline;
}
.dialoguePanel .header {
	color: #8c8c8c;
	font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 21px !important;
	width: 260px !important;
}
.dialoguePanel .text {
	font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #8c8c8c;
	font-size: 14px !important;
	line-height:1.4em;
	width:100% !important;
}

.divOwnerLoginHtml {
	position: absolute;
	min-height:150px;
	width: 922px;
	margin-top: 193px;
	margin-left: 20px;
  z-index: 1;
}

.divOwnerLoginHtml .welkomTekst,
.divOwnerLoginHtml .loginTekst  {
  font-family:"Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  background-color:#fff;
  float:left;
  margin:2px;
  width:calc(50% - 4px);
  padding:35px 35px 25px;
  font-size: 14px;
  color:#666666;
  line-height:21px;
}

.divOwnerLoginHtml .loginTekst {
  min-height: 214px;
}

.divOwnerLoginHtml h1 {
  font-weight:300;
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  color:#003770;
  margin-top: 0px;
  font-size:28px;
  line-height:36px;
}

.divOwnerLoginHtml .loginTekst h1 {
  background-image: url('../../platform-assets/default/SigninIcon.png');
  background-repeat:no-repeat;
  padding-left:45px;
}

/* The small round SyncForce symbol */
.SFsymbol {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 23px;
  background-image: url("../../platform-assets/default/landing_sflogo.gif");
  background-repeat: no-repeat;
  z-index: 2;
}
/* footer  */
.version {
  position: relative;
  float: left;
  clear: both;
  margin-top: 13px;
  margin-left: 20px;
  color: #cccccc;
}
.copyright {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  color: #cccccc;
}
.dialoguePanel * {
  position: relative !important;
}


/* forgot password page */
.forgotpasswordContainer {}
.forgotpasswordContainer .dialoguePanel {margin-top:165px; background-color:#fff;  box-shadow: 3px 3px 0 0 rgba(170, 170, 170, 0.75);  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;}
.forgotpasswordContainer .dialoguePanel .header {color:#003770; font-weight: 300; font-size:28px;}
.forgotpasswordContainer .dialoguePanel  .text {}
.forgotpasswordContainer .dialoguePanel  .label {color:#8c8c8c;}
.forgotpasswordContainer .dialoguePanel input {border:1px solid #e0e0e0 !important;}