/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.displayCover
{
    display: none;
    position: absolute;
    border: 2px solid #e3ebf3;
}
.redClass
{
    background-color: #ffcece !important;
}
.alertClass
{
    background-color: #ff4545 !important;
}
.boutonexport
{
    margin-top: 10px;
}
.boutonexport .btn
{
    padding: 0.5rem 0.7rem;
    color:#000000;
    background-color: #ffffff !important;
}
.boutonexport .btn:hover{
    background-color: #00b5b8 !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 6px 16px 6px 3px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
}
.imgzoom:hover{
    transform: scale(6) translateX(10px);
    border: 1px solid #b9b9b9;
}
.imgzoom {
    transition: transform .2s;
    width:70px;
}
.majValeur
{
    width: 100%;
    background-color: transparent;
    border-color: #d9d9d9;
    font-size: 110%;
    margin: 0;
    /* border-style: dotted; */
}

.nouveautes
{
    background-color: #fff6f6;
}
.imagetr
{
    padding: 0 !important;
}
.CL-achatremise
{
    padding: 0.25rem 0.5rem;
}
.colorkwzachat,.colorkwzremise,.colorkwzachatremise
{
    color: #002fc8;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
}
.rougeC
{
    color: red;
}
.vertC
{
    color: green;
}
.sexocol
{
    background-color: #eaf5fd !important;
}
.claracol
{
    background-color: #fff1fb !important;
}
.gcol
{
    background-color: #ecffee !important;
}
.highlight {
    background-color: lightgreen !important;
}
.highlightERROR {
    background-color: #ffb7db !important;
}
.resultscan
{
    text-align: center;
    padding: 20px;
    background-color: #beeabe;
}
.annulercommande
{
    margin-right: 25px ;
}