/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
.logo {
  background-image: url("../../platform-assets/default/spirotech_logo.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 29px;
  width: 250px;
  height: 100px;
}
.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 60px;
  right: 20px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: 0px;
  border: 1px solid #cccccc;
}
/* 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-size: 12px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  background-color: #f0f0f0;
  background: url("../../platform-assets//default/login_bg.jpg") fixed no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  ;
}
a {
  color: #35bef2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #0d98cd;
}
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;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 540px;
}

.extraOuterDiv3 {
  background-image: url("../../platform-assets/default/header_repeat.png");
  width:100%;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  height:64px;
  display:block;
  position:absolute;
  background-position: center;
  min-width: 960px;
}

/* styling dialog panel */
.dialoguePanel {
  border-radius: 0px;
  /*  box-shadow: 0px 0px 10px #bdbdbd; */
  background-color: rgba(0,0,0,0.7);
  border-bottom:30px solid #fbcb1d;
  display: block;
  position: relative;
  margin-top: 214px;
  width: 300px;
  float: right;
  margin-right: 20px;
  padding: 10px 0px 10px 0px;
  min-height: 260px;
}
.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color:#B5B5B5;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px !important;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border: 0px solid #cccccc;
  border-radius: 0px;
}

.dialoguePanel .message span,
.dialoguePanel .errorMessage span {
  font-size: 12px;
}
.dialoguePanel .errorMessage span {
  background-color: #f00;
  border-color: #f00;
}

div.dialoguePanel div.label{
  text-align:center;
  margin-bottom:10px;
  color:#fff;
}

.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: #fbcb1d;
  background-image: none;
  border-radius: 0px;
  font-weight: 400;
  font-size: 12px !important;
  color: #000;
  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: #daad0c;
  -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: #fff;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color:#B7B7B7;
  text-decoration:underline;
}
.dialoguePanel .header {
  color: #fff;
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #fff;
  font-size: 12px !important;
  width: 260px !important;
}
.divOwnerLoginHtml {
  position: relative;
  float: left;
  min-height: 291px;
  width: 590px;
  margin-top: 215px;
  margin-left: 20px;
  display: block;
  border-radius: 0px;
  /* box-shadow: 0px 0px 10px #bdbdbd; */
  background-color: rgba(0,0,0,0.7);
  border-bottom:30px solid #fbcb1d;
  padding:32px;
}
.divOwnerLoginHtml .welcome {
  font-size: 21px;
  margin: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.divOwnerLoginHtml .welcome_txt {
  font-size: 12px;
  line-height: 18px;
  margin: 30px;
  color: #fff;
  margin-top: 0px;
}
.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;
}
