/* $Id: rch.css,       v 1.0 12/12/2020.
*                                      
*                                       
*
* Page Description: fichier CSS.
* Input Parameters:
*  None
*   
* @author Eric 
* @copyright ELF
*
*/


.customerInput {
    text-align: center;
    vertical-align: middle;
    background-color: honeydew; 
    width: 288px;
}


.calendarContainer {
    width: 200px;  
    text-align: center; 
    background: #84afb9;
    border: 10px solid white; 
    margin: 0 auto;   
}

.calendar {
    font-size:15px; 
    font-weight:bold;  
    text-align: center;
    box-shadow: 1px 1px 5px #455644;
    padding: 20px;
    border-radius: 5px;
}

.helpContainer {
    width: 200px;   
    text-align: center;
    /*box-shadow: 1px 1px 5px #455644;*/
    background: #badfe8;
    border: 10px solid white;
    margin: 0 auto;   
}

.help {  
    font-size:15px; 
    font-weight:bold;  
    text-align: center;
    box-shadow: 1px 1px 5px #455644;
    padding: 13px;
    border-radius: 5px;  
    margin: 0 auto;  
}

.helpPointer {
    cursor: help;
}


.logoutContainer {
    width: 200px;   
    text-align: center;
    /*box-shadow: 1px 1px 5px #455644;*/
    background: #c3d2e2;
    border: 10px solid white;
    margin: 0 auto;
}

.logout {
    font-size:15px; 
    font-weight:bold;  
    text-align: center;
    box-shadow: 1px 1px 5px #455644;
    padding: 13px;
    border-radius: 5px;  
    margin: 0 auto;  
}

.logoutPointer {
    cursor: e-resize;
}


.logoutclass .ZebraDialog_Title {
    background: #39c1ea;
}


.welcomeclass .ZebraDialog_Title {
    background: #39c1ea;
}

.welcomeclass .ZebraDialog_Body { 
    background-image: url("/Img/Icon_ASCE-Billard.png"); 
    font-size: 15px;
}


