/* PLANNING */
/* JOUR */
.verticalR{
	text-align: center;
	color: #17a2b8;
	font-size: 1.1em;
}
.verticalL{
	text-align: center;
	color: #be1e2d;
	font-size: 1.1em;
}
.left{
	background-color: #eee;
}
.right{
	background-color: #ccc;
}
.mission{
	height: 470px;
}
.btnMD{
	background-color: #555;
}
.btnVal{
	background-color: #28a745;
}
.zoneBtnM2{
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.img0{
	background-image: url('../img/mydayVide.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.img1{
	background-image: url('../img/mydayVideClient.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.img2{
	background-image: url('../img/m2Vide.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.img3{
	background-image: url('../img/m1AMClient.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.img4{
	background-image: url('../img/m1AMVide.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.img5{
	background-image: url('../img/m1MVide.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.img6{
	background-image: url('../img/m1MClient.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* MOIS */
.celDay{
	height: 100px;
	font-size: 0.85em;
}
.noDD{
	background-color: #be1e2d;
	color: #f8f9fa;
}
.activ{
	background-color: #555;
	color: #f8f9fa;
	border-left : solid 1px #555;
}
.goDay:hover{
	background-color: #999966;
	cursor: pointer;
}
.selectM1Supp:hover{
	font-weight: bold;
	cursor: pointer;
}
/* SEMAINE */
.celWeek{
	min-height: 460px;
}
/* FIN PLANNING */
.calendarBtn.activ{
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}
/* FRAIS */
.formPlus, .fraisErreur, .viaMichelinWork{
	display: none;
}
#mapContainer{
	width: 800px;
	height: 600px;
}
.vmapi-completion.zIndex {
	z-index: 2000;
}
/* MISSION LIST */
.targetBg{
	background-color: #faad2d;
	color: #333;
}