/* @override 
	http://grogro.local:8888/~max/iPhiGeNie/www/vues/style/baliseGPS.css
	http://localhost:8888/~max/iPhiGeNie/www/vues/style/baliseGPS.css
*/

/*div.suivi {
}*/

.suivi table {
	border-collapse: collapse;
}

td, th {
	border: solid 1px grey;
	padding: .2em 0.7em;
}

th {
	text-align: center;
}

td {
	text-align: center;
}

td.droite {
	text-align: right;
}

span.balise_id {
	font-weight: bold;
	float: left;
	color: #a52827;
}

span.balise_etat {
	font-style: italic;
}

label {
}

legend {
	font-weight: bold;
}

.id_suivi input {
	float: right;
	position: relative;
	bottom: .2em;
}

.id_suivi p {
	text-align: center;
	padding: 0.25em .5em;
	padding-left: 25px;
	background: silver url(img/t_r_e.png) no-repeat 5px center;
}

.id_suivi p.ouvert {
	background-image: url(img/t_r_s.png);
}

.id_suivi p:hover {
	background-color: #a7b482;
}

#geoportail {
	width: 103%;
	height: 500px;
	/*min-height: 200px;*/
	margin-top: 20px;
	margin-left: -1.5%;
}

.ol-popup {
        position: absolute;
        background-color: rgba(255,255,255,0.8);
        /*-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));*/
        padding: 5px;
        border-radius: 10px;
        /*border: 1px solid #cccccc;*/
        bottom: 12px;
        left: -50px;
}
      
.ol-popup:after/*, .ol-popup:before*/ {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      
.ol-popup:after {
        border-top-color: rgba(255,255,255,0.8);
        border-width: 10px;
        left: 50px;
        margin-left: -10px;
      }
      
/*.ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }*/
      
.ol-popup-closer {
        text-decoration: none;
        color: red;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      
.ol-popup-closer:after {
        content: "✖";
      }
