﻿/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import url('https://fonts.googleapis.com/css?family=Exo:600');

@font-face {
  font-family: 'Nashville';
  src:  url('../../platform-assets/fonts/Nashville.ttf.woff') format('woff'),
  url('../../platform-assets/fonts/Nashville.ttf.svg#Nashville') format('svg'),
  url('../../platform-assets/fonts/Nashville.ttf.eot'),
  url('../../platform-assets/fonts/Nashville.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.logo {
    background-image: url('../../platform-assets/default/client_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    max-width: 310px;
    height: 57px;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom:60px;
    background-position: center top;
  }
  .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;
  }

  body {
    box-sizing: border-box;
    font-size: 12px;
    color: #8c8c8c;
    margin: 0px;
    padding: 0px;
    background-color: #061b4a;
    background:
    url(../../platform-assets//default/login_bg1.jpg) fixed no-repeat center right;
    -webkit-background-size:  cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:   cover;
    height: initial;
  }
  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: 90%;
    margin-left:  auto;
    margin-right: auto;
    display: block;
    padding-bottom: 20px;
    min-height: 540px;
    margin-top: 60px;
  }

  .extraOuterDiv3 {display:none;}

  .extraDiv3 {
    display:none;
  }
  /* styling dialog panel */
  .dialoguePanel {
    border-radius: 0px;
    background-color: rgba(255,255,255,0.5);
    display: block;
    position: relative;
    width: 100%;
    margin-right: 0;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
    top: 42px;
    min-width:310px;
  }
  .dialoguePanel > div {
    margin: 10px 20px;
  }
  .dialoguePanel div .label {
    color:#fff;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 18px !important;
    font-variant: small-caps;
    text-transform: lowercase;
    font-family: 'Exo', sans-serif;
  }
  .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: #d61920;
    border-color: #d61920;
  }

  .dialoguePanel input[type=submit] {
    height: auto;
    background-position: bottom;
    cursor: pointer;
    background-color: #381d77;
    background-image: none;
    border-radius: 0px;
    font-variant: small-caps;
    text-transform: lowercase;
    font-family: 'Exo', sans-serif;
    font-size:24px !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;
    padding:5px;
  }
  .dialoguePanel input[type=submit]:hover {
    background-image: none;
    background-color: #271452;
    -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;
    font-size: 18px !important;
    font-variant: small-caps;
    text-transform: lowercase;
    font-family: 'Exo', sans-serif;
    text-decoration:none;
  }
  .dialoguePanel .forgotPassword a:hover,
  .dialoguePanel .register a:hover {
    color:#01304a;
    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: absolute;
    width: 100%;
    top: 73px;
    height: 80px;
  }
  .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;
  }

.brandportalText {
  font-family: 'nashville', arial, verdana;
  font-size: 59px;
  color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  border: 0px solid white;
  letter-spacing: 3.6px;
  width: 311px;
}
  /* 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) {
  .container {
    width: 530px;
  }
}

  /* Desktops and laptops ----------- */
@media only screen and (min-width : 960px) {
  body {
    background:
      url(../../platform-assets//default/bg2.png) no-repeat left top ,
      url(../../platform-assets//default/stamps.png) no-repeat left top,
      url(../../platform-assets//default/login_bg1.jpg) fixed no-repeat center center;
      -webkit-background-size: contain, 15vh, cover;
      -moz-background-size:contain, 15vh, cover;
      -o-background-size: contain, 15vh, cover;
      background-size: 85vh, 15vh, cover;
  }

  .container {
    width: 960px;
    margin-top: 0;
  }

  .dialoguePanel {
    width: 310px;
    float: right;
    margin-top: 214px;
    top: 0;
    margin-right: 20px;

  }

  .logo {
    position: absolute;
    top:60px;
    right: 0;
    width: 307px;
    height: 57px;
    margin-top:0px;
    margin-right: 22px;
  }

  .brandportalText  {
    height: 53px;
    width: 309px;
    right:20px;
    top:137px;
    margin-right: 0;
    position: absolute;
  }

  html,
  body {
    height:100%;
  }
  .divOwnerLoginHtml {
    top: 0;
  }
}