/*
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
*/

.btnCheckClient
{
   
    width: 15px;
    height: 17px;
    border: 1px;
    padding:1px;
    margin:0;
}

#listeClients{
    height : 500px;
    overflow-y: scroll; 
}

#detailClients{
    height : 500px;   
}

#selectDetailClients{
    text-align : left ;
}

#btnDetailClients{
    text-align : right ;
}

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

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

#idDetailClientNotes{
    height : 130px;
    width:270px;
}

#idDetailClientInfo{
    height : 130px;
    width:270px;
}


