/* 
    Created on : 24 avr. 2014, 11:19:53
    Author     : pascal
*/
.ui-datepicker {
	font-size: 11px;
}
div#calendar {
    width: 50%;
    border: 1px solid lightgray;
    text-align: center;
    float: left;
    font-family: Verdana, DejaVu Sans;
    font-size: 0.9em;
    margin-left: 30px;
    padding: 20px;
    
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;    
}

div#calendar_head{
	margin-right: 25px;
}

div#calendar_body {
    clear: both;
    overflow: auto;
    height: 600px;
    margin: auto;
    text-align: center;    
}

div.jour,
div.libelle_jour{
    float: left;
/*     border: 1px dashed black; */
    margin: 3px;
    padding: 3px;
}

div.jour {
	    background-color: white;
}

div.libelle_jour {
    width: 3em;
}

div.intervalle{
    height: 10px;
    width: 100%;
    border-top: 1px dotted white;    
}

div.libelle_heure{
    text-align: right;
    height: 10px;
    width: 100%;
    border-top: 1px solid transparent;
}

div.intervalle.heure {
    border-top: 1px solid white;
}

div.intervalle.ferme,
div#l_ferme,
div#legende_mg_ferme {
    background-color: lightgray;
    cursor: not-allowed;
}

div.intervalle.reservation_fermee,
div#l_nonreservable, 
div#legende_mg_nonreservable {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

div.intervalle.libre{
	background-color: #EBFFC7;
	cursor: cell;
}

div#l_disponible,
div#legende_mg_disponible  {
    background-color: #EBFFC7;
    cursor: not-allowed;
}

div.intervalle.plein,
div#l_complet,
div#legende_mg_complet {
    background-color: #FFCCCC;
    cursor: not-allowed;
    
}

div.intervalle.arrivee-interdit {
	cursor: not-allowed;	
}

div#waiting{ 
    /*border: 1px solid black;*/
}
/* CSS: Notice 'waiting-blocks' className matches waiting option*/
.waiting-blocks{ padding: 0; display: inline-block; }
.waiting-blocks-element{ background-color: #caddfb; border: solid 1px #c9ccdb;
    margin: 0 2px 0 0; width: 10px; height: 10px; display: inline-block; 
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.waiting-blocks-play-0{ background-color: #b0c5ee; }
.waiting-blocks-play-1{ background-color: #caddfb; }




div#reservation{
    background-color: lightblue;
    opacity: 0.8;
    z-index: 10;
}

div#reservation.reservation-valide{
    background-color: green;
}

div#reservation span#horaires_rt{
	font-size: 0.8em;
}

div#info_message_verif{
	margin: 10px;
  	padding: 2px 10px;
  	background: #ffe2de;
  	border-radius: 10px 10px 10px 10px;
  	border: #ff644d 1px solid;
  	display: block;	
}

div.fenetre{
    position: fixed;
    z-index: 20;
    background-color: white;
    border: 1px solid gray;
    display: none;
    padding: 20px;  
    line-height: 1.8em;  
    cursor: move;
}

div#semainePrecedente {
	float: left;
	width: 32px;
	height: 32px;
	background-image: url(../img/templates/lmb/previous.png);
/* 	border: 1px solid black; */
	cursor: pointer;
}

div#semaineSuivante {
	float: right;
	width: 32px;
	height: 32px;
	background-image: url(../img/templates/lmb/next.png);
/* 	border: 1px solid black; */
	cursor: pointer;	
}

div.fenetre hr { 
	margin-top: 2em;
	margin-bottom: 1.5em;
	width: 75%;
}

div.fenetre a{
	color: #1050C0;
	text-decoration: none;
}

div.fenetre a:hover{
	color: #1050C0;
	text-decoration: underline;
}

div.fenetre h1 {
	width: 80%;
	color: #1050C0;
	font-family: Arial;	
	font-size: 1.2em;
	font-weight: bold;
	
	
}

div.X {
	background : url(../img/combined.png) 0 0;
	height: 13px;
	width: 13px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

div.planning_enfant{
    background-color: #00FFFF;
    opacity: 0.6;
    overflow: hidden;
    z-index: 15;
}

div.planning_enfant div.libelle_reservation {
	background-color: inherit;
	width: 94%;
	margin: 10px auto auto auto;
	border: 1px dotted gray;
	padding: 5px 0px 10px 0px;
}

div.valide {
	color: black;
	font-weight: bold;	
	background-color: #20C40E;	
	
}

div.enattente,
div.entraitement {
	/*background:  url(../img/templates/lmb/hachure-orange.png);*/
	color: black;
	font-weight: bold;
	/*background-color: #EBAC00;	*/
	background-color: #29a194;	
}

div.refuse {
	background:  url(../img/templates/lmb/hachure-rouge.png);
	background-color: #E00000;
	color: black;
	font-weight: bold;
}
div#legende {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#titre_calendrier {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.carre_legende{
	display: inline-block;
	width: 30px;
	height: 15px;
	border: 1px solid black;
}

div#legende_mg {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	
}
div.carre_legende_menu_gauche{
	display: block;
	height: 1.1em;
	border: 1px solid black;
	text-align: center;
	margin-bottom: 2px;
}

div.l_libelle {
	display: inline-block;
	line-height: 15px;
	height: 15px;
	padding-left: 5px;
	margin-right: 20px;	
}
