/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */

@import '../../platform-assets/fonts/fonts.css';

.dialoguePanel .login-separator {
  border-color: #8c8c8c;
}

/* Single Sign On */
#pnlIdpLoginButton a {
  display: block;
  padding: 20px 15px;

  background-image:url('../../platform-assets/default/brabantia_sso.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 1px solid #4f4b47;

  font-size: 0px;
  line-height: 1rem;
}

#pnlIdpLoginButton a:hover {
  background-color: #f0f4f7;
}

/* rotator */
#cycler{position:absolute; width:100%; top:68px;left:0;}
	#cycler .imgContainer{position:absolute; z-index:1; width:100%; text-align:center; padding:0px; height:371px;
	background-repeat:no-repeat;
	background-position:center;
	}
	#cycler .imgContainer.active{z-index:5}

	#container1 {
		background-color:rgb(174, 198, 138);
		background-image:url('../../platform-assets/default/banners/Rotary.jpg');
		border-top:1px solid rgb(174, 198, 138);
		border-bottom:1px solid rgb(174, 198, 138);
	}

  #container2 {
		background-color:rgb(248, 187, 192);
		background-image:url('../../platform-assets/default/banners/newiocn-fpp.jpg');
		border-top:1px solid rgb(248, 187, 192);
		border-bottom:1px solid rgb(248, 187, 192);
	}

  #container3 {
		background-color: rgb(254, 235, 159);
		background-image:url('../../platform-assets/default/banners/thermo-mug-RVS.jpg');
		border-top:1px solid rgb(254, 235, 159);
		border-bottom:1px solid rgb(254, 235, 159);
  }
  
	#container4 {
		background-color: rgb(196, 224, 192);
		background-image:url('../../platform-assets/default/banners/stomer.jpg');
		border-top:1px solid rgb(196, 224, 192);
		border-bottom:1px solid rgb(196, 224, 192);
	}
	
  #container5 {
		background-color:rgb(201, 232, 245);
		background-image:url('../../platform-assets/default/banners/kefirmaker.jpg');
		border-top:1px solid rgb(201, 232, 245);
		border-bottom:1px solid rgb(201, 232, 245);
	}

.logo {
  background-image: url("../../platform-assets/default/client_logo.png");
  background-repeat: no-repeat;
  position: relative;
  top: 15px;
  width: 205px;
  height: 38px;
}
.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,
body {
  box-sizing: border-box;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0px;
  padding: 0px;
  background-color: #FAFAFA;
  background-image:url(../../platform-assets/default/landing_background.png);
  background-repeat:repeat-x;
}
a {
  color: #35bef2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #0d98cd;
}
input, select {
  font-family: var(--sf-platform-font-family-sans-serif, sans-serif);
}
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: #FFF;
  box-shadow: 3px 3px 0 0 rgba(170, 170, 170, 0.75);
  display: block;
  position: relative;
  margin-top: 430px;
  width: 340px;
  float: right;
  margin-right: 20px;
  padding: 10px 0px 10px 0px;
  min-height: 260px;
}
.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  font-family: "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-family: "FrutigerLight", "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: #F24537;
  background-image: none;
  border-radius: 2px;
  font-family: "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px !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: #DB463A;
  -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: "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 1.5;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
	color: #F24537;
	text-decoration:underline;
}
.dialoguePanel .header {
	color: #8c8c8c;
	font-family: "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 21px !important;
	width: 260px !important;
}
.dialoguePanel .text {
	font-family: "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #8c8c8c;
	font-size: 14px !important;
	line-height:1.4em;
	width: 260px !important;
}
.divOwnerLoginHtml {
	position: static;
	float: left;
	min-height: 260px;
	width: 550px;
	margin-top:  430px;
	margin-left: 20px;
	display: block;
	background-color: #FFF;
	box-shadow: 3px 3px 0 0 rgba(170, 170, 170, 0.75);
}

.slideContainer{
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	top:67px;
	height:370px;
	}

.slideContainer .slide{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	background-position:center;
}

.slideContainer .slide1{
	display:block;
	background-color:#ffd857;
	border-top:1px solid #e5c24e;
	border-bottom:1px solid #e5c24e;
	background-image:url('../../platform-assets/default/banners/yellow.png');
	background-repeat:no-repeat;
	background-position:center;
}

.divOwnerLoginHtml .welcome {
  margin: 30px;
  color: #525252;
  font-family: "FrutigerBlackCn", "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.divOwnerLoginHtml .welcome_txt {
 	margin: 30px;
	font-family: "FrutigerLight", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #525252;
	font-size: 16px;
	line-height: 1.5;
}
.divOwnerLoginHtml .login {
  display: none;
}
/* 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:50px; background-color:#4c4c4c; color:#fff;  box-shadow: 3px 3px 0 0 rgba(170, 170, 170, 0.75);}
.forgotpasswordContainer .dialoguePanel .header {color:#fff;}
.forgotpasswordContainer .dialoguePanel  .text {color:#D8D8D8;}
.forgotpasswordContainer .dialoguePanel  .label {color:#D8D8D8;}