.cRetour { border-radius:30px; padding:10px; font-size:15px; text-align:center; color:#fff; background:rgba(0, 0, 0, 0.3); z-index:99999; transition:all ease-in 0.2s; position: fixed; cursor: pointer; bottom: 2em; right: 2em; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2) ; } .cRetour:hover{ background:rgba(207, 24, 24, 1); font-size:20px; transition:all ease-in 0.2s; box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.9) ; } .ui-datepicker{ z-index:3151 !important; } .disabledbutton { pointer-events: none; opacity: 0.4; } .mydiv { opacity: 0.5; padding: 3px 5px 2px !important; } .mydiv:hover { opacity: 1; } .btnoperation { padding-left: 5px;padding-right: 5px; padding-bottom: 0; padding-top: 0; } @media screen { .showInPrint {display:none;} .hideInPrint {display: block !important} } @media print { table td:last-child {display:none} table th:last-child {display:none} .showInPrint {display:block;} .hideInPrint {visibility: hidden !important} } .clignote{ animation: Test 1s infinite; } @keyframes Test{ 0%{opacity: 1;} 50%{opacity: 0.3;} 100%{opacity: 1;} } .policeborder{ text-shadow: 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60, 0 0 2px #d60; } div[disabled] { pointer-events: none; opacity: 0.5; background: #CCC; } #footer{ position:fixed; width: 100%; bottom: 0; height: 1.5em; padding-left:10px; border-top: 1px solid gray; z-index:999999; } .body-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 2510; background-color: #000000; } .body-backdrop.in { opacity: 0.7; filter: alpha(opacity=70); }

.btn-green {
    color:#a0cea2 !important;
    border-color:#43a047 !important;
}

.btn-green:hover {
    color:#a0cea2 !important;
    border-color:#43a047 !important;
}

.colPad {
    padding-left: 2px;
    padding-right:2px;
}
.panelPad {
    margin-bottom: 4px;
    border:1px solid #d0d1d4;
}
.panelCentent {
    padding-top: 2px;
    padding-bottom: 2px;
}
.onhover:hover {
    transform: scale(1.3);
    /* border-left: 7px solid #d9534f; */
    border: 1px solid #505b72;
    z-index: 999999;
    /* transform: scaleY(1.4) scaleX(1.2); */
    cursor: zoom-in;
    box-shadow: 5px 5px 5px gray;
    /* filter: grayscale(100%); */
    background-color: #fff8f8;
    left:10px;
    width:calc(100% - 20px);
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.1s;
}
@keyframes fadeInOpacity {0% {transform: scale(1);}100% {transform: scale(1.4);}}

.bg-mauve       { color:#fff; background-color: #94a43b; }
.bg-turquoise   { color:#fff; background-color: #4eb7b1; }
.bg-olive       { color:#fff; background-color: #93a33b; }
.bg-redocher    { color:#fff; background-color: #d49d55; }
.bg-persianblue { color:#fff; background-color: #4c8fd1; }
.bg-crimson     { color:#fff; background-color: #ea0d52; }