#psitems-canvas {
	overflow: auto;
	height: 100%;
	width: 100%;
}
#left-canvas {
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px;
	font-size: 12px;
	overflow: hidden;
	float: left;
	width: 30%;
	height: 100%;
	background: white;
}
#right-canvas {
	float: right;
	width: 70%;
	height: 100%;
}
#map-canvas {
	width: 100%;
	height: 100%;
}
#searchinput {
	background-color: whitesmoke;
	width: 100%;
	border-left: 0;
	border-right: 0;
	z-index: 1;
	padding: 5px 5px 5px 5px;
}
#searchinput.default {
	color: grey;
	font-style: italic
}
.psOver {
	background-color: infobackground;
}
.psSelected {
	font-weight: bold;
}

.wgl-choose-parcel-shop-wrapper {
	position: relative;
}

.wgl-loader {
	display: none;
	position: absolute;
	width: 30px;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
}

.wgl-choose-parcel-shop-wrapper.wgl-is-loading {
	background: white;
}

.wgl-choose-parcel-shop-wrapper.wgl-is-loading .wgl-loader {
	display: block;
}

.wgl-choose-parcel-shop-wrapper.wgl-is-loading .wgl-checkbox-wrapper {
	opacity: 0;
}

.wgl-disable {
	opacity: .5;
	pointer-events: none;
}

#wgl-parcel-select-canvas-inner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	max-height: 800px;
}

a.leaflet-control-zoom-in,
a.leaflet-control-zoom-out {
	text-decoration: none !important;
}

#wgl-parcel-select-canvas-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0 !important;
	pointer-events: none !important;
}

#wgl-parcel-select-canvas-wrapper.wgl-is-open {
	opacity: 1 !important;
	pointer-events: auto !important;
}

#wgl-parcel-select-canvas {
	position: relative;
	width: calc(100% - 300px);
	height: 100%;
}

.wgl-your-address {
	background: #061AB1;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.3;
}

img.wgl-address-pin {
	width: 35px;
	margin-right: 10px;
}

.wgl-parcel-select-close {
	position: absolute;
	top: -30px;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.wgl-parcel-shop-list-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dabfbf;
	position: relative;
}

.wgl-parcel-shop-list-item p i {
	font-size: 11px;
}

.wgl-parcel-shop-list-item.wgl-is-active {
	background: #c7daeb;
	padding: 10px;
}

.wgl-parcel-shop-list-item.wgl-is-active .wgl-center-url {
	top: 5px;
	right: 5px;
	border-radius: 50%;
}

img.wgl-center-url {
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.wgl-parcel-shop-list-item h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 10px;
	padding-right: 25px;
}

.wgl-parcel-shop-list-item a {
	background: #061AB1;
	padding: 5px 10px;
	font-size: 15px;
	white-space: nowrap;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none !important;
}

.wgl-parcel-shop-list-item p {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 10px;
}

div#wgl-parcel-list-canvas {
	width: 300px;
	height: 100%;
	position: relative;
	float: left;
	background: white;
	padding: 15px;
	overflow-x: scroll;
}

.wgl-checkbox-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 5px;
}

.wgl-checkbox {
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #b4a9a9;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.wgl-label,
.wgl-parcel-shop-details {
	margin-right: 15px;
}

.wgl-label {
	line-height: 1.4;
	max-width: 200px;
}

img.wgl-gls-logo {
	max-width: 70px;
	margin-left: auto;
}

.wgl-parcel-shop-more-details {
	display: none;
}

.wgl-parcel-shop-more-details.wgl-is-visible {
	display: block;
}

.wgl-proxy-parcel-shop,
.wgl-proxy-parcel-name {
	background: #061ab1;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
	line-height: 1.3;
}

.wgl-proxy-parcel-name {
	padding: 3px 10px;
}

.wgl-proxy-parcel-name svg {
	margin-right: 5px;
}

.wgl-proxy-parcel-shop img {
	max-width: 50px !important;
}

span.wgl-proxy-label {
	margin: 0 5px;
	color: white !important;
}

@media screen and ( max-width: 700px ) {
	#wgl-parcel-select-canvas-inner-wrapper {
		max-height: calc(100% - 80px);
	}

	div#wgl-parcel-list-canvas {
		height: 50%;
		width: calc(100% - 20px);
		margin-left: 10px;
		border-bottom: 5px solid black;
	}

	.wgl-parcel-select-close {
		right: 10px;
	}

	div#wgl-parcel-select-canvas {
		width: calc(100% - 20px);
		margin-left: 10px;
		height: 50%;
	}
}

@media screen and ( max-width: 450px ) {
    #psitems-canvas,
	.wgl-label,
	.wgl-parcel-shop-details {
		font-size: 12px;
	}

	#right-canvas {
		width: 60%;
	}

	#left-canvas {
		width: 40%;
	}
}
