/*
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 : 11 sept. 2017, 09:59:22
    Author     : rlo
*/

.btnDelCommande{
    
    width: 15px;
    height: 15px;
    border: 0px;
    padding:0px;
    margin:0;
    
    background-image: url('../img/delete.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 1px;
    color: #000;
}

.btnCheckCommande {
    
    width: 15px;
    height: 15px;
    border: 0px;
    padding:0px;
    margin:0;
    
    background-image: url('../img/check.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 1px;
    color: #000;
}

.btnModifCommande
{   
    width: 15px;
    height: 15px;
    border: 0px;
    padding:0px;
    margin:0;
    
    background-image: url('../img/edit.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 1px;
    color: #000;
}

.chkCheckCommande{
    padding-top: 2px;
}

#dialogCommandes{
    width : 800px;
}

#evalPrixCarburant{
    color : red;
}

#detailCommandeProduits{
    height:90px;
}

#divTotal{
    text-align:left;
}

.btnDelCommandeDetail{
    width: 18px;
    height: 18px;
    border: 1px;
    padding:1px;
    margin:0;
}

#choiceClientCommande{
    text-align:left;
    margin-left:10px;
}

#detailTabsClientCommande{
    height : 80px;
}

#selectProduitCommande{
    width : 200px;
}

#addProduitCommande{
   margin-left:25px; 
}

#detailClientProduit{
    height :250px;
    overflow-y: scroll; 
}

#listeCommandes{
    height : 400px;
    overflow-y: scroll; 
}

#detailCommandes{
    height : 400px;
    
}

#selectDetailCommandes{
    text-align : left ;
}

#btnDetailCommanders{
    text-align : right ;
}

.formCommandes{
    padding:2px;
    text-align:left ;
}

.ValidFormCommandes{
    padding-top : 5px;
    text-align : right ;
}

#resultSearchCommande{
    height : 300px;
    overflow-y: scroll; 
}



