/* mapa.css */

html, body
{
    font-family: 'Tahoma','Arial', sans-serif;
    font-size: 14px;
    margin:0;
    padding:0;
    height: 100%;
}

#mapa-total
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.marcador
{
	/* min-width:140px;
	max-width:150px;
	min-height:90px;
	max-height:150px;
	*/
	font-size:12px;
	line-height:15px;
	text-align:center;
	margin:0;
	padding:2px 0 1px 0;	/* Si no, gmaps la lia */
	border:0;
}
.marcador img {min-width:75px;min-height:75px;max-height:110px;}

.optionCustom {
    background-repeat: no-repeat;
    height: 45px;
    padding-left: 46px;
    background-position: 5px 5px;
    vertical-align: baseline;
    padding-top: 13px;
}
#mtc {
	text-align: right;
	padding-bottom: 10px;
}
#mtc>div {
	position: relative !important;
	display: inline-block !important;
}
h3, address {
	margin-bottom:5px;margin-top:3px;
}
.bootstrap-select.btn-group .dropdown-menu.inner a {
	word-wrap: break-word;
	white-space: normal;  }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 5px !important;
	margin-left: 25px !important;
}

#formFiltre { 
	background-color:rgba(255, 255, 255, 0.95); 
	padding: 1.2ex;
}
#formFiltre select {
	width:100%;
}

#formFiltre label {
	margin-top: 5px;
}

