
/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import url('../../platform-assets/clientlogo.css');
@import url('../../platform-assets/brand_variables.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:wght@400;500;700&display=swap');

.logo {
  margin-top:50px;
  margin-left:43px;
}

.languageselectorholder,
.languageselectorholderlogin {
    width:100%;
    top:initial;
    right:initial;
    margin: 15px 20px;

}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  width:87%;
  font-size: 12px;
  border-radius: 0px;
  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:initial;
  min-height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: 'Fira Sans', Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0px;
  padding: 0px;
  height: initial;
  min-height:100%;
}

a {
  color: #35bef2;
  text-decoration: underline;
  font-size:14px;
}

a:hover {
  text-decoration: none;
  color: #0d98cd;
}

input, select {
  font-family: var(--sf-platform-font-family-sans-serif, sans-serif);
}
input {
  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: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 850px;
}

/* styling dialog panel */
.dialoguePanel {
  border-radius: 0px;
  box-shadow: 0px 0px 0 rgb(0 0 0 / 40%);
  background-color: var(--cereliaBrown);
  display: block;
  position: relative;
  margin-top: 125px;
  width: 80%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  min-height: 260px;
}

.dialoguePanel > div {
  margin: 15px 20px;
}
.dialoguePanel div .label {
  color: #ffffff;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px !important;
  text-transform: uppercase;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  border: 1px solid #cccccc;
  border-radius: 2px;
  outline: 0;
}
.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: var(--cereliaOrange);
  background-image: none;
  border-radius: 2px;
  font-family: 'Bebas Neue', Verdana, Geneva, sans-serif;
  font-size: 27px !important;
  color: #fff;
  border: 0px;
  -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;
  padding: 2px;
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: #ca5c01;
  -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: rgba(255,255,255,1);
  text-decoration:none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color: rgba(255,255,255,0.7);
  text-decoration:underline;
}
.dialoguePanel .header {
  color: #ffffff;
  font-family: 'Fira Sans', Verdana, Geneva, sans-serif;
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #ffffff;
  font-size: 14px !important;
  width: 260px !important;
}
.divOwnerLoginHtml {
  position: relative;
  float: left;
  min-height: 260px;
  width: calc(100% - 30px);
  margin:15px;
  display: block;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  background-color: #ffffff;
  display: none;
}

.dialogHeader {
  font-family: 'Bebas Neue', Verdana, Geneva, sans-serif;
  font-size: 27px !important;
  color: #fff;
}
.dialogHeader span {
  color:var(--cereliaOrange);
}

.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;
}

.extraOuterDiv6 {
  position: relative;
  width:100%;
  height:80px;
  background-color:var(--cereliaSalmon2);
  display:none;
}

.extraOuterDiv1 {
  position: absolute;
  right:0 ;
  top:0;
  width:15%;
  height:100px;
  background-color:var(--cereliaYellow);
}

.extraOuterDiv2 {
  top: 170px;
  position: absolute;
  min-width: 100%;
  height: 474px;
  left: 0;
  right: 0;
  background-image:url('../../platform-assets/default/cerelia_syncforce.png');
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
}

/* tablet ----------- */
@media only screen  and (min-width : 600px) {
  .container {

  }

  .dialoguePanel {
    border-radius: 0px;
    box-shadow: 0px 0px 0 rgb(0 0 0 / 40%);
    background-color: var(--cereliaBrown);
    display: block;
    position: relative;
    margin-top: 125px;
    width: 321px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
    min-height: 260px;
  }
  .extraOuterDiv6 {
    position: fixed;
    bottom:0;
    width:100%;
    height:80px;
    background-color:var(--cereliaSalmon2);
    display: block;
  }
}


/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
  .container {
    width: 90%;
    max-width: 1200px;
    min-width: 910px;
    overflow: hidden;
  }

  .extraOuterDiv2 {
    top: 170px;
    position: absolute;
    width: 1200px;
    min-width: auto;
    height: 500px;
    background-color: var(--cereliaYellow);
    left: calc((100vw - 1200px) / 2);
    right: calc((100vw - 1200px)  / 2);
  }

}