/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.factureEtat.etatpartiellementpaye, .factureEtat.etat_deadline_14, .devisEtat.etatpartiellementpaye, .devisEtat.etat_deadline_14{
  background-color: #5261b7;
  color: #fff;
}

/* Modal facturesActionsModal */
#facturesActionsModal h5 {
  text-align: center;
  margin-bottom: 15px;
}
#facturesActionsModal h5 .modal-title-main {
  font-size: 1.2em;
  font-weight: 600;
}
#facturesActionsModal h5 small {
  font-size: 0.85em;
  color: #666;
  font-weight: 400;
}

/* Indicateur chèque en attente / validé */
.pending-check-indicator {
  display: inline-block;
  padding: 2px 6px;
  background-color: #fff3cd;
  color: #856404;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  cursor: help;
}
.pending-check-indicator i {
  color: #856404;
}
.pending-check-indicator.check-validated {
  background-color: #d4edda;
  color: #155724;
}
.pending-check-indicator.check-validated i {
  color: #155724;
}
.pending-check-indicator.check-other {
  background-color: #e2e3e5;
  color: #383d41;
}
.pending-check-indicator.check-other i {
  color: #383d41;
}