/**
 * 2015-2024 Chronopost SAS
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (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:
 * https://opensource.org/licenses/AFL-3.0
 * 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 licence@chronopost.fr so we can send you a copy immediately.
 *
 * @author    Chronopost SAS <contact@chronopost.fr>
 * @copyright 2015-2024 Chronopost SAS
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
#chronordv_container {
	margin: 20px auto;
}

#chronordv_container th {
	font-size: 0.85rem;
}
#chronordv_container tbody th {
	font-size: 0.80rem;
}

#chronordv_container td.inactive {
	background-color:#aaaaaa;
}

#chronordv_container td.incentive {
	background-image:url('../img/eco.png');
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #e2f0e0;
}

#chronordv_container td {
	padding: 5px 5px 20px 15px;
}

.page-order #chronordv_container th {
	padding: .15rem;
}

.page-order #chronordv_container td {
	padding: 0.4rem 0.15rem 1rem 0.2rem;
}

#chronordv_dummy_container {
	display: none;
}
