
/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */

/* The Owner Logo */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


.logo {
  background-image: url('../../platform-assets/default/client_logo.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 35px;
    left: 34px;
    width: 240px;
    height: 70px;
    z-index: 2;
}

.extraOuterDiv4{
  position: absolute;
  height:180px;
  width: 100%;
  background: #f2f2f2;
  top: 0;
  z-index: 1;
}

.extraOuterDiv5{
  position: absolute;
  height:40px;
  width: 100%;
  background: #ff671f;
  top: 180px;
  z-index: 2;
}

.languageselectorholder,
.languageselectorholderlogin {
  position: relative;
  width: calc(100% - 66px);
  margin:0 33px; 
  right:0;
  top:0;
  z-index: 2;
  margin-top:55px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: 0px;
  width:100%;
  border: 0px solid #cccccc;
  color:#959595;
  background-color:#fff;
  outline:0;
}

*:focus {
   outline: 0;
 }

/* 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;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  box-sizing: border-box;
  font-family:tahoma, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #8c8c8c;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  /* background: url('../../platform-assets/default/background1.png') top center no-repeat; */
  background-size: cover;
  background-image: url('../../platform-assets/default/axacompany.jpg');
  position:relative;
  height:100%;
  width:100%;
  background-size:cover;
  background-position:right top 160px;
}
a {
  color: #ff671f;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #0d98cd;
}
input {
  font-family:tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
}
/* 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 {
  border-radius: 2px;
  box-shadow: 0px 0px 0px #bdbdbd;
  background-color: rgba(255,255,255,.50);
  display: block;
  position: relative;
  top:100px;
  width: calc(100% - 30px);
  float: none;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px 10px 0px;
  min-height: 260px;
  z-index: 2;
}
.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color: #8c8c8c;
  margin-bottom: 4px;
  font-family:tahoma, arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
font-size: 14px;  
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: #ff671f;
  background-image: none;
  border-radius: 2px;
  font-family:tahoma, arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px !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;
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: #fe8f1c;
  -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: #ff671f;
  text-decoration:none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color: #fe8f1c;
  text-decoration:underline;
}
.dialoguePanel .header {
  color: #8c8c8c;
  font-family:tahoma, arial, helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #8c8c8c;
  font-size: 12px !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 #bdbdbd;
  background-color: #ffffff;
  display: none;
}
.divOwnerLoginHtml .welcome {
  font-size: 21px;
  margin: 30px 30px 0px 30px;
  font-weight: normal;
  color: #ff671f;
  margin-bottom: 20px;
}
.divOwnerLoginHtml .welcome_txt {
  font-size: 14px;
  line-height: 18px;
  margin: 30px;
  color: #787878;
  margin-top: 0px;
  line-height: 1.5;
}
.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) {
  .extraOuterDiv5 {
    top:130px;
  }
  .extraOuterDiv4 {
    height:140px;
  }

  .logo {
    left:20px;
  }
  .container {width: 550px; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    min-height: 260px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    display: none;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #bdbdbd;
    background-color: #ffffff;
  }

  .dialoguePanel {
    border-radius: 2px;
    display: block;
    position: relative;
    margin-top: 101px;
    width: 360px;
    float: left;
    margin-right: 15px;
    margin-left:0px;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
  }

  .languageselectorholder,
  .languageselectorholderlogin {
    position: absolute;
    margin:0 15px; 
    right:0;
    margin-top: 50px;
    width: auto;
  }
  .languageselectorholder select.languageselector,
  .languageselectorholderlogin select.languageselector {
    padding: 8px;
    border: 0px;
    width: auto;
    min-width: 100px;
    border-radius: 0px;
    border: 0px solid #cccccc;
   
  }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
.parallax{height:600px;}

  .container {width: 910px; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    float: left;
    min-height: 260px;
    width: 550px;
    margin-top: 107px;
    margin-left: 20px;
    display: none;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #bdbdbd;
    background-color: #ffffff;
  }

  .dialoguePanel {
    border-radius: 2px;
    display: block;
    position: relative;
    margin-top: 107px;
    width: 360px;
    float: left;
    margin-right: 15px;
    margin-left:0px;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
  }

 
}