/* 
    Document   : gmap
    Created on : 28 sept. 2012, 16:43:25
    Author     : Altimax-JD
    Description:
        Purpose of the stylesheet follows.
*/
#__sitra-map-canvas {
	width: 100%;
	height: 100%;
}
#__sitra-list-map-container.affix-bottom{
	position: absolute;
}
#__sitra-map-container{
	position: relative;
	height: 400px;
}
.infoWindowContent {
  height: 100%;
  overflow: auto;
}
.infoWindowContent h3 {
	margin-top: 0;
}
.marker {
	background : url(../images/cartographie/marker-gmap.png) no-repeat;
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 10;
}
.marker.poi {
	background : url(../images/cartographie/marker-gmap-big.png) no-repeat;
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 10;
}
.marker.active {
	background : url(../images/cartographie/marker-gmap-hover.png) no-repeat;
	z-index: 1000;
}
.marker.big {
	background : url(../images/cartographie/marker-gmap-big.png) no-repeat;
	width: 56px;
	height: 64px;
	position: relative;
	z-index: 11;
	left: -17px;
	top: -42px;
}
.marker.big.active {
	background : url(../images/cartographie/marker-gmap-big-hover.png) no-repeat;
	z-index: 1000;
}
.marker span {
	display: none;
}
.marker.big span {
	display: block;
	position: absolute;
    top: 18px;
    left:0;
    width: 56px;
	font-size: 15px;
	color: #1d3243;
	font-weight: bold;
	text-align: center;
	font-family: arial, sans-serif;
}

#cartoContainer{
	position : relative;
}
#gmap, #carto-objet {
   z-index :1;
   position : relative;
   margin : 20px 0 0;
}
#gmap.full {
    width: 100%;
    height: 500px;
    margin: 30px 0 0 0;
    -moz-box-shadow: 0 0 5px #035547;
    -webkit-box-shadow: 0 0 5px #035547;
    box-shadow: 0 0 5px #035547;
}
#gmap.lightbox {
   width: 500px;
   height: 500px;
   z-index: 1;
   margin : 0;
}
.infoBox {
  position: relative;
}
.close {
  display: block;
  width: 18px;
  height: 18px;
/*   background: url("../images/close.png") no-repeat; */
  position: absolute;
  top:-6px;
  right: -7px;
  cursor: pointer;
  z-index:10;
}

#infobox{
	display : none;
	position : absolute;
	top: 10px;
	right : 0;
	width : 420px;
	max-height : 500px;
	z-index : 15;
	border : 3px solid #ccc;
	padding : 25px;
	background : #fff;
/*	overflow : auto;*/
}
#infobox h2{
	color : #c76a00;
	position : relative;
}

#infobox h2 a{
  color : #c76a00;
}

.detailCluster {
    max-height: 170px;
    overflow: hidden;
}
.detailCluster.scroll {
    overflow-y: auto;
    overflow-x: hidden;
}
#loadingGmap {
	display : none;
	position : absolute;
	top : 10;
	left : 0;
	z-index :10;
	background:#FFF url(../images/cartographie/loading.gif) no-repeat 15px center;
    padding: 25px 20px 25px 50px;
	width:100%; 
	border : 1px solid #ccc;

}

.bt_close_infobox_carto {
    display: block;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 18px;
    height: 18px;
    background: transparent url(../images/cartographie/close.png) no-repeat center center;
}
#carto-objet {
	width : 100%;
	height : 350px;
	margin : 35px 0;
}
.marker-label,
.marker-icon {
	z-index: 99;
	position: absolute;
	display: block;
	margin-top: -50px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 30px !important;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
}
.custom-marker {
	position: relative;
}
.custom-marker [class^="icon-"], .custom-marker [class*=" icon-"] {
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    left: -27px;
    top: -50px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 50px;
    z-index: 99;
}
.custom-marker .icon-marker,
.custom-marker .icon-marker-gmap {
	font-size: 50px;
    left: -50px;
    margin: 0;
    position: absolute;
    top: -50px;
    z-index: 10;
}

.__sitra-gmap-loading{
	position: relative;
}
.__sitra-map-loading:before{
	z-index: 1001;
	content: " ";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 128px;
	height: 128px;
	background-image: url("../images/cartographie/loader.svg");
	background-size: 100%;
}
.__sitra-map-loading:after{
	z-index: 1000;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: RGBA(255, 255, 255, 0.4);
}
.label-circle {
	background: #337AB7 none repeat scroll 0% 0%;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	width: 31px;
	height: 31px;
	line-height: 31px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}