.new-mission{ 
	text-align: center;
	margin: 5px 0px;
	border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 10px 5px;
}
.new-mission-actif{
	background-color: #FFDFDF;
}
.new-mission-actif-reception {
	background-color: #F3BBFF;
}
.new-mission-inactif{
	background-color: lightgrey;
}
.ecran-valid{
	display: none;
	background-color: #FFF;
	margin-top: 10px; 
	text-align: center;
}
.ecran-valid-actif{
	display: flex; 
	background-color: #FFDFDF;
}
.ecran-valid div {
	color: white;
	background-color: #FFDFDF;
}
.external-screen{
  position: fixed;
  top: 0px; 
  left: -10000px;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  transition: all 2s;
  
}
.external-screen-menu{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
}
.external-screen-add-comment{
	display: none;
}
.external-screen-add-quai{
	display: none;	
}
.wh-33{
	width: 33.33%;
}
.wh-20{
	width: 20%;
}
.inlineFlex{
	display: inline-flex;
}
.white{
	color: #FFF;
}
.bottom-right-bulle{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #01467F;
	color: white;
	position: fixed;
    bottom: 50px;
    right: calc(50% - 25px);
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}

.booking-line-histo{
	background-color: #C1C1C1!important;
	display : none;
}