.disableSave {
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}
/*
body::-webkit-scrollbar {
    width: 0.2em;
}


body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
*/

.tab_scroll_menu::-webkit-scrollbar {
    width: 0.2em;
	height: 0.2em;
}
.tab_scroll_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.tab_scroll_menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


#urbiotica_buttons::-webkit-scrollbar {
    width: 0.2em;
	height: 0.2em;
}
#urbiotica_buttons::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
#urbiotica_buttons::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#urbiotica_cfg_div::-webkit-scrollbar {
    width: 0.2em;
	height: 0.2em;
}
#urbiotica_cfg_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
#urbiotica_cfg_div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.urbiotica_buttons_space {
	min-width: 10px;
	max-width: 20px;
	
}

@font-face {
	font-family: "FontAwesome";
	src: url('font/fa-solid-900.eot');
	src: local('?'), url("font/fa-solid-900.woff2") format("woff2"),  url("font/fa-solid-900.ttf") format("truetype");
}	

body {
	
	overflow:hidden;
}



table {
/*
	font-size: 1em;
	*/
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

html, body, #map, #map2 {
	font-family: Arial, Helvetica, sans-serif,FontAwesome;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
} 

.urbiotica_buttons_css {
	height:40px;
	width: 50px;
	border-radius: 4px;
	border: 2px solid rgb(210, 210, 210);
}

.urbiotica_buttons_css:hover {
	border: 2px solid black;
}


.generique_buttons_css {
	height:40px;
	width: 50px;
	border-radius: 4px;
	border: 2px solid rgb(210, 210, 210);
	transition: 0.3s;
}

.generique_buttons_css:hover {
	border: 2px solid black;
}


.urbiotica_buttons_history_css {
	height:40px;
	width: 50px;
	border-radius: 4px;
	border: 2px solid rgb(210, 210, 210);
	background: url('../../../../data/core/images/markers/chart_history.png') no-repeat 4px 0px;
	background-size: 40px auto;

}

.urbiotica_buttons_history_css:hover {
	border: 2px solid black;
}

.urbiotica_buttons_calendar_css {
	height:40px;
	width: 50px;
	min-width:50px;
	border-radius: 4px;
	border: 2px solid rgb(210, 210, 210);
	background: url('../../../../data/core/images/markers/chart_calendar.png') no-repeat 6px 0px;
	background-size: 40px auto;
	text-align:left;
}

.urbiotica_buttons_calendar_css:hover {
	border: 2px solid black;
}

.heatLayer_calendar_nav {
	display: none; 
	opacity:0; 
	font-size: 14px; 
	transition: opacity 0.2s; 
	-webkit-transition: opacity 0.2s;
	text-align: left;
	padding-top: 2px;
	/*padding-left: 55px;*/
}

#urbiotica_buttons_calendar_week {
	display: inline-block;
	font-weight: bold; 
	font-size: 9px; 
	text-align: center; 
	margin-top: 15px; 
	width: 50px;
	margin-left: 2px;
}

.urbiotica_last_date_css {
	font-weight: bold; 
	border-radius: 4px;
	background-color: rgb(240, 240, 240); 
	cursor: pointer;
	border: 2px solid rgb(100, 100, 100);
	padding: 5px; 
	text-align: center;
	width: 300px;
}

.urbiotica_last_date_css:hover {
	border: 2px solid black;
}

/*
.urbiotica_buttons_css:active {
	background-color : rgba(0,50,190,0.4);
	border: 2px solid black;
}
*/


 .ui-autocomplete {

    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
	
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 300px;
  }

.hoverLine:hover {background-color: #f5f5f5;}

.parent_iframe{
    margin-top: 50px;
    position: absolute; 
    top: 0px; 
    left: 0px;
    right: 0px; 
    bottom: 0px;
}

.marker_ville  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/ville.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}

.marker_ville_black  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/ville_black.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}

