
.sidebar-nav {padding: 9px 0;}

/* Add your custom CSS here. */

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.reservation_detail{
  	margin-top:50px;
}

.reservation_detail h1{
	background: #2E3334;
	margin:10px 0;
	text-align: center;
	padding:7px;
	font-weight: bold;
	color:#fff;
}

.reservation_detail h1.first{
	background: #EE1C25;
}

.reservation_detail span{
	font-size:16px;
	display: block;
}

.reservation_detail span.titre-detail{
	font-weight: bold;
	display: inline;
}

.reservation_detail a.icon-trash{
	
}

.reservation_detail .info-service:nth-child(odd){
	float:right;
}

.reservation_detail .info-service{
	float:left;
	width:45%;
	margin-top:40px;
	padding:10px;
	background: #999999;
	border-radius: 5px;
	
}

.reservation_detail .info-service .nom_service{
	color:#EE1C25;
	font-weight:bold;
	text-align:center;
	margin-bottom: 10px;
}

#creneau_dispo h1{
	margin-bottom:30px;
}

#creneau_dispo ul{
	margin-top:30px;
}

#creneau_dispo ul li{
	list-style: none;
	display: block;
	width:100%;
	padding:10px;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	margin-bottom:15px;
	background:#6E6E70;
	color:#fff;
}

.add-reservation h1{
	margin-bottom:30px;
}

.add-reservation label{
	font-size:20px;
	text-decoration: underline;
	margin-bottom:10px;
	margin-top:10px;
}

.add-reservation .add-client{
	margin-left:20px;
	margin-right:5px;
	font-size:16px;
}

.add-reservation .add-vehicule{
	margin-left:20px;
	margin-right:5px;
	font-size:16px;
}

.add-reservation .refresh-client{
	color:#EE1C25;
	cursor:pointer;
}

.add-reservation .refresh-vehicule{
	color:#EE1C25;
	cursor:pointer;
}

.add-reservation .add-service h3{
	margin-top:10px;
}

.add-reservation h2{
	margin-top:15px;
}


.add-reservation .add-service .add_service_tmp{
	margin-top:20px;
	font-size:16px;
}

.add-reservation .add-service p{
	margin-top:10px;
	margin-bottom:10px;
}

.add-reservation .choix_creneau{
	margin-top:20px;
	width:300px;
	font-weight:bold;
	font-size:16px;
	margin:0 auto;
	display: block;
}

.add-reservation .delete-add-service{
	color:#EE1C25;
	cursor:pointer;
}

.supprimer-reserv{
	color:#000;
	float:right;
	text-decoration: none;
}

.supprimer-reserv:hover{
	color:#fff;
	text-decoration: none;
}

.update-creneau-bt{
	margin-right:30px;
}

.statut_rdv{
	margin-top:20px;
}

.statut_rdv b{
	color:#EE1C25;
}

.statut_rdv h2{
	margin-bottom:10px;
}

.statut_rdv p{
	text-decoration: underline;
}

.statut_rdv #click-update-statut-rdv{
	margin-left:10px;
}

#attention_creneau{
	color:#EE1C25;
	text-align: center;
	font-size:30px;
	margin-bottom: 50px;
	font-weight:bold;
}

.bt-add-serv-res{
	margin-top:20px;
	font-size:16px;
}

#bloc_champ_complementaire p{
	margin-top:10px;
	margin-bottom:10px;
}

.add-service h3{
	margin-top:20px;
}

.delete-service-detail-rdv{
	float:right;
}