
/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import '../../platform-assets/fonts/fonts.css';
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;700&display=swap');
@import '../../platform-assets/brand_variables.css';
@import '../../platform-assets/clientlogo.css';

.dialoguePanel .login-separator {
  border-color: #fff;
  color: #fff;
}

#hplSamlLogin,
#hplIdpLogin {
  display: block;
  padding: 15px;

  background-image: url('../../platform-assets/default/microsoft-azure.png');
  background-position: right 20px top 8px;
  background-repeat: no-repeat;
  background-size: 150px;
  border: 0px solid #fff;

  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

#hplSamlLogin:hover,
#hplIdpLogin:hover {
  opacity: 0.7;
}

.logo {
  margin-left:11vw;
}

.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 40px;
  right: 11vw;
  z-index: 100;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 10px 15px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: 0px;
  border: 1px solid #fff;
  border-radius: 4px;
}
/* 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: 12px;
    color: #8c8c8c;
    margin: 0px;
    padding: 0px;
    background-color: #004233;
    /* background-image: url('../../platform-assets/default/BACKGROUND-ENSTALL.jpg'); */
}
a {
    color: #1f1d5d;
    text-decoration: underline;
    font-size: 14px;
}
    a:hover {
        text-decoration: none;
        opacity:0,5;
    }
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: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  border: 1px solid var(--color-green);
}
/* styling dialog panel */
.dialoguePanel {
  border-radius: 2px;
  display: block;
  position: relative;
  width: calc(100% - 30px);
  float: none;
  padding: 10px 0px 40px 0px;
  min-height: 260px;
}

.dialoguePanel .login_text {
  margin:20px;
}

.dialoguePanel .login_text h3 {
color:#151c64;
margin:0;
line-height: 0.8em;
}

.dialoguePanel .login_text p {
  color:#050505;
}

.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color: #fff;
  margin-bottom: 4px;
  font-family: 'Archivo', arial, Verdana, Geneva, sans-serif;
  font-weight:300;
  font-size: 14px !important;
}

.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 14px !important;
  border-radius: 4px;
  background-color:var(--color-green);
  border:1px solid white;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color:#fff;
}

.dialoguePanel div input:focus {
  outline: none;
  border:1px solid var(--color-green) !important;
    background-color: var(--color-green);
    box-shadow: 0px 0px 12px 1px var(--color-yellow);
}

/* .dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: #f08000;
  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;
  font-weight:bold;
  -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;
  width: initial;
} */
.dialoguePanel input[type=submit] {
    background-image: none;
    background-color: var(--color-green);
    border:1px solid white !important;
    border-radius: 4px !important;
    font-weight: 300!important;
    height: 44px;
    padding: 0 28px;
    color: #fff;
    cursor: pointer;
    text-align: center !important;
}

.dialoguePanel input[type=submit]:hover {
    background-image: none;
    border:1px solid var(--color-green) !important;
    background-color: var(--color-green);
    box-shadow: 0px 0px 12px 1px var(--color-yellow);
    -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: white;
    text-decoration: none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.dialoguePanel .header {
  color: #fff;
  font-family: 'Archivo', arial, Verdana, Geneva, sans-serif;
  font-weight: 600;
  font-size: 21px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #fff;
  font-size: 14px !important;
  width: 260px !important;
}

/* 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;
}


.divOwnerLoginHtml {}

.videowrapper {
  background-color: transparent;
  margin-top:40px;
  -webkit-mask-image: url('../../platform-assets/default/MASK.webp');
    -webkit-mask-size: 100%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.videowrapper video {
  width:100%;
  height: auto;
}

#EmailValidator {}

#pnlOwnerLoginHtml {
  width:100%;
}

.forgotpasswordContainer .dialoguePanel {
  border-radius: 2px;
    display: block;
    position: relative !important;
    float: none;
    top: 15vw;
    /* left: auto; */
    width: 350px;
    min-height: 260px;
    z-index: 100;
    right: initial;
    margin: auto;
}

.forgotpasswordContainer .logo {
  background-repeat: no-repeat;
  position: relative;
  top: 45px;
  left: initial;
  width: 200px;
  height: 30px;
  background-size: 100%;
  z-index: 100;
  margin: auto !important;
}


/* tablet ----------- */
@media only screen  and (min-width : 800px) {


  #pnlOwnerLoginHtml {
    width:100%;
  }

  .dialoguePanel {
    border-radius: 2px;
    display: block;
    position: relative !important;
    float:none;
    top:initial;
    right:initial;
    width: 350px;
    min-height: 260px;
    z-index:100;
    margin:auto;
    margin-top: -100px;
  }

}

div {
  background-image: url('../../platform-assets/default/EnstallRevealAnimation_082523.mp4');
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1200px) {
  .container {
    width: 100vw;
    position: relative;
    height: 100vh;
    min-height: 700px;
  }
  .divOwnerLoginHtml {
    display:block;

  }

#pnlOwnerLoginHtml {
  width:75%;
}

  .dialoguePanel {
    border-radius: 2px;
    display: block;
    position: absolute !important;
    float:none;
    top:15vw;
    right:11vw;
    width: 350px;
    min-height: 260px;
    z-index:100;
    margin:initial;
  }
}