.marker_domaine  {
	background-color: rgba(0, 0, 0, 0);
	width: 350px; 
	height: 350px;	
	background-image: url('../../../../data/core/images/markers/citysolution_edf.png'); 
	background-size: 55%; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: bottom;
	text-align: center;
}

.marker_parking  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/parking.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}



.marker_src  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/pilotthings.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}

.marker_objets_connectes  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/armoire_iot.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}




.marker_ep  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/ep.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}

.marker_ep_black  {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 100px;	
	background-image: url('../../../../data/core/images/markers/ep_black.png'); 
	background-size: 100px 100px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: center;
}

.marker_secteur_black {
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/secteur_black.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_secteur_white{
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/secteur_white.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_secteur_red{
	background-color: rgba(0, 0, 0, 0);
	width: 100px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/secteur_red.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_armoire_black  {
	background-color: rgba(0, 0, 0, 0);
	width: 115px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/armoire_black.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_armoire_blue  {
	background-color: rgba(0, 0, 0, 0);
	width: 115px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/armoire_blue.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_armoire_autonome  {
	background-color: rgba(0, 0, 0, 0);
	width: 115px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/armoire_white.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_armoire_black_muni {
	background-color: rgba(0, 0, 0, 0);
	width: 115px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/armoire_black_muni.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_armoire_blue_muni  {
	background-color: rgba(0, 0, 0, 0);
	width: 115px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/armoire_blue_muni.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_armoire_iot  {
	background-color: rgba(0, 0, 0, 0);
	width: 115px; 
	height: 60px;	
	background-image: url('../../../../data/core/images/markers/armoire_iot.png'); 
	background-size: 60px 60px; 
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: bottom;
	text-align: center;
}

.marker_kawantech  {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/kawantech.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker_kawantech_json  {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/kawantech_place.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-lora {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/environnement.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-lora span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-cam {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/video.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-cam span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-borneVE {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/markerborneVE.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-borneVE span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-accesVoie {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/plotretractable.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-accesVoie span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-poubelle {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/poubelle.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-poubelle span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-poubelle-pleine {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/poubelle-pleine.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-poubelle-pleine span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-compteur {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/compteur.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-compteur span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-air-quality {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/air_quality.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-air-quality span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-compteur-air {
	background-color: rgba(0, 0, 0, 0);
	width: 65px; 
	height: 65px;	
	background-image: url('../../../../data/core/images/markers/marker_ep_air.png'); 
	background-size: 65px 65px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-compteur-air span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-poste {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/poste_ok.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-poste span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-chaufferie {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/chaufferie.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}
.marker-chaufferie span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-fluxurbain {
	background-color: rgba(0, 0, 0, 0);
	width: 30px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/pastille_bleu.png'); 
	background-size: 28px 28px; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: bottom;
	text-align: right;
}
.marker-fluxurbain span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-pedestrian {
	background-color: rgba(0, 0, 0, 0);
	width: auto; 
	min-width: 80px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/pedestrian-nb.png'); 
	background-size: 28px 28px; 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	vertical-align: bottom;
	text-align: right;
}
.marker-pedestrian span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-voiture {
	background-color: rgba(0, 0, 0, 0);
	width: auto; 
	min-width: 92px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/vehicule-nb.png'); 
	background-size: 28px 28px; 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	vertical-align: bottom;
	text-align: right;
}
.marker-voiture span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-velo {
	background-color: rgba(0, 0, 0, 0);
	width: auto; 
	min-width: 92px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/velo-nb.png'); 
	background-size: 28px 28px; 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	vertical-align: bottom;
	text-align: right;
}
.marker-velo span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-moto {
	background-color: rgba(0, 0, 0, 0);
	width: auto; 
	min-width: 92px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/moto-nb.png'); 
	background-size: 28px 28px; 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	vertical-align: bottom;
	text-align: right;
}
.marker-moto span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-camion {
	background-color: rgba(0, 0, 0, 0);
	width: auto; 
	min-width: 92px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/camion-nb.png'); 
	background-size: 28px 28px; 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	vertical-align: bottom;
	text-align: right;
}
.marker-camion span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-sound {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/sound.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
	transition : filter 0.4s;
	-webkit-transition : -webkit-filter 0.4s;
}


.marker-sound span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-ubox {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/sound_ubox.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
	transition : filter 0.4s;
	-webkit-transition : -webkit-filter 0.4s;
}


.marker-ep_urbio {
	background-color: rgba(0, 0, 0, 0);
	width: 30px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/marker_ep_urbio.png'); 
	background-size: 30px 30px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}





.position_car {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 45px;	
	background-image: url('../../../../data/core/images/markers/camion-nb.png'); 
	background-size: 45px 45px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.position_car span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-comm_ok {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/communication_ok.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-comm_ok span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-comm_ok_lamp {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/lamp.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-comm_ok_lamp span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-no_comm {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/no_communication.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-no_comm span {
   position: absolute;
   bottom: 0;
   right: 0;
}



.marker-lampeOFF {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/OFF.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-lampeOFF span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-lifi_comm_ok {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/lifi_communication_ok.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-lifi_comm_ok span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-lifi_no_comm {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/lifi_no_communication.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-lifi_no_comm span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-ajout_liaison {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/liaison.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-ajout_liaison span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-gps_on {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/gps_on.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-gps_on span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-gps_off {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/gps_off.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-gps_off span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.marker-step-next {
	background-color: rgba(0, 0, 0, 0);
	width: 30px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/step_next.png'); 
	background-size: 14px 14px; 
	background-repeat: no-repeat;
	background-position: 8px 2px;
	color: black; 
	display: inline-block;
	position: relative;
	font-size:10px; 
	left:-6px; 
	padding-top: 10px;
}





.marker-step-last {
	background-color: rgba(0, 0, 0, 0);
	width: 30px; 
	height: 30px;	
	background-image: url('../../../../data/core/images/markers/step_last.png'); 
	background-size: 14px 14px; 
	background-repeat: no-repeat;
	background-position: 8px 2px;
	color: black; 
	display: inline-block;
	position: relative;
	font-size:10px; 
	left:-6px; 
	padding-top: 10px;
}


.marker-deplacer {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/move.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-deplacer span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-comm_ok_xzig {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/radio_ok.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-comm_ok_xzig span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.marker-no_comm_xzig {
	background-color: rgba(0, 0, 0, 0);
	width: 45px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/radio_nocomm.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.marker-no_comm_xzig span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.progress {
    display: block;
    text-align: center;
    width: 0;
    height: 3px;
    background: red;
    transition: width .3s;
	position: absolute;
	z-index: 2000;
}
.progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

#formulaire_ajout {
	z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: 3px;
    margin-left: 3px;
    width: 244px;
    height: 344px;	
	background-color: rgba(255, 255, 255,0.8);
	border-radius: 5px; 
	
} 

#formulaire_ajout_bordure {
	z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -125px;
    width: 250px;
    height: 350px;
	background-color: rgba(0, 0, 0,0.1);
	border-radius: 5px; 
} 

.noselect{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
		 -o-user-select: none;
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

 .select-editable_lampe {
     position:relative;
     background-color:white;
     border:solid grey 1px;
     width:120px;
     height:18px;
 }
 .select-editable_lampe select {
     position:absolute;
     top:0px;
     left:0px;
     font-size:14px;
     border:none;
     width:120px;
     margin: 0;
 }
 .select-editable_lampe input {
     position:absolute;
     top:0px;
     left:0px;
     width:100px;
     padding:1px;
     font-size:12px;
     border:none;
 }
 .select-editable_lampe select:focus, .select-editable_lampe input:focus {
     outline:none;
 }
 
 
.leaflet-control-layers-toggle:after{ 
	content:"Layer"; 
	color:#000 ;
}


.leaflet-control-layers-toggle{ 

}

	/*
		background-image: url('../../../../data/core/images/markers/move.png'); 
	background-size: 45px 29px; 
	background-repeat: no-repeat;
	background-position: top-left;
    width:20px;
    background-position:0px 50% ;
    padding:0px;
    padding-left:0px;
    text-decoration:none;
    line-height:0px;
	height:20px;
	background-image: url('../../../../data/html/css/images/layers.png'); 
	*/


.mapsat {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/layers_sat.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.mapsat span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.smartcitybtn {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/armoire_iot.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.smartcitybtn span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.domainesbtn {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	/* background-image: url('../../../../data/core/images/markers/citysolution_edf.png'); */
	background-image: url('../../../../data/core/images/markers/citysolution_logo_tdb.png'); 
	
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.domainesbtn span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.parkingbtn {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/logo-parking2.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.parkingbtn span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.parking_icon {
	background-color: rgba(0, 0, 0, 0);
	width: 50px; 
	height: 50px;	
	background-image: url('../../../../data/core/images/markers/logo-parking-place_shadow.png'); 
	background-size: 50px 50px; 
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
	margin: -26px;
	pointer-events: none;
}

.parking_icon_libre {	
	filter: saturate(180%);
	-webkit-filter: saturate(180%);
}

.parking_icon_occupe {
	filter: saturate(190%) hue-rotate(140deg);
	-webkit-filter: saturate(190%) hue-rotate(140deg);
}

.parking_icon_inconnu {
	filter: saturate(0%) brightness(150%);
	-webkit-filter: saturate(0%) brightness(150%);
}

.parkingbtn_off {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/logo-parking2off.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.parkingbtn_off span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.parkingbtn_tx {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/logo-parking2tx.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.parkingbtn_tx span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.parkingbtn_pie {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/logo-parking2pie.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.parkingbtn_pie span {
   position: absolute;
   bottom: 0;
   right: 0;
}


.mapstreet {
	background-color: rgba(0, 0, 0, 0);
	width: 41px; 
	height: 41px;	
	background-image: url('../../../../data/core/images/markers/layers_street.png'); 
	background-size: 41px 41px; 
	background-repeat: no-repeat;
	background-position: top-left;
	vertical-align: bottom;
	text-align: right;
}

.mapstreet span {
   position: absolute;
   bottom: 0;
   right: 0;
}

.chartContainerStyle {
	height: auto;
	width: auto;
	max-width: 100%;
	min-height: 150px;
	min-width: 250px;
}

.fontOra {
	text-shadow: 1px 0px 0px grey;
	/*color: #fa7315; */
	color: #213971;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

/*
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-animation: fadein 1s; 
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s; 
  -o-animation: fadein 1s; 
  animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
*/
/*
.switch {
  position: relative;
	font-size: 2em;
 }

.switch input {display:none;}

.slider {
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;

	color: #EEE;
  text-shadow: 0 0 10px #000,0 0 5px #FFF;
}


input:checked + .slider {
	color: white;
	text-shadow:  0 0 3px #000,0 0 2px #000,0 0 2px #000,0 0 15px #555, 0 0 8px #555, 0 0 5px #555 ;
}

.slider_check {
	color: white;
	text-shadow:  0 0 3px #000,0 0 2px #000,0 0 2px #000,0 0 15px #555, 0 0 8px #555, 0 0 5px #555 ;
}

.loading_toggle {
	background:grey;
    animation:myfirst 1s;
	-moz-animation:myfirst 1s infinite; 
	-webkit-animation:myfirst 1s infinite; 
}
  @-moz-keyframes myfirst 
{
0%   {background:grey;}
50%  {background:white;}
100%   {background:grey;}
}
 
    @-webkit-keyframes myfirst 
{
0%   {background:grey;}
50%  {background:white;}
100%   {background:grey;}
}
*/
.txt-svg {
	position: relative;
	color: white;
}

.active {
	fill: "#FFF";
	opacity: 0.3;
	transition: "0.2s";
}

.lang_fr {
	cursor: pointer;
	transition: 0.3s;
}

.lang_fr:hover {
   color: white;
}

.lang_fr:active { 
	font-weight: bold;
}


.lang_en {
	cursor: pointer;
	transition: 0.3s;
}

.lang_en:hover {
   color: white;
}

.lang_en:active { 
	font-weight: bold;
}

.lang_fi {
	cursor: pointer;
	transition: 0.3s;
}

.lang_fi:hover {
   color: white;

}

.lang_fi:active { 
	font-weight: bold;
}


.lang_cn {
	cursor: pointer;
	transition: 0.3s;
}

.lang_cn:hover {
   color: white;

}

.lang_cn:active { 
	font-weight: bold;
}


.lang_es {
	cursor: pointer;
	transition: 0.3s;
}

.lang_es:hover {
   color: white;
}

.lang_es:active { 
	font-weight: bold;
}


.lang_select { 
	text-decoration: underline;
}

.pointer_click_pk {
    cursor: pointer;
	/* pointer-events: auto; */
}

.pointer_noclick_pk {
    cursor: not-allowed;
	/* pointer-events: none; */
}

.vis-item.vis-background.bleu {
		/* background-color: rgba(0, 0, 255, 0.2); */
		/* background-color: rgba(0, 77, 150,0.2); */
		background-color: rgba(209, 0, 0,0.2);
	}
	.vis-item.vis-background.bleuclair {
		/* background-color: rgba(0, 0, 255, 0.08); */
		background-color: rgba(173, 215, 255,0.2);
	}
	.vis-item.vis-background.transparent {
		 background-color: rgba(0, 0, 0, 0);
		
	}

.blank_page_css {
	z-index: 3001; 
	width: 100%; 
	height: 100%; 
	background-color : white;
	position: absolute;
	text-align: center;
	vertical-align: middle;  
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-flow: column nowrap; 
	text-shadow: 1px 0px 0px grey; 
	color: #213971; 
	line-height: 10px; 
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}


.graph_load_css {
	z-index: 3001; 
	width: 90%; 
	height: 90%; 
	background-color : white;
	position: absolute;
	text-align: center;
	vertical-align: middle;  
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-flow: column nowrap; 
	color: #12568c; 
	font-weight: bold;
	line-height: 10px; 
	font-size: 15px;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

.loading_page_css {
	z-index: 3000; 
	width: 100%; 
	height: 100%; 
	background-color : white;
	/*text-align: center;*/
	position: absolute;
}

.toggle_label_css {
	position: absolute; 
	height: 20px; 
	display: none;
	z-index: 1010;
}


.heatLayer_history_nav {
	/*
	width: 250;
	height: 50;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 3001;
	font-weight: bold; */
	font-size: 18px;
	/*background-color:white;*/
	/*pointer-events: none;*/
}

#heatLayer_history_controls {
	display:inline;
	white-space:nowrap;
	position: relative;
}

#heatLayer_history_controls a {
	display:inline;
	white-space:nowrap;
	text-decoration: none;
    color: black;
	-webkit-filter: none;
	filter: none;
    
}
/*
#heatLayer_history_controls a:focus {
	display:inline;
	white-space:nowrap;
	text-decoration: none;
	color: white;
	-webkit-filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black);
	filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black);

}
*/
.heatLayer_history_controls_speed {
	position: absolute; 
	right: 2px; 
	top: 9px; 
	font-size: 13px; 
	letter-spacing: 0px; 
	font-weight: bold; 
	color: black;
	/*
	filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black);
	-webkit-filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black);
	*/
	text-fill-color: white;
    text-stroke-width: 0.5px;
	-webkit-text-fill-color: white;
    -webkit-text-stroke-width: 0.5px;
}

.heatLayer_history_table_off {
}

.heatLayer_history_table_on {
	display: none;
}

.logout_css {
	width: 80px;
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 3002; 
	margin:-38px auto 0 auto;
}

.logout_div_css {
	position: absolute; 
	top: 100%; 
	left: 10px; 
	z-index: 3002; 
	margin:-5px auto 0 auto;
	font-size: 10px;
}

.convert_css {
	visibility: hidden;
	display: none;
}

.login_div_css {
	width: 250;
	height: 50;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 3001;
	pointer-events: none;
}

.login_div {
    border-style: solid;
    border-color:  #213971;
    color:  #213971;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-weight: bold;
  	overflow:hidden;
  	text-align:center;
  	transition: background-color .4s ease-in-out;
    background-color: white;
    width: 132px;
}

.login_div:hover {
  background-color: #92b0f4;
}


.login_div_lng {
	border-style: solid;
    border-color:  #213971;
    color:  #213971;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-weight: bold;
  	overflow:hidden;
  	text-align:center;
  	transition: background-color .4s ease-in-out;
    background-color: white;
    width: 40px;
}



.preloadimg_css {
	z-index: 3001;
	display: none;
}


.btn_easybutton {
	background-size: 31px 31px; 
	width: 31px; 
	height: 31px;
	margin: -4px 0px 0px -7px;
}
@-moz-document url-prefix() {
	.btn_easybutton {
		background-size: 27px 27px; 
		width: 27px ; 
		height: 27px ;
		margin: 0px 0px 0px -8px;
	}
}

.btn_easybutton_marker-deplacer  {
	background-size: 44px 28px; 
	width: 30px; 
	height: 30px;
	margin: -1px 0px 0px -4px;
}
@-moz-document url-prefix() {
	.btn_easybutton_marker-deplacer {
		background-size: 38px 24px; 
		width: 30px; 
		height: 30px;
		margin: 1px 0px 0px -6px;
	}
}



/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 2px;
  width: 98%;
  color: black;
  overflow: hidden;
   
}
/*
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  
}
*/
/*
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;

}
*/
.blue label {
  background: lightgrey;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
color: black;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  
}
.blue .tab-content {

}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 30em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.boutonAugier {
  
	width: 85%;
	background-color: white; 
	border: 1.5px solid black;
	border-radius: 2px;
	color: black;
	padding: 4px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 2px 2px;
	
}

.pbAugier {
  font-weight: bold;
  background-color: #D00;
  
}

.check_poste_ok {
	font-size: 0.9em;
	color: green;
	font-style: bold;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.check_poste_pok {
	color: red;
}
.canvasjs-chart-toolbar {
	z-index: 100;
}

.canvasjs-chart-tooltip div {
	/* transition: 0.4s;*/
	background: rgba(255, 255, 255, 0.6);
}

  #viewport_urbiotica_alerte_liste .ui-selecting { background: #FECA40; }
  #viewport_urbiotica_alerte_liste .ui-selected { background: #F39814; color: white; }
  #viewport_urbiotica_alerte_liste { list-style-type: none; margin: 0; padding: 0; width: 100%; }
  #viewport_urbiotica_alerte_liste li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
  
  
.tdb_div {
	background-color: white;
	line-height: 15px;
	white-space:nowrap;
	width:335px;
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.4);
	border: 1px solid rgba(33, 57, 113,0.4);
	border-radius: 5px 0 0 0;
	margin: 10px;
	transition: border 0.3s, background-color 0.3s;
	-webkit-transition: border 0.3s, background-color 0.3s;
	-o-transition: border 0.3s, background-color 0.3s ;
}
/*
.tdb_div:hover {
	border: 1px solid rgba(33, 57, 113,0.7);
	background-color: rgba(33, 57, 113,0.2);
}
*/
.tdb_tab_td {
	height: 25px;

	overflow: hidden; 
	z-index:2;
	/*height: 104px;*/
	position: absolute;
	border-radius: 4px 0 0 0;
	background-color: rgba(33, 57, 113,0.4);
	width:25px;
	
	background-size: 20px auto;
	background-position: 2px center;
	/*
	background-size: 30px auto;
	background-position: -3px center;
	*/
	background-repeat: no-repeat;
	transition: width 0.16s, background-color 0.16s, background-position 0.16s, background-size 0.16s;
	-webkit-transition: width 0.16s, background-color 0.16s, background-position 0.16s, background-size 0.16s;
	-o-transition: width 0.16s, background-color 0.16s, background-position 0.16s, background-size 0.16s ;
}

.tdb_tab_td:hover {
	/*
	width: 120px;
	background-color: rgba(33, 57, 113,0.9);
	background-position: 40px center;
	background-size: 50px auto;
	*/
	/*
	width: 115px;
	background-color: rgba(33, 57, 113,0.9);
	*/
}

.tdb_title{
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 27px;
	font-weight: bold;
}

.tdb_title_hidden {
	color: white;
	font-weight: bold;
	padding: 3px 27px;
}

.tdb_access_btn {
	/*width: 90px;*/
	width: 335px;
	margin-left: 0px;
	color: white;
	font-weight: bold;
	padding: 55px 40px;
	text-align: left;
}

.tdb_detail_btn {
    width: 120px;
	height: 108px;
	margin-top: -145px;
    float: right;
    color: white;
	font-weight: bold;
	text-align: center;
	background-image: url('../../../../data/core/images/markers/tdb_detail.png'); 
	background-size: 50px; 
	background-repeat: no-repeat;
	background-position: center 20px;
	vertical-align: bottom;
	
}

.load_tdb_class {
	display: none;
}
.load_tdb_class_title {
	height: 25px;
}

.tdb_div_table_data {
	overflow: hidden;
	height: 0px;
	opacity: 0;
/*	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;*/
}

.tdb_title_semaine_div {
	height: 0px; 
	width: 300px; 
	float: right; 
	text-align: right;
	display:none;
}

.tdb_title_semaine {
	margin-top:-19px; 
	/*float:right;
	 position: absolute; 
	right:-10px; */
	/*position: fixed;
	right:75px; */
	font-weight: lighter; 
	font-size:11px;
	opacity:0;
	display:none;
}

.tdb_load_etat {
	
	padding-right: 10px;
	/*margin: -5px -5px 0px 0px;
	right: 0px;
	position: absolute;
	*/
	max-height: 16px;
	float:right; 
	color: #213971;
	/*
	font-weight: lighter; 
	font-size:11px;
	*/
}

.circle-icon {
	background: black; 
	border-radius: 35px; 
	width: 15px; 
	display: inline-block; 
	text-align: center; 
	color: white; 
	font-weight: bold; 
	border: 2px solid white; 
	height: 15px;
	float: right;
	margin-left: 5px;
}

.circle-icon :hover {
	background: white;
	color: black; 
	border: 2px solid black; 
}
.circle-icon:active { 
	background: white;
	color: black; 
	border: 2px solid black; 
}



.marker-bus_over {
	background-color: rgba(0, 0, 0, 0);
	width: 75px; 
	height: 75px;	
	/*
	background-image: url('../../../../data/core/images/markers/bus_over.png'); 
	background-size: 75px 75px; 
	background-repeat: no-repeat;
	background-position: top-left;
	*/
	vertical-align: middle;
	text-align: center;
}

.marker-bus_over span {
   position: absolute;
   bottom: 0;
   right: 0;
  /*
  width: 75px; 
   height: 75px;	
   background-image: url('../../../../data/core/images/markers/bus_over.png'); 
   background-size: 75px 75px; 
   background-repeat: no-repeat;
   background-position: top-left;
   */
}



.marker-tram_over {
	background-color: rgba(0, 0, 0, 0);
	width: 75px; 
	height: 75px;	
	/*
	background-image: url('../../../../data/core/images/markers/tram_over.png'); 
	background-size: 75px 75px; 
	background-repeat: no-repeat;
	background-position: top-left;
	*/
	/* content: url('../../../../data/core/images/markers/tram_over.png');*/
	vertical-align: bottom;
	text-align: right;
}


.marker-tram_over span {
   position: absolute;
   bottom: 0;
   right: 0;
   /*
   width: 75px; 
   height: 75px;	
   background-image: url('../../../../data/core/images/markers/tram_over.png'); 
   background-size: 75px 75px; 
   background-repeat: no-repeat;
   */
}