/* ---- Général ----------------------------------------------------------------------------------------------------- */
.wait {
	display:				none;
}
.bord {
	border:					1px solid blue;
}

.pointer { cursor: pointer; }


/* ---- Calendrier -------------------------------------------------------------------------------------------------- */
.jour {
	min-height: 			40px;
	border:					1px solid #D3E1DE;
	border-radius:			5px;
}

.jour.selectionne {
	border:					2px solid #24695c;
}

.jour.passe {
	background-color: 		#eef8f6;
}

.voiture {
	font-size:				11px;
}

/*------------------------------------------------------------------------------------------------------------------- */
/*  Drag and drop                                                                                                     */
/*------------------------------------------------------------------------------------------------------------------- */
.single-file-drop {
	margin-top:25px;
	text-align: center;
	border: 1px dashed #e6edef;
	border-radius: 5px; }
.single-file-drop h4 {
	padding: 50px 0 45px;
	line-height: 1.4; }
.single-file-drop img {
	max-width: 100%; }
.single-file-drop.profile-drop {
	display: inline-block;
	min-width: 200px;
	height: 200px;
	margin: 4px 0 8px;
	overflow: hidden;
	position: relative; }
.single-file-drop.profile-drop h4 {
	padding-top: 70px; }
.single-file-drop.profile-drop img {
	max-width: none;
	height: 200px; }
.single-file-drop.hover { border-color:#24695c; }
