#map {
	height: 500px;
	width: 100%;
}

#overlay {
	display: none;
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.3);
}

/*
* Button for opening Google Maps with DPD Parcels.
*/
.openDPDParcelMap {
	padding: .5em .8em;
    background: #D23131;
    color: #FFF;
}
.selectDPDParcel:link,
.selectDPDParcel:visited,
.selectDPDParcel:hover,
.selectDPDParcel:active {
	background: #FF0021;
    color: #FFF;
    margin-top: 10px;
    text-align: center;
    padding: .5em;
    display: block;	
}

.otherDPDParcel {
	display: none;
}

/*
* Floats
*/
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.dpd_service_shop h4:after {
    clear: both;
    content: "";
    display: block;
}

/*
* Shops 
*/
.dpd_service_shop {
    border-top: 1px solid #D8D8D8;
    padding-top: 1em;
}
.dpd_service_shops {
	display: none;
}

/*
* OpeningHours
*/
.openingHour:after {
	content: "";
	display: block;
	clear: both;
}
.day {
	float: left;
}
.hour {
	float: right;
}

/*
* Selectable shops only for tablet/smartphone
*/
@media (max-width: 767px){
	.dpd_service_shops {
		display: block;
	}
	.openDPDParcelMap {
		display: none;
	}
}

#map {

	display: none;
	position: fixed !important;
    z-index: 9999;
    height: 500px;
    width: 800px;
    background: #000;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.address_error {
	display: none;
}