/*================================================================================
	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;
}
.alertClass2
{
    border:2px solid #ff4545 !important;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding: 4px;
}
.success-dark {
  color: #0a8562 !important;
    font-weight: bold !important;
}
.warning-dark {
  color: #ff9363 !important;
    font-weight: bold !important;
}
.blue-dark {
    color: #1065ff !important;
    font-weight: bold !important;
}
.blue-grey-dark {
    color: #607D8B !important;
    font-weight: bold !important;
}
.pink-dark {
    color: #ff194b !important;
    font-weight: bold !important;
}
.yellow-dark {
    color: #f6bf04 !important;
    font-weight: bold !important;
}
.green-dark {
    color: #31c100 !important;
    font-weight: bold !important;
}
.purple {
    font-weight: bold !important;
}
.table th, .table td {
    padding: 0.75rem 1rem;
}
.imgzoom:hover{
    transform: scale(2.5);
}
.imgzoom {
    transition: transform .2s;
    width:70px;
    border: 1px solid #b9b9b9;
}
.boutonexport .btn-secondary
{
    background-color: rgb(236, 242, 250) !important;
    border-color: #b9b9b9 !important;
    color: #000 !important;
}
.boutonexport .btn-secondary:hover
{
    background-color: #7c7c7c !important;
}
.boutonexport
{
    padding: 10px;
    display: inline-block;
}
.boutonexport
{
    margin-top: 10px;
}
.boutonexport .btn
{
    padding: 0.5rem 0.7rem;
    color:#000000;
    background-color: #ffffff !important;
}
.boutonexport .btn:hover{
    background-color: #00b5b8 !important;
}
.tableCarton th, .tableCarton td
{
    padding:0.5rem;
}
.totalcol{
    background-color: #eaf5fd !important;
}
.btoccol{
    background-color: #ecfdea !important;
}
.btobcol{
    background-color: #fdf1ea !important;
}