/*** /css/common.css ***/

/**
 * IKA Conseil application skeleton.
 * partie commune hors bootstrap. ne rien mettre de specifique ici.
 */

/**
 *  Author     : Pascal codry <pascal.codry@ikaconseil.com>
 */

/*** /js/jquery/css/jquery.numpad.css ***/

.nmpd-wrapper {display: none;}
.nmpd-target {cursor: pointer;}
.nmpd-grid { left:50px; top:-50px; z-index:5000; -khtml-user-select: none; border-radius:5px; padding:0px; width: auto; }
.nmpd-overlay {z-index:4999;}
input.nmpd-display-text {text-align: left; font-size: 20px; font-weight: bold;  color:#969696; margin-bottom: 5px;}
.nmpd-display {
    height: 45px;
    margin-bottom:1.5rem;
}
.nmpd-grid .numero, .nmpd-grid .cancel, .nmpd-grid .clear, .nmpd-grid .del
{ 
    background: white;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    margin: 5px;
    color: #5f5e5e;
    font-size: 20px;
    font-family: 'robotomedium';
    height: 48px;
    margin-bottom: 5px;
    width: 48px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.nmpd-grid .numero:hover {
    box-shadow: none;
    border: 1px solid #c7c7c7;
    color: #a2a2a2;
}
.nmpd-grid .clear{
    background: #bc0000;
    border: 1px solid #bc0000;
    color: #Fff;
}
.nmpd-grid .delete {
    background: white none repeat scroll 0 0;
    font-size: 13px;
    width: 40px;
    color: gray;
    border: 1px solid #d4d4d4;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 20px;
    height: inherit;
}
.nmpd-grid .resend {
    background: white none repeat scroll 0 0;
    font-size: 13px;
    width: 40px;
    color: gray;
    border: 1px solid #d4d4d4;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 20px;
    height: inherit;
}


/**
 *  Author     : MULTIPROCESS
 */

/*** RESPONSIVE .css ***/


