@charset "utf-8";
/* CSS Document */

span.infos { color: #FF0000; font-size: 14px; line-height: 15px; display: inline-block; margin-top: 10px; }

.datepicker { min-width: 15rem; z-index: 999 !important; }
.datepicker table { width: 100%; }
.datepicker table th, .datepicker table td {
	text-align: center !important;
	cursor: pointer;
}
.datepicker table tr td.today { background-color: #28a745; color: #fff !important; }

