
/* DatePicker Container */
.ui-datepicker a {
	-webkit-transition-property:none; 
	-moz-transition-property:none;
	transition-property:none;
}
.ui-datepicker.actif {
	width: 391px;
	height: auto;
	background: #f0eeeb;
	margin: 5px auto 0;
	border: 1px solid #dbd7ce;
	padding-bottom: 10px;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 95%;
    margin: 0 auto;
}
.ui-datepicker-header {
	background: #000;
	color: #000;
	line-height: 30px;
}
.ui-datepicker-title {
	text-align: center;
	background: #dbd7ce;
	color: #000;
    text-shadow: none;
    font-size: 1.8em;   
    height: 50px; 
}
.ui-datepicker-title span {
	font-family:'bold',Arial,Verdana,sans-serif;
	line-height: 2.5em;
	text-transform: uppercase;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 5em;
	overflow: hidden;
	color: #000;
    text-shadow: none;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f0eeeb;
	border-bottom: 1px solid #dbd7ce;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 15px 0;
	color: #000;
	text-align: center;
	font-family:'bold',Arial,Verdana,sans-serif;
}
.ui-datepicker tbody {
	/*padding: 10px 0;
	background: #f0eeeb;*/
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td {
	border: 3px solid #f0eeeb;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 46px;
    height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 1.27em;
}
.ui-datepicker-calendar .ui-state-default {
	background: #ebe8e4;
}
.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-datepicker-today a.ui-state-hover {
	/*background: #dbd7ce;*/
	background-color: #bc056d;
	color:White;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}