/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */

/*
Beige: #fcf4de
Brown: #513d28
Footer brown: #614d45

 */

@import url('https://fonts.googleapis.com/css?family=Oswald');

/* top banner behind logo */
.extraOuterDiv1 {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width:100%;
  height:85px;
  position:absolute;
  top:0px;
}

.logo {
  background-image: url("../../platform-assets/default/client_logo.png");
  background-repeat: no-repeat;
  background-position:left center;
  position: absolute;
  top: 0px;
  left: 25px;
  width: 100px;
  height: 80px;
}
.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 25px;
  right: 40px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
      height: 40px;
    padding: 6px 12px;
    color: #fcf4de;
    border-color: transparent;
    background-color: #513d28;
    display: block;
    width: 100%;
        font-size: 16px;
    line-height: 2;
}
/* 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 {
     background: url('../../platform-assets/default/JDE-full-image.jpg') no-repeat center bottom fixed;
     /*  background: url('../../platform-assets/default/JDE_u1e7277.jpg') no-repeat center bottom fixed;  */
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

body {
    font-size: 12px;
    color: #8c8c8c;
    margin: 0px;
    padding: 0px;
}

a {
  color: #fcf4de;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
input {
  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: relative;
  max-width: 960px;
  min-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 540px;
}
/* styling dialog panel */
.dialoguePanel {
  border-radius: 2px;
  background-color: transparent;
  display: block;
  position: relative;
  top: 170px;
  width: 300px;
  margin-left:auto;
  margin-right: auto;
  padding: 0;
  min-height: 260px;
float:right;
}
.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color: #fcf4de;
  margin-bottom: 4px;
  font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  text-transform: uppercase;
  text-shadow:  0px 0px 5px rgba(0,0,0,0.3) !important;
  }

.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 0px solid #cccccc;
  border-radius: 0 0 8px 0;
  background-color:#fcf4de;
  color:#513d28;
}

.dialoguePanel input[type=submit] {
  font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color:transparent;
  border:1px solid #fcf4de;
  margin: 1.6em 0;
  border-radius: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 10px 50px;
  font-size: 16px !important;
  height: inherit;
  color: #fcf4de;
  -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;
}
.dialoguePanel input[type=submit]:hover {
  color: #513d28;
  background-color: #fcf4de;
  border-color: #fcf4de;
  -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;
}
.dialoguePanel .forgotPassword,
.dialoguePanel .register {
  text-align: center;
}
.dialoguePanel .forgotPassword a,
.dialoguePanel .register a {
  color: #fcf4de;
  text-decoration:none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color: #fff;
  text-decoration:underline;
}
.dialoguePanel .header {
  font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif!important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px !important;
    font-style: normal;
    line-height: 1.2;
    color: #fcf4de;
    text-shadow:  0px 0px 5px rgba(0,0,0,0.2) !important;
    width:100% !important;
}
.dialoguePanel .text {
  color: #fcf4de;
  font-size: 14px !important;
  width: 260px !important;
  line-height:1.5em;
}
.divOwnerLoginHtml {
  position: relative;
  float: left;
  min-height: 260px;
  width: 550px;
  top: 170px;
  margin-left: 20px;
  display: block;
}
.divOwnerLoginHtml h1 {
    font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif!important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 32px;
    font-style: normal;
    line-height: 1.2;
    color: #fcf4de;
    margin: 0;
    text-shadow:  0px 0px 5px rgba(0,0,0,0.2) !important;
}

.divOwnerLoginHtml p {
  font-family: Georgia,"Times New Roman",Times,serif;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    color: #fcf4de;
    line-height: 29px;
    font-size:24px;
}
.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;
}

@media all and (max-width: 960px)  {
  .dialoguePanel {float:none;}
  .divOwnerLoginHtml {float:none; width:80%; margin-left: auto; margin-right:auto; text-align:center;}
}