
/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import '../../platform-assets/clientlogo.css';
 @import url("https://use.typekit.net/tag2ruw.css");
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('../../platform-assets/brand_variables.css');

form {visibility: hidden;}

.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 100;
  border:1px solid var(--Mylene-dark-gray);
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: var(--border-radius);
  border: 0px 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;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  /* background-image:url('../../platform-assets/default/fatboy-paletti-daybed-stripe-cacao-ambiance-bilthoven-01-106875.jpg'); */
  box-sizing: border-box;
  font-family: var(--font-family-sans);
  font-size: 14px;
  line-height: 150%;
  color: var(--color-text);
  margin: 0px;
  padding: 0px;
  background-color:#fff;
}

a {
  color: var(--Mylene-red);
  text-decoration: underline;
  font-size:14px;
}

a:hover {
  text-decoration: none;
  color: #0d98cd;
}

input {
  font-family:  var(--font-family-sans);
  font-size: 14px;
}

/* De distance bepaalt of de content in het verticale midden van het scherm staat */
div.distance {
  display: block;
  height: 0px;
}

.container {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 540px;
}

/* styling dialog panel */
.dialoguePanel {
  box-shadow: 0px 25px 50px rgba(0,0,0,0.15);
  background-color: #ffffff;
  display: block;
  position: relative;
  width: calc(100% - 30px);
  float: none;
  margin-top: calc(50vh - 150px);
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px 10px 0px;
  min-height:auto !important;
  z-index: 10;
}

.dialoguePanel > div {
  margin: 10px 20px;
}

.dialoguePanel div .label {
  margin-bottom: 4px;
  font-family: var(--font-family-sans);
  font-weight: 400;
  font-size: 14px !important;
  color:var(--color-dark-blue);
  font-weight: 300;
}

.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  border: 1px solid #cccccc;
  border-radius: var(--border-radius);
}

.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color:  var(--Mylene-red);
  background-image: none;
  border-radius:  var(--border-radius);
  font-family: var(--font-family-sans);
  color: #fff;
  border: 0px;
  text-transform: uppercase;
  font-weight: 400;
  -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:  var(--Mylene-dark-gray);
  -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 {
  color: var(--color-dark-blue);
  text-decoration:none;
}

.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  opacity: 0.8;
  text-decoration:underline;
}

.dialoguePanel .header {
  color: #8c8c8c;
  font-family:  var(--font-family-sans);
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #8c8c8c;
  font-size: 14px !important;
  width: 260px !important;
}
.divOwnerLoginHtml {
  position: relative;
  float: left;
  min-height: 260px;
  width: calc(100% - 30px);
  margin-top: calc(50vh - 150px);
  display: block;
  border-radius:  var(--border-radius);
  background-color: transparent;
  display: none;
  padding:40px;
}

.divOwnerLoginHtml h1 {
  font-family: var(--font-family-serif);
  font-weight: 400;
  font-size:34px;
  color:var(--color-dark-blue);
  line-height: 100%;
  margin:0;
}

.divOwnerLoginHtml p {
}

.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;
}

.extraOuterDiv1 {
  display: none;
  z-index: 5;
  position: absolute;
  width:100%;
  height:80px;
  display: block;
  background-color:var(--Mylene-light-gray);
}

#form1 .extraOuterDiv1 {
  display:none;
	display: block;
	width:100%;
	height: 50vh;
	background-color: #cccccc;
	position: absolute;
	z-index: 0;
	background-image:url('../../platform-assets/default/background_static.png');
	background-repeat: no-repeat;
	background-size: cover;
}

#EmailValidator {}

.forgotpasswordContainer {}


/* #cycler {
  position: absolute; 
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  z-index: -1;
}

#container1 {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url('../../platform-assets/default/fatboy-paletti-daybed-stripe-cacao-ambiance-bilthoven-01-106875.jpg');
}

#container2 {
  position: absolute;
  top:0;
  left:0;
  display:none;
  width:100%;
  height:100%;
  background-image:url('../../platform-assets/default/fatboy-fred_s-bistreau-mochaccino-ambiance-bilthoven-02-106672');
  border:8px solid yellow;
} */


/* rotator */
#cycler{
  position: absolute; 
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  z-index: 0;
}

.imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.imgContainer.active {
  opacity: 1;
}

	#container1 {
		background-image:url('../../platform-assets/default/Mylene_1.webp');
    background-repeat: no-repeat;
    background-size: cover;

	}
	#container2 {
    background-image:url('../../platform-assets/default/Mylene_2.webp');
    background-repeat: no-repeat;
    background-size: cover;
	}
  #container3 {
		background-image:url('../../platform-assets/default/Mylene_3.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

.forgotpasswordContainer .header {font-family: var(--font-family-serif); color: var(--color-dark-blue);}
/* tablet ----------- */
@media only screen  and (min-width : 600px) {
  .container {width: 550px; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    min-height: 260px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    margin-top: 50px;
    display: none;

  }

  .dialoguePanel {
    border-radius: var(--border-radius);
    background-color: #ffffff;
    display: block;
    position: relative;
    width: calc(100% - 30px);
    float: right;
    margin-top: calc(50vh - 150px);
    margin-right: 15px;
    margin-left:0px;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
  }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
  .container {width: 910px; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    float: left;
    min-height: 260px;
    width: 550px;
    margin-top: calc(50vh - 150px);
    margin-left: 20px;
    display: block;
    display: block;
  }

  .dialoguePanel {
    border-radius:  var(--border-radius);
    background-color: #ffffff;
    display: block;
    position: relative;

    width: 300px;
    float: right;
    margin-right: 15px;
    margin-left:0px;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
  }
}