
/*init*/
.ui-datepicker table {width: 100%;border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th {border: 0; }
.ui-datepicker td {border: 0;padding: 1px;}
.ui-datepicker td span, .ui-datepicker td a { display: block;text-decoration: none; }
	


/* Container */
	.ui-datepicker {
	position:relative;
	z-index: 99999 !important;
	background:#fff;
	width: 300px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .5);
	border-radius:5px;
	}
	.ui-datepicker a {text-decoration: none;}
	.ui-datepicker table {width: 100%;}

	.ui-datepicker-header {
	background: #333;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #fff;
	}
/*header année-mois*/	
	.ui-datepicker-title {text-align: center;}
	.ui-datepicker-prev,
	.ui-datepicker-next {cursor: pointer;}
	.ui-datepicker-prev {margin:4px 0 0 5px;}
	.ui-datepicker-next {margin:4px 5px 0 0;}
	.ui-datepicker-prev span {background-image: url('images/arrow_L.png') !important; background-position: 0px 0px !important;}
	.ui-datepicker-next span {background-image: url('images/arrow_R.png') !important; background-position: 0px 0px !important;}
	.ui-datepicker-prev:hover, .ui-datepicker-next:hover {background:rgba(255,255,255,0.2);border:none;}
	
/*select année*/	
	select.ui-datepicker-month,
	select.ui-datepicker-year {
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background:rgba(255,255,255,0.1);
    display:inline-block;
    margin:0 0 0 5px;
    padding:1px 0 1px 8px;
    border:none;
    color:#fff;
    font-weight:bold;
    outline:none;
    height:25px;
    line-height:23px;
    position:relative;
    top:2px;
    }
    select.ui-datepicker-month:hover,
	select.ui-datepicker-year:hover {background:#656565;}

/*jour de la semaine*/
	.ui-datepicker thead {
	background-color: #f7f7f7;}
	.ui-datepicker th {text-align:center;
	text-transform: uppercase;
	font-size: 6pt;
	padding: 6px 0;
	color: #555;
	border-bottom:1px solid #fff;
	}
	
/*calendrier bordures*/		
	.ui-datepicker tbody td {padding: 0;border-right: 1px solid #fff;}
	.ui-datepicker tbody td:last-child {border-right: 0px;}
	.ui-datepicker tbody tr {border-bottom: 1px solid #fff;}
	.ui-datepicker tbody tr:last-child {border-bottom: 0px;}
	
/*calendrier style cases*/	
	.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666666;
	border: none;
	}
	.ui-datepicker-calendar .ui-state-default {
	background: #f0f0f0;
	margin:0;border-radius:0;
	border: none;
	}
	.ui-datepicker-calendar .ui-state-hover {background: #e7e7e7;}
	
/*calendrier style date active*/	
	.ui-datepicker-calendar .ui-state-active {background: #333;color: #fff;border: none;position: relative;}
	.ui-datepicker-unselectable .ui-state-default {background: #f4f4f4;color: #b4b3b3;}
	.ui-datepicker-calendar td:first-child .ui-state-active {width: 100%;margin-left: 0;}
	.ui-datepicker-calendar td:last-child .ui-state-active {width: 100%;margin-right: 0;}
	.ui-datepicker-calendar tr:last-child .ui-state-active {height: 29px;margin-bottom: 0;}
	
/*bouton maintenant*/	
	.ui-state-default{background: #e7e7e7;border:none;margin:8px;border-radius:5px;}
		
/*compteur heures*/
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { position:relative;top:-18px;font-size:2em;background: none; color: inherit; border: none; outline: none;}
.ui-timepicker-div .ui_tpicker_time {margin:0 0 0 70px;height:22px;}

/*heures et minutes*/	
	.ui-slider {position: relative; text-align: left; background: #d7d7d7; z-index: 1;height:3px;
			box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset; }
	.ui-slider .ui-slider-handle {cursor: pointer;background: url('images/slider_handles.png') -4px -26px no-repeat;-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;width: 23px;height: 23px;position:absolute;z-index: 2;top:-16px;border: none;outline:none}
	.ui-timepicker-div dl { text-align:left; padding:10px 10px 0 10px;font-size:1em;color:#666;}
	.ui-timepicker-div dl dt { height: 40px; margin-bottom: -33px;}
	.ui-timepicker-div dl dd { margin: 0 0 15px 75px; }
	.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }


/*secondes - millisecondes*/
	.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }





	
