	/* https://css-tricks.com/considerations-styling-modal/ */
#lmr_Modal {
	font-size: 0.75em;
	/*height: 100%;
	min-height: 690px;*/
	height: 660px;
	margin-top: 15px;
}

.nomap {
	overflow: overlay;
}

ul.flat_html_list {
	margin: 0;
}

ul.flat_html_list li  {
	list-style: none;
	margin-bottom: .5rem;
}
.nomap h3, .nomap .details {
	margin-bottom: 3px;
}

.nomap_details td { 
	padding: 0; 
}
.nomap_horaires {
	width: 70%;
}
.nomap_image {

}

.map-responsive {
	height: 530px;
}

	
.lmr_inputs {
	
}
.lmr_inputs td {
	padding: 0.1em;
	vertical-align: middle;
	
}
.lmr_inputs td.left {
	text-align: right;
	padding-right: .5em;
	
}
	
.lmr_inputs input {
	padding: 0.3em 1em;
	font-size: 14px;

}
.modal {
	width: 97% !important;
}
#lmr_input_CP {
	width: 6rem;
	padding: .5rem !important;
}
#lmr_input_Ville {
	width: 8em;
}
#lmr_RecherchePointRelais {
	border: 1px solid #ccc;
	padding: .5rem !important;
	
}


/* cacher la photo en mobile */
@media screen and (max-width: 600px) {
	.map-info-window img.prop-thumb {
		display: none;
	}

	#lmr_Modal {
		padding: 5px 10px;
		margin-top: 0;
		margin-bottom: 1rem;
		height: auto;
	}

	table.horaires tr td {
		font-size: 12px;
	}


	/* hide map on mobile*/ 
	.map-responsive { 
		display: none; }

}

@media screen and (min-width: 600px) {
	#points_relais_list.fallback_list {
		display: none;
	}
}

	/*
.ui-widget-overlay {
	background: repeat-x scroll 50% 50% #AAA;
	opacity:0.6;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.ui-dialog-title {
	display:none;
}
	
.ui-dialog-titlebar {
	background:transparent;
	border:none;
}
	
.ui-dialog .ui-dialog-titlebar-close {
	right:0;
}*/
	/*
.lmr_dialog .ui-dialog-titlebar {
	display:none
}
	*/
	
.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index: 10;
	background-color: white;
	border: #CCC 1px solid;
}
	
.ui-autocomplete .ui-menu-item {
	padding: .1em .5em;
	list-style: none;
	font-size: 14px;
}
	
/* form */



	
.map-responsive iframe {
}
#map {
	height: 100%;
	/*width: 100%;*/
}
.form-wrapper {
	width: 600px; }
	
.form-wrapper .form-row {
	
}
.form-wrapper .col {
	
}
.form-wrapper .col label {
	width: 170px;
	display: inline-block;
}
.form-wrapper .col input[type="number"] {
	width: 80px;
}
	

div.map-info-window {

}
div.map-info-window p.details { 
	margin: 0; 
}
div.map-info-window p.description {
	max-width: 250px;
	margin: 0;
	word-wrap: normal;
	white-space: pre-line;
}

	
	table.horaires {
		margin: 0 !important;
		margin-bottom: .5rem;
	
}
	table.horaires td {
	padding: 0 !important;
}
	
#map h5 {
	font-weight: bold;
	font-size: 1.15em;
	margin: .5rem 0;
}
	
#map p.details {
	max-width: 230px;
}
a.PickParcelShop {
	width: 90%;
	border: orange 1px solid;
	padding: .3em;
	text-align: center;
	display: block;
	margin-bottom: .5rem;
}
.gm-style img.prop-thumb {
	max-width: 200px;
	max-height: 150px;
}

/*gm-style-iw*/