



table {
    border-collapse:separate;

}

table.tabbooking-main{
	border-spacing: 0px 0px;
}

table.tabbooking-main  td{
	border-right: solid 1px #999996;
	padding-left: 10px;
	padding-right: 10px;
}

table.tabbooking-slot{
	border-spacing: 5px;
}


table.tabbooking-slot  td {
	padding-left: 10px;
	padding-right: 10px;
    background-color: white;
    border-radius: 5px;
    margin-right: 5px;
}



.text_vertical{
	position: relative;
	transform: rotate(90deg);
	
	
}


table.tabbooking-slot td.slot_nok{
	background-color : #fff;
	color: #999996;
	border: solid 1px #fff;  
	
}

table.tabbooking-slot td.slot_available{
	background-color : #fff;
	color: #3F99EC;
	border: solid 1px #3F99EC;    
	cursor: pointer;

}


table.tabbooking-slot td.slot_nok:hover {
		background-color : #fff!important;
	color: #999996!important;
	border: solid 1px #fff!important;
}
table.tabbooking-slot  tr:hover  td.slot_view:first-child{
    background-position: 0px -81px;
    color: #fff;
	background-color : #ec503f;
	border-color: #ec503f;
}



#calendrier{
	display: inline-block;
	position: relative;
    width: auto;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }


@media (max-width: 480px){
	.Agenda_col_0 {
		display: none;
	}
	.Agenda_col_3 {
		display: none;
	}
	.Agenda_col_4 {
		display: none;
	}
	.Agenda_col_5 {
		display: none;
	}
	td{
	width :80px;
	}
}


