/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */

@import '../../platform-assets/clientLogo.css';
@import '../../platform-assets/brand_variables.css';
@import '../../platform-assets/fonts/fonts.css';

::selection {
  color: #fff;
  background-color:var(--primaryColor);
} 


.languageselectorholder,
.languageselectorholderlogin {
  position: relative;
  top:initial;
  left:initial;
  right:initial;
  overflow: hidden;
  width: 200px;
  float:right;
  top:30px;
}

.dialoguePanel .login-separator {
  border-color: #e6e6e6;
}

#pnlSamlLoginButton a,
#pnlIdpLoginButton a {
  display: block;
  padding: 25px 20px;

  background-image: url('../../platform-assets/default/SSO.svg'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: 62%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;

  font-size: 0px;
  line-height: 1rem;
}

#pnlSamlLoginButton a:hover,
#pnlIdpLoginButton a:hover {
   opacity: 0.7;
}

.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%;
  padding:10px;
  width:100%;

}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family:  var(--fontFamily) ;
  font-size: var(--font-size);
  color: #8c8c8c;
  margin: 0px;
  padding: 0px;
  background-image:url('../../platform-assets/default/bolsius.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  min-height: 100vh;
  background-position: center top 160px;
}

.logo {
  margin:40px 0;
}

.welcomeText {float: none; clear:both; width:100%;}
.welcomeText h1 {color:white; font-size:46px; margin-bottom:0;}
.welcomeText p {color:white; font-size:20px;}

.extraOuterDiv6 {
  position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: .25;
    z-index: -2;
    top:0;
}

.extraOuterDiv5 {
  background-color:var(--primaryColor);
  width:100%;
  height: 170px;
  position: absolute;
  z-index: -1;
  top:0;
}

a {
  color: #35bef2;
  text-decoration: underline;
  font-size:14px;
}
a:hover {
  text-decoration: none;
  color: #0d98cd;
}
input {
  font-family: var(--fontFamily);
  font-size: 14px;
}
/* De distance bepaalt of de content in het verticale midden van het scherm staat */
div.distance {
  display: block;
  height: 0px;
}

.bannerContainer {
  width:80%;
  margin:0 auto;
  max-width:1200px;
}

.horizon {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  width:80%;
  max-width:1200px;
  padding-bottom: 40px;
  padding-right: 20px;
}

/* styling dialog panel */
.dialoguePanel {
  background-color: #ffffff;
  display: block;
  position: relative;
  padding: 10px 0px 10px 0px;
  min-height: 260px;
  width:100%;
  border: 1px solid #e4e4e4;
  clear: both;
  border-radius: 20px;
  box-shadow: 0 20px 30px 0 rgb(0 0 0 / 30%);
  margin-top:77px;
}
.dialoguePanel > div {
  margin:20px 30px;
}
.dialoguePanel div .label {
  color: var(--black);
    font-size: 1.2em;
    line-height: 1.8em;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px !important;
  border: 1px solid #859cac;
  border-radius: 0px;
  font-family: var(--fontFamily);
  color:var(--reckittBlue);
  border-radius: 5px;
}

.dialoguePanel div input:focus,
.dialoguePanel div select:focus,
.dialoguePanel div select:active{
  outline: none;
}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
  margin: -31px -31px 20px -31px;
  padding: 30px;

  border-radius: 20px 20px 0 0;
  font-size: 16px;
}
.dialoguePanel .errorMessage span {
  background-color: #b52132;
  border-color: #b52132;
}

.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: var(--primaryColor);
  background-image: none;
  border-radius: 2px;
 font-family:  var(--fontFamily) ;
  font-weight: 400;
  font-size: 19px !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;
  margin-bottom:20px;
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  opacity: 0.8;
  -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: 10px;
}
.dialoguePanel .forgotPassword a,
.dialoguePanel .register a {
  font-family: var(--fontFamily);
    color: var(--primaryColor);
    font-size: 1.4rem;
    text-decoration:none;
    -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 a:hover,
.dialoguePanel .register a:hover {
  text-decoration:underline;
  opacity:0.8;
}
.dialoguePanel .header {
  color: #8c8c8c;
 font-family:  var(--fontFamily) ;
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #8c8c8c;
  font-size: 14px !important;
  width: 260px !important;
}
.divOwnerLoginHtml {
  position: relative;
  display: block;
  margin:100px 0 50px 0;
}

.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;
}

.welcomeText {width:100%; margin:0;}
.welcomeText h1 {
  font-size: 5rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  position:relative;
}
.welcomeText p {
  color:#fff;
}

/* tablet ----------- */
@media only screen  and (min-width : 600px) {

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
  .dialoguePanel {
    width:350px;
  }
  
  .languageselectorholder select.languageselector, .languageselectorholderlogin select.languageselector {
    width:350px;
  }

  .languageselectorholder,
.languageselectorholderlogin {
  width:350px;
}

.divOwnerLoginHtml {
  margin: 0;
}

.welcomeText {float:left; width:calc(100% - 400px); margin-top: 70px;}
.welcomeText h1 {color:white; font-size:46px; margin-bottom:0;}
.welcomeText p {color:white; font-size:20px;}

.dialoguePanel {
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
    border: 1px solid #e4e4e4;
    clear: none;
    border-radius: 20px;
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 30%);
}

}