.filterbtn{
	margin-bottom: 15px;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #FFE082;
}

.btn-purple{
    color: #fff;
    background-color: #9C27B0;
    border-color: #7B1FA2;
}

.btn-purple:hover {
    color: #fff;
    background-color: #6A1B9A;
    border-color: #4A148C;
}

.imgArticle{
    height: 50px !important;
    widtyh: auto;
}

/*======================= Tableau de bord - style ==================== */
/*==================================================================== */

/* Heading Panel */
.panel-default>.panel-heading.heading-tableau-nombre{
    background-color: #337ab7 !important;
    color: #FFFFFF;
}

.panel-default>.panel-heading.heading-tableau-classement{
    background-color: #d3eacc !important;
    color: #033A24;
}

.panel-heading.heading-classement{
    background-color: #d3eacc;
    color: #033A24;
}

.item-podium{
    padding-top: 20px;
    padding-bottom: 20px;
}


/*======================= Text Area - ListePositiveShow (commentaire) ==================== */
/*==================================================================== */

.resizeVertical{
    resize:vertical;
}

.show{
    display: block !important;
}


tr.ligneGrisee {
    background-color:#EFEFEF;
}

.ml-2 {
    margin-left: 20px;
}

/*======================= IMAGES ARTICLE ET SIGNATURE ==================== */
/*==================================================================== */

.images_center img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.table-delete-user {
    min-width: 100%;
    margin-top: 25px !important;
}

.table-delete-user thead th:first-child,
.table-delete-user tbody td:first-child {
    text-align: center;
    min-width: 2%;
    max-width: 2%;
}

.table-delete-user thead th,
.table-delete-user tbody td {
    width: 50px !important;
}


/*STATISTIQUES*/

#statistique_form {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.statitistique-export-button{
    margin-bottom: 15px;
}

#commande_validation_admin_commentaireRT,
#commande_validation_admin_commentaireBL {
    min-height: 115px !important;
}