#exportShp {
	display: none;
	width: 500px;
	background: white;
	position: absolute;
	z-index: 1000;
	top: 65px;
	right: 3px;
	box-shadow: 0px 0px 3px black;
}

#exportShp.showWindow {
	display: block;
}

.exportShp-header {
	color: white;
	background-color: #033e7c;
	padding: 10px 15px;
}

.exportShp-body {
	display: flex;
	flex-direction: row;
	flex-basis: 100%;
	flex-wrap: wrap;
	padding: 10px 15px;
}

.exportShp-body > div {
	flex-basis: 100%;
	margin-bottom: 15px;
}

.exportShp-body select {
	outline: none;
	padding: 5px 5px;
	border: 1px solid #ced4da;
	width: 40%;
	font-size: 15px;
}

#download-shp {
	display: none;
	background: #000000b5;
	color: #ffffff;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 10%;
	opacity: 1;
	transition: opacity 2s;
}

#download-shp.fade {
	opacity: 0;
}

@media (max-width: 601px) {
	#a-exportShp {
		display: none;
	}
}
