

.agenda_modal	{
	border-collapse: collapse;
	border-radius : 4px;
	background-color:#f4f5f7;
	overflow: hidden;
	
    width: 310px;
}
.agenda_modal th {
	font-size: 0.9em;
}
.agenda_modal td		{
	width:40px;
	height:32px;
	text-align:center;
	font-size: 0.8em;
}
.agenda_modal .entete		{
	height:45px;
    font-size: 1em;
	background-color: #3b3b3b;
	color:#FFFFFF;
}
.agenda_modal .sousentete		{
	height:45px;
	font-size: 0.9em;
}
.agenda_modal .sousentete img, .agenda_modal .entete	img	{
	width:25px;
	height:25px;
	filter:invert(100%);
}
.agenda_modal .date_unique	{
	padding: 5px;
	border-top-left-radius : 8px;
	border-bottom-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
}
.agenda_modal .debut	{
	padding: 5px;
	border-top-left-radius : 8px;
	border-bottom-left-radius : 8px;
}
.agenda_modal .encour	{
	padding: 5px;
}
.agenda_modal .fin	{
	padding: 5px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
}



.agenda_modal .utilisation	{
	background-color:orange!important;
}
.agenda_modal .immobilisation	{
	background-color : #ccc;
	width:calc(100%-20px);
	padding:10px;
}

.agenda_modal .heure select		{
	color:#ffffff;
	padding:10px;
	text-align:center;
	font-family:bold;
	border-radius:7px;
	
    height: 40px;
    width: 48px;
    font-size: 0.7em;
	padding:0px;
	margin:5px;
	background-color: #3b3b3b;
}
.agenda_modal .heure		{
	vertical-align:middle;
	text-align:center;
	/* font-size:12px; */
	width:100px;
    padding-right: 0;
}



.agenda_modal .date_select	{
	font-family:bold;
	color:#ffffff;
	background-color: #3b3b3b;
}
.agenda_modal .date	{
	background-color : #FFFFFF;
	color:#848484;
}

