/*
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 : 31 janv. 2017, 11:40:59
    Author     : gbrindeau
*/
.btn-statut.selected{
    background-color: #e8e8e8;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    -webkit-box-shadow: 0 0 12px #38c;
    -moz-box-shadow: 0 0 12px #38c;
    box-shadow: 0 0 12px #38c;
}
.ui-state-disabled {
    opacity:1!important; 
    pointer-events:auto!important; 
    cursor: default!important; 
}
.right{
    text-align:right!important; 
}
.center{
    text-align:center!important; 
}

.ui-btn-icon-right:after {
    background-color: #8fbe0e;
}
