/* Commission calc/report styling, absorbed from the Altairis 'Commissions' module (GPLv3,
 * (C) Christophe Battarel). Static CSS: served as a plain file (it used to be a .css.php that
 * bootstrapped main.inc.php on every Dolibarr page load, for ~20 lines of static rules). */

table#rates th, table#rates td {
	text-align: center;
}

.ui-widget-header {
	background: none;
	border: none;
	color: inherit;
	font-weight: inherit;
}

div.selMonth .ui-datepicker-calendar {
	display: none;
}
div.selMonth select.ui-datepicker-month {
	width: 100px;
}
div.selMonth select.ui-datepicker-year {
	width: 80px;
}
div.selMonth .ui-datepicker, div.selMonth .ui-datepicker-header {
	width: 240px;
}
