
/* 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/mek6pnu.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

::selection {
  color: #fff;
  background-color:#007fc8;
} 

.horizon {

}

.languageselectorholder,
.languageselectorholderlogin {
  position: relative;
  top:initial;
  left:initial;
  right:initial;
  margin-bottom:20px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  border: 0px;
  min-width: 100px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  border-radius:0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../../platform-assets/default/arrow.png') no-repeat 95% 50% #ffffff;
  padding:10px;
  width:100%;

}
/* 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 {
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  background-image: url('../../platform-assets/default/lorenz-background_tablet.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
a {
  color: #35bef2;
  text-decoration: underline;
  font-size:14px;
}
a:hover {
  text-decoration: none;
  color: #0d98cd;
}
input {
  font-family: 'Open Sans', Arial, Verdana;
  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: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 540px;
  height:100vh;
  width:100%;
}

.extraOuterDiv1 {
  display:none
}

/* styling dialog panel */
.dialoguePanel {
  background-color: #fdb913;
  display: block;
  position: absolute !important;
  padding: 10px 0px 10px 0px;
  min-height: 260px;
  top: initial;
  bottom:0;
  border-radius: 0px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  width:100%;
}
.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color: #000000;
    font-size: 1rem;
    line-height: 2.4rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  border: 0px solid #cccccc;
  border-radius: 0px;
}

.dialoguePanel div input:focus,
.dialoguePanel div select:focus,
.dialoguePanel div select:active{
  outline: none;
}

.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: #007fc8;
  background-image: none;
  border-radius: 2px;
  font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px !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;
  text-transform: uppercase;
  margin-bottom:20px;
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: #004F9F;
  -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;
  margin-top:10px;
  border:0px solid red;
}
.dialoguePanel .forgotPassword a,
.dialoguePanel .register a {
    color: #000000;
    font-size: 1.4rem;
    text-decoration:none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  text-decoration:underline;
}
.dialoguePanel .header {
  color: #009992;
  font-family: 'Laca', Arial, Verdana, Geneva, sans-serif;
  font-weight: 700 !important;
  font-size: 23px !important;
  width: 80% !important;
  text-transform: uppercase;
}
.dialoguePanel .text {
  color: #ffffff;
  font-size: 14px !important;
  width: 260px !important;
}
.divOwnerLoginHtml {
  position: relative;
  width: calc(100% - 30px);
  display: block;
}

.introtext {
  font-size: 1.5rem;
  line-height:2.3rem;
  margin-bottom:40px;
  padding: 0 20px;
}

.introtext p {
  padding:0;
  margin:0;
}

.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;
}

/* tablet ----------- */
@media only screen  and (min-width : 600px) {
  body{}

  .container {
    width:90%;
  }

  .dialoguePanel {
    position: relative !important;
    top:50vh;
    bottom:initial;
    width:350px;
    margin-left:auto;
    margin-right:auto;
    border-radius: 10px;
    background-color:#fdb913;
  }
  .container {
    position: relative;
  }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
  body {
    background-image: url('../../platform-assets/default/lorenz-background.png');
  }

  .dialoguePanel {
    float:left;
    margin-left:50px;
  }
  
  .languageselectorholder select.languageselector, .languageselectorholderlogin select.languageselector {
  }

  .divOwnerLoginHtml {
    float:left;
    width:calc( 100% - 400px);
  }

}