/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 sept. 2017, 11:11:40
    Author     : rlo
*/

body {   
    color : gray;
    margin:10px;
    padding:0;
    -webkit-background-size: cover; 
    background-size: cover; 
}

.modal-body {
    max-height: 900px;
}

.divLogin {
    position: relative; 
    text-align:center;
    font-size: 20px;
}

.inputFormLogin{
    border:0px;
    background-color:transparent;
    position:absolute ;
    top:60px;
    left : 160px;
    display: block;
    margin : 0 auto;
}

.diviseur{
    width : 100%;
}

#errLogin, #errPwd{
    color : #ff0000;
    font-size:9px;
}

#titrePlanning{
    text-align : center ;
}

#titre_planning{
    text-align : center ;
    font-size:20px;
    width:300px;
}

.txtCamionPlanning, .txtChauffeurPlanning {
    color : red;
}

#lastCommande{
    text-align : center ;
}

.btnDelPlanningDetail, .btnEditPlanningDetail{
    width : 24px ;
}

#titre_planning{
    cursor : pointer;
}

.printPlanning{
    cursor : pointer ;
}

#detailCommandeModifProduits{
    height: 150px;
}