/* *** COLORS *** */

.ok{
	color: #58D68D;
}
.ko{
	color: #CB4335;
}

.comment {
	color: dimgray;	
}

.d-OK {
	background-color: #ABEBC6;
}
.d-LOW {
	background-color: #F8C471;
}
.d-HIGH {
	background-color: #E74C3C;
}
.d-ERR {
	background-color: lightgray;
}

.d-nul,
.d-OK,
.d-LOW,
.d-HIGH,
.d-ERR {
	cursor: pointer;
	width:25px;
}

.d-corrige {
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: 15px;
}
.pointer {
	cursor: pointer;
}

.badge {
	margin-left: 5px; 
	font-size: 10px;
}
.badge-ok {
	background-color: #58D68D;
	color: white;
}
.badge-low {
	background-color: #F8C471;
	color: white;
}
.badge-high {
	background-color: #E74C3C;
	color: white;
}
.badge-err {
	background-color: dimgray;
	color: white;
}

/* *** MAP *** */


.map-overlay { 
	z-index: 98; 
	text-align: center;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	font-weight: 500!important;
}

.map-overlay-btn {
	z-index: 98; 
	text-align: center;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 8px;
	font-weight: 500!important;
	border-radius: 3px;
	margin: 10px;
}

.map-overlay .map-overlay-inner {
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
}

.map-overlay .card {
	background-color: rgba(255,255,255,0.7);
}

.map-overlay .card-body {
	padding: 7px;
}

.map-overlay hr {
	margin: 6px 0px;
}

.mapboxgl-ctrl-attrib,
.mapboxgl-ctrl {
	display: none!important;
}

#poids-form .form-check-label{
	border-left-style: solid;
	border-left-width: 5px;
	padding-left: 5px;
}

#puce-form .form-check-label{
	padding-left: 5px;
}

#chaise-form .form-check-label{
	padding-left: 5px;
}