﻿/* This is client specific! */


/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import '../../platform-assets/clientlogo.css';

.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 40px;
  right: 20px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: 0px;
  border: 0px 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;
}

.forgotpasswordContainer .extraDiv2 {display:none;}

body {
  box-sizing: border-box;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  background-image: url("../../platform-assets/images/fluke_background.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  height: 100% ;
}

/* The Owner Logo */
.logo{
    position: relative;
    background-image: url("../images/logo_payoff.png");
	background-repeat: no-repeat;
	max-width: 170px;
	height: 50px;
	margin-left:20px;
	margin-top:30px;
    border:0px solid red;
}

a {
  color: #000;
  text-decoration: underline;
  font-size:14px;
}

a:hover {
  text-decoration: none;
  color: #0d98cd;
}
input {
  font-size: 14px;
}
/* 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 10px rgba(0,0,0,0.4);
    /* background-color:#ffc20e; */
    background-color: rgba(255,255,255,0.9);
    display: block;
    position: relative;
    margin-top: 30px;
    width: calc(100% - 30px);
    float: none;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0px 10px 0px;
    min-height: 260px;
}
.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color: #000;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px !important;
  text-transform: uppercase;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  border: 0px solid #cccccc;
  border-radius: 2px;
}
.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: #484848;
  background-image: none;
  border-radius: 2px;
  font-weight: 400;
  font-size: 13px !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;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: #000;
  -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: #484848;
  text-decoration:none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color: #000;
  text-decoration:underline;
}
.dialoguePanel .header {
  color: #8c8c8c;
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #8c8c8c;
  font-size: 14px !important;
  width: 260px !important;
}

.dialoguePanel .login-separator {
  border-color: #787878;
  color: #787878;
}

.divOwnerLoginHtml {
  position: relative;
  min-height: 260px;
  width: calc(100% - 30px);
  margin:30px 15px;
  display: block;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.9);
  padding:10px;
  color:#000;
}

.divOwnerLoginHtml .custom_head{
  font-size: 26px;
  margin: 30px 30px 0px 30px;
  font-weight: normal;
  color: #484848;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.divOwnerLoginHtml .custom_txt{
  font-size: 14px;
  line-height: 18px;
  margin: 30px;
  color: #787878;
  margin-top: 0px;
  line-height: 1.5;
}
.divOwnerLoginHtml .signin_head,
.divOwnerLoginHtml .alert_txt {
  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;
}

.extraDiv2 {
    height: 65px;
    padding: 20px;
    padding-top: 40px;
    background-image: url(../../platform-assets/images/Signin_logos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:90%;
    color: #000000;
    background-color: #fff;
    width: calc(100% - 30px);
    margin-left: 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.dialoguePanel .login-separator {
  border-color: #8c8c8c;
}

.loginButton {
  margin-top:20px !important;
}

.loginButton a {
  display: block;
  padding: 10px;

  background-color: #ffc20e;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);

  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.loginButton a:hover {
  background-color: #ebb30b;
  color: #000000;
}

.loginButton a::after {
  content: ' Fluke My Account ID';
}


/* tablet ----------- */
@media only screen  and (min-width : 600px) {

    .extraDiv2 {
        display: block;
        background-size: auto;
    }

    .logo {
        min-width: 550px;

    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
    .container {
        width: 910px;
        position: relative;
        border: 1px solid transparent;
    }

    .divOwnerLoginHtml {
        position: relative;
        min-height: 260px;
        width: 550px;
        margin-top: 30px;
        margin-left: 20px;
        display: block;
        border-radius: 2px;
        display: block;
    }

    .dialoguePanel {
        border-radius: 2px;
        display: block;
        position: relative;
        margin-top: 30px;
        width: 300px;
        float: right;
        margin-right: 15px;
        margin-left:0px;
        padding: 10px 0px 10px 0px;
        min-height: 260px;
    }

    .extraDiv2 {
        width: 550px;
    }

}