﻿html, body, form {
  min-height: 100%;
  height:100%;
  margin: 0;
  padding: 0;  
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size:12px;
  overflow:hidden;
  border-collapse:collapse;
  cellspacing:0px;
   background: url('../img/Intranet-fond.jpg') no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

form
{
  background: url('../img/SOFTWAIR_Accueil.png') no-repeat center center;   
}
#divLogoTechform
{
    position:absolute;
    bottom:20px;
    right:20px;
    height:41px;
    width:200px;
    background-image: url(../img/logocaladair200.jpg);
    background-repeat:no-repeat;
}
#divImageClient {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 86px;
    width: 189px;
    background-repeat: no-repeat;
    -moz-background-size: 189px 86px;
    -o-background-size: 189px 86px;
    background-size: 189px 86px;   
}
#divLogin {
    height: 240px;
    display: table-cell;
    vertical-align: top;
    position: absolute;
    right: 10px;
    top: 10px;
}

#content
{
    height:100%;
    width:100%;
    display:table;    

}
#tblLogin {
    width: 350px;
    border-collapse: collapse;
    border: 1px solid black;
    border-spacing: 0px;
    padding: 0px;
    background-color: #404040;
    color:white;
    table-layout: fixed;
}


#entete {
    height:40px;
    line-height:40px;
    background-color:#404040;
    padding-left:50px;
    color:white;
    font-size:14px;
    background-image:url('../img/UserLock.png');
    background-position: 10px center;
    background-repeat:no-repeat;
}

th, td { padding: 0px; }
table { border-collapse:collapse; border-spacing: 0; }

.lbl {
    padding-left:15px;
    width:150px;
    display:block;
}

.tb {
    width:90%;
    color: black;
    line-height: 12px;
}
.lblEchec {
    color:red;
    font-weight:bold;    
}
.lblActionEnCours {         
    display:block;
    line-height:40px;
    float:left;
}
#btLogin 
{
    float:right;
    margin-right:10px;
    border: 1px solid black;
    height:30px;
    cursor:pointer;
    background-color:#DFDFDF;
    color:black;
}
    #btLogin:hover {
    background-color:#FFFFFF;
    }

#divActionEnCours {
    height:30px;
    line-height:30px;
    display:none;
    float:right;
    margin-right:10px;
}
.PanelEchec {
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}

#chkRememberMe
{
    margin-left:0px;
}
.forgotPwd
{
    color:#C3C3C3;
    margin-right:20px;
    margin-left:20px;
    cursor:pointer;
}
.forgotPwd:hover
{
    color:white;
    text-decoration:underline;
}

.createAccount
{
    color:#C3C3C3;
    margin-right:20px;
    margin-left:20px;
    cursor:pointer;
}
.createAccount:hover
{
    color:white;
    text-decoration:underline;
}

.form-control.inputError
{
    border-color:red;
}
.form-control.inputError:focus
{
    border-color:red;
}

.flagSelected
{
    border-bottom: 2px solid white;
}
.flagChoice
{
    cursor:pointer;
}

.barFlag
{
    display:flex;
}
    .barFlag > div:first-child {
        flex: 0 0 auto
    }
    .barFlag > div:last-child {
        flex: 1 1 auto;
        text-align:right;
        padding-right:5px;
    